GET https://hncdev.com/page/15

Query Metrics

39 Database Queries
4 Different statements
14.54 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.80 ms
(88.01%)
36
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.valeur AS valeur_4 FROM site_info t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "site_address"
]
0.81 ms
(5.57%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.link AS link_3, t0.title AS title_4, t0.image AS image_5, t0.content AS content_6, t0.enable AS enable_7, t0.user_id AS user_id_8 FROM page t0 WHERE t0.id = ?
Parameters:
[
  15
]
0.49 ms
(3.40%)
1
SELECT t0.id AS id_1, t0.label AS label_2, t0.link AS link_3, t0.orde AS orde_4, t0.parent_id AS parent_id_5 FROM menu t0 INNER JOIN page_menu ON t0.id = page_menu.menu_id WHERE page_menu.page_id = ?
Parameters:
[
  15
]
0.44 ms
(3.02%)
1
SELECT t0.id AS id_1, t0.label AS label_2, t0.link AS link_3, t0.orde AS orde_4, t0.parent_id AS parent_id_5 FROM menu t0 WHERE t0.parent_id = ?
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.

Entities Mapping

Class Mapping errors
App\Entity\Page
  • The association App\Entity\Page#id_block refers to the inverse side field App\Entity\SideBlock#id_block which does not exist.
  • The association App\Entity\Page#user refers to the inverse side field App\Entity\User#recepise which does not exist.
App\Entity\User No errors.
App\Entity\Menu No errors.
App\Entity\SideBlock
  • The mappings App\Entity\SideBlock#id_page and App\Entity\Page#id_block are inconsistent with each other.
App\Entity\Images No errors.
App\Entity\SiteInfo No errors.