Query Metrics
5
Database Queries
4
Different statements
7.91 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.51 ms (44.40%) |
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.path = ? AND t0.dtype IN ('page', 'landingpage') LIMIT 1
Parameters:
[
"privacy-policy"
]
|
|
1.75 ms (22.14%) |
2 |
SELECT m0_.id AS id_0, m0_.data AS data_1, m0_.name AS name_2, m0_.slug AS slug_3, m0_.description AS description_4, m0_.created_at AS created_at_5, m0_.updated_at AS updated_at_6, m0_.position_index AS position_index_7, m0_.page_id AS page_id_8, m0_.module_id AS module_id_9 FROM module_item m0_ WHERE m0_.name IS NOT NULL AND (m0_.name = ? OR m0_.description = ?) ORDER BY m0_.name ASC LIMIT 1
Parameters:
[ "Header" "Header" ] |
|
1.57 ms (19.86%) |
1 |
SELECT t0.id AS id_1, t0.data AS data_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.position_index AS position_index_8, t0.page_id AS page_id_9, t0.module_id AS module_id_10 FROM module_item t0 WHERE t0.page_id = ? ORDER BY t0.position_index ASC
Parameters:
[
2
]
|
|
1.08 ms (13.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.data AS data_3, t0.width AS width_4, t0.background_color AS background_color_5, t0.background_image AS background_image_6, t0.background_image_mobile AS background_image_mobile_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.dtype, t0.content AS content_10 FROM module t0 WHERE t0.id = ? AND t0.dtype IN ('module', 'userdefinedmodule')
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 | No errors. |
| App\Entity\File | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\LandingPage | No errors. |
| App\Entity\ModuleItem | No errors. |
| App\Entity\Module | No errors. |
| App\Entity\UserDefinedModule | No errors. |