Query Metrics

3 Database Queries
3 Different statements
1.23 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.86 ms
SELECT DISTINCT c0_.id AS id_0 FROM cat c0_ LIMIT 20
Parameters:
[]
2 0.27 ms
SELECT c0_.id AS id_0, c0_.nome AS nome_1, c0_.type AS type_2, c0_.width AS width_3, c0_.height AS height_4, c0_.immagine AS immagine_5, c0_.url AS url_6, c0_.titolo AS titolo_7, c0_.ext AS ext_8, c0_.folder AS folder_9, c0_.sel AS sel_10, c0_.idold AS idold_11, c0_.tecnica AS tecnica_12, c0_.dimensione AS dimensione_13, c0_.altro AS altro_14, c0_.dataopera AS dataopera_15, c0_.descrizione AS descrizione_16, c0_.parent_id AS parent_id_17, c0_.category_id AS category_id_18, c0_.seo_id AS seo_id_19 FROM cat c0_ WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  4111
  4112
  4113
  4114
  4115
  4116
  4117
  4118
  4119
  4120
  4121
  4122
  4123
  4124
  4125
  4126
  4127
  4128
  4129
  4130
]
3 0.09 ms
SELECT count(c0_.id) AS sclr_0 FROM cat c0_
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.

Entities Mapping

Class Mapping errors
App\Entity\Cat No errors.
App\Entity\CategoryImages No errors.
App\Entity\Seo
  • The association App\Entity\Seo#immagine refers to the inverse side field App\Entity\Cat#seos which does not exist.
Umanit\EasyAdminTreeBundle\Entity\AbstractTreeItem No errors.
App\Entity\Categoria
  • The mappings App\Entity\Categoria#opere and App\Entity\Cat#categorias are inconsistent with each other.
App\Entity\Galleryhasmedia No errors.