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

Query Metrics

38 Database Queries
4 Different statements
8.98 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.50 ms
(83.50%)
35
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.96 ms
(10.68%)
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:
[
  17
]
0.28 ms
(3.11%)
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:
[
  17
]
0.24 ms
(2.72%)
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.