Query Metrics
2
Database Queries
2
Different statements
6.14 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.99 ms (81.15%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.path AS path_2, p0_.internal_name AS internal_name_3, p0_.created_at AS created_at_4, p0_.updated_at AS updated_at_5, p0_.meta_title AS meta_title_6, p0_.meta_description AS meta_description_7, p0_.meta_keywords AS meta_keywords_8, p0_.og_title AS og_title_9, p0_.og_description AS og_description_10, p0_.start_date AS start_date_11, p0_.end_date AS end_date_12, p0_.include_in_site_map AS include_in_site_map_13, p0_.dtype AS dtype_14, p0_.og_image_id AS og_image_id_15, p0_.header_id AS header_id_16, p0_.footer_id AS footer_id_17 FROM page p0_ WHERE ((p0_.start_date IS NULL OR p0_.start_date <= ?) AND (p0_.end_date IS NULL OR p0_.end_date >= ?) AND p0_.include_in_site_map = ?) AND p0_.dtype IN ('page', 'landingpage') ORDER BY p0_.name ASC
Parameters:
[ "2026-03-29 00:00:00" "2026-03-29 00:00:00" 1 ] |
|
1.16 ms (18.85%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.internal_name AS internal_name_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.meta_keywords AS meta_keywords_9, t0.og_title AS og_title_10, t0.og_description AS og_description_11, t0.start_date AS start_date_12, t0.end_date AS end_date_13, t0.include_in_site_map AS include_in_site_map_14, t0.og_image_id AS og_image_id_15, t0.dtype, t0.header_id AS header_id_16, t0.footer_id AS footer_id_17 FROM page t0 WHERE t0.dtype IN ('page', 'landingpage')
Parameters:
[] |
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 | No errors. |
| App\Entity\LandingPage | No errors. |
| App\Entity\File | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\ModuleItem | No errors. |