GET http://admin-symfony-review.kube-dev.ugol.click/estimate-material

Query Metrics

2 Database Queries
2 Different statements
2.72 ms Query time
1 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 2.37 ms
SELECT DISTINCT e0_.estimate_material_id AS estimate_material_id_0 FROM estimate_estimates_materials e0_ LIMIT 20
Parameters:
[]
2 0.35 ms
SELECT count(*) AS sclr_0 FROM estimate_estimates_materials e0_
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
Estimate\Entity\EstimateMaterial
  • The field 'Estimate\Entity\EstimateMaterial#quantityReal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'Estimate\Entity\EstimateMaterial#quantity' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'Estimate\Entity\EstimateMaterial#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'Estimate\Entity\EstimateMaterial#amount' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.