Query Metrics

15 Database Queries
5 Different statements
17.38 ms Query time
0 Invalid entities
33 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.85 ms
(68.20%)
10
SELECT t0.id AS id_1, t0.name AS name_2, t0.summary AS summary_3, t0.content AS content_4, t0.locale AS locale_5, t0.translatable_id AS translatable_id_6 FROM page_content_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  54
]
2.81 ms
(16.15%)
2
SELECT t0.code AS code_1, t0.order_ihm AS order_ihm_2, t0.id AS id_3 FROM page_category t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "faq"
]
1.02 ms
(5.88%)
1
SELECT t0.id AS id_1, t0.created AS created_2, t0.updated AS updated_3, t0.order_ihm AS order_ihm_4, t0.category_id AS category_id_5 FROM page_content t0 WHERE t0.category_id = ? ORDER BY t0.order_ihm ASC, t0.id DESC
Parameters:
[
  2
]
0.91 ms
(5.21%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3, t0.translatable_id AS translatable_id_4 FROM page_category_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  2
]
0.79 ms
(4.56%)
1
SELECT MAX(p0_.updated) AS sclr_0 FROM page_content p0_ WHERE p0_.category_id = ?
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\PageContentTranslation 20
App\Entity\PageContent 10
App\Entity\PageCategoryTranslation 2
App\Entity\PageCategory 1

Entities Mapping