Query Metrics

23 Database Queries
4 Different statements
4.24 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
2.66 ms
(62.72%)
20
SELECT t0.id AS id_1, t0.nome AS nome_2, t0.type AS type_3, t0.width AS width_4, t0.height AS height_5, t0.immagine AS immagine_6, t0.url AS url_7, t0.titolo AS titolo_8, t0.ext AS ext_9, t0.folder AS folder_10, t0.sel AS sel_11, t0.idold AS idold_12, t0.tecnica AS tecnica_13, t0.dimensione AS dimensione_14, t0.altro AS altro_15, t0.dataopera AS dataopera_16, t0.descrizione AS descrizione_17, t0.parent_id AS parent_id_18, t0.category_id AS category_id_19, t0.seo_id AS seo_id_20 FROM cat t0 WHERE t0.id = ?
Parameters:
[
  4268
]
1.09 ms
(25.71%)
1
SELECT DISTINCT m0_.id AS id_0 FROM media__gallery_media m0_ LIMIT 20 OFFSET 80
Parameters:
[]
0.36 ms
(8.45%)
1
SELECT m0_.id AS id_0, m0_.position AS position_1, m0_.media_id AS media_id_2, m0_.gallery_id AS gallery_id_3 FROM media__gallery_media m0_ WHERE m0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  91
  92
  93
  94
  95
  96
  97
  98
  99
  100
  101
  102
  103
  104
  105
  106
  107
  108
  109
  110
]
0.13 ms
(3.12%)
1
SELECT count(m0_.id) AS sclr_0 FROM media__gallery_media m0_
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\Galleryhasmedia No errors.
App\Entity\Cat No errors.
App\Entity\MediaGallery 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.
App\Entity\CategoryImages No errors.
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.