GET https://hncdev.com/

Query Metrics

47 Database Queries
7 Different statements
16.03 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.90 ms
(80.46%)
41
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"
]
1.14 ms
(7.11%)
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.link = ? LIMIT 1
Parameters:
[
  "homepage"
]
0.84 ms
(5.22%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM slider t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Slider Home Page"
]
0.37 ms
(2.30%)
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.id = ?
Parameters:
[
  "6"
]
0.31 ms
(1.93%)
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:
[
  7
]
0.24 ms
(1.52%)
1
SELECT t0.id AS id_1, t0.item_title AS item_title_2, t0.item_subtitle AS item_subtitle_3, t0.item_image AS item_image_4, t0.item_link AS item_link_5, t0.item_text_link AS item_text_link_6, t0.slider_id AS slider_id_7 FROM slider_item t0 WHERE t0.slider_id = ?
Parameters:
[
  1
]
0.24 ms
(1.47%)
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\Slider No errors.
App\Entity\SliderItem No errors.
App\Entity\SiteInfo No errors.