Query Metrics

5 Database Queries
4 Different statements
1.71 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "Extension-ossature-bois"
]
2 0.33 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id IS NULL ORDER BY t0.ordre ASC
Parameters:
[]
3 0.21 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_special AS is_special_4 FROM type_page t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.58 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_special AS is_special_4 FROM type_page t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.ordre ASC
Parameters:
[
  2
]

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\XGSB\Page No errors.
App\Entity\XGSB\TypePage No errors.
App\Entity\XGSB\Menu No errors.
App\Entity\XGSB\Module No errors.
App\Entity\XGSB\SectionPage No errors.