Query Metrics

2 Database Queries
2 Different statements
1.03 ms Query time
2 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.52 ms
(50.58%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.volumen_total AS volumen_total_3 FROM embalse t0
Parameters:
[]
0.51 ms
(49.42%)
1
SELECT t0.id AS id_1, t0.img AS img_2, t0.logotipo AS logotipo_3 FROM slider_web t0 WHERE t0.logotipo = ? LIMIT 1
Parameters:
[
  1
]

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
App\Ador\AppDatosHidrologicosBundle\Entity\Embalse 6
App\Entity\SliderWeb 1

Entities Mapping

Class Mapping errors
App\Ador\AppDatosHidrologicosBundle\Entity\Embalse
  • The field 'App\Ador\AppDatosHidrologicosBundle\Entity\Embalse#volumenTotal' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Ador\AppDatosHidrologicosBundle\Entity\DatosEmbalse
  • The field 'App\Ador\AppDatosHidrologicosBundle\Entity\DatosEmbalse#cota' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Ador\AppDatosHidrologicosBundle\Entity\DatosEmbalse#volumen' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Ador\AppDatosHidrologicosBundle\Entity\DatosEmbalse#entrada' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Ador\AppDatosHidrologicosBundle\Entity\DatosEmbalse#salida' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\SliderWeb No errors.