Query Metrics

3 Database Queries
3 Different statements
1.42 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.66 ms
(46.86%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.updated_at AS updated_at_4, t0.subtitle AS subtitle_5, t0.slug AS slug_6, t0.image_name AS image_name_7 FROM pages t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "voisins-vigilants"
]
0.47 ms
(33.50%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.lien AS lien_3 FROM liens t0 INNER JOIN pages_liens ON t0.id = pages_liens.liens_id WHERE pages_liens.pages_id = ?
Parameters:
[
  26
]
0.28 ms
(19.65%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.update_at AS update_at_3, t0.image_name AS image_name_4 FROM fichier t0 INNER JOIN pages_fichier ON t0.id = pages_fichier.fichier_id WHERE pages_fichier.pages_id = ?
Parameters:
[
  26
]

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\Entity\Pages 1
App\Entity\Liens 1

Entities Mapping

Class Mapping errors
App\Entity\Pages No errors.
App\Entity\Liens No errors.
App\Entity\Fichier No errors.
App\Entity\MenuIcone No errors.