Query Metrics
20
Database Queries
11
Different statements
277.75 ms
Query time
0
Invalid entities
245
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.85 ms |
SELECT p0_.id AS id_0, p0_.slug AS slug_1 FROM page p0_
Parameters:
[] |
| 2 | 1.56 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.navtitle AS navtitle_3, t0.viewable_from AS viewable_from_4, t0.url AS url_5, t0.slug AS slug_6, t0.content AS content_7, t0.content2 AS content2_8, t0.ctaButtonTitle AS ctaButtonTitle_9, t0.ctaButtonLink AS ctaButtonLink_10, t0.bannerText AS bannerText_11, t0.buttonTitle AS buttonTitle_12, t0.buttonLink AS buttonLink_13, t0.created AS created_14, t0.updated AS updated_15, t0.active AS active_16, t0.deleted AS deleted_17, t0.components AS components_18, t0.extraUrlsegments AS extraUrlsegments_19, t0.metatitle AS metatitle_20, t0.metadescription AS metadescription_21, t0.related_sectors AS related_sectors_22, t0.related_services AS related_services_23, t0.htmlblocks AS htmlblocks_24, t0.image AS image_25, t0.subtitle AS subtitle_26, t0.pageIntro AS pageIntro_27, t0.sub_image AS sub_image_28, t0.largeImage AS largeImage_29, t0.video AS video_30, t0.pagelinkBoxes AS pagelinkBoxes_31, t0.page_links_sort_order AS page_links_sort_order_32, t0.pagelinkText AS pagelinkText_33, t0.faq AS faq_34, t0.files AS files_35, t0.dont_show_image AS dont_show_image_36, t0.youtube_id AS youtube_id_37, t0.vimeo_id AS vimeo_id_38, t0.show_media_type AS show_media_type_39, t0.taggedin AS taggedin_40, t0.update_by AS update_by_41, t0.parent AS parent_42, t0.template_id AS template_id_43 FROM page t0 WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "news/amrc-training-centre-director-steps-down" 0 1 ] |
| 3 | 5.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.navtitle AS navtitle_3, t0.viewable_from AS viewable_from_4, t0.url AS url_5, t0.slug AS slug_6, t0.content AS content_7, t0.content2 AS content2_8, t0.ctaButtonTitle AS ctaButtonTitle_9, t0.ctaButtonLink AS ctaButtonLink_10, t0.bannerText AS bannerText_11, t0.buttonTitle AS buttonTitle_12, t0.buttonLink AS buttonLink_13, t0.created AS created_14, t0.updated AS updated_15, t0.active AS active_16, t0.deleted AS deleted_17, t0.components AS components_18, t0.extraUrlsegments AS extraUrlsegments_19, t0.metatitle AS metatitle_20, t0.metadescription AS metadescription_21, t0.related_sectors AS related_sectors_22, t0.related_services AS related_services_23, t0.htmlblocks AS htmlblocks_24, t0.image AS image_25, t0.subtitle AS subtitle_26, t0.pageIntro AS pageIntro_27, t0.sub_image AS sub_image_28, t0.largeImage AS largeImage_29, t0.video AS video_30, t0.pagelinkBoxes AS pagelinkBoxes_31, t0.page_links_sort_order AS page_links_sort_order_32, t0.pagelinkText AS pagelinkText_33, t0.faq AS faq_34, t0.files AS files_35, t0.dont_show_image AS dont_show_image_36, t0.youtube_id AS youtube_id_37, t0.vimeo_id AS vimeo_id_38, t0.show_media_type AS show_media_type_39, t0.taggedin AS taggedin_40, t0.update_by AS update_by_41, t0.parent AS parent_42, t0.template_id AS template_id_43 FROM page t0
Parameters:
[] |
| 4 | 49.12 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.article AS article_4, t0.exert AS exert_5, t0.publish_date AS publish_date_6, t0.slug AS slug_7, t0.image AS image_8, t0.video AS video_9, t0.thumbnail AS thumbnail_10, t0.category AS category_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.active AS active_14, t0.deleted AS deleted_15, t0.tags AS tags_16, t0.update_by AS update_by_17 FROM news t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"amrc-training-centre-director-steps-down"
]
|
| 5 | 47.60 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.subtitle AS subtitle_2, n0_.article AS article_3, n0_.exert AS exert_4, n0_.publish_date AS publish_date_5, n0_.slug AS slug_6, n0_.image AS image_7, n0_.video AS video_8, n0_.thumbnail AS thumbnail_9, n0_.category AS category_10, n0_.created_at AS created_at_11, n0_.updated_at AS updated_at_12, n0_.active AS active_13, n0_.deleted AS deleted_14, n0_.tags AS tags_15, n0_.update_by AS update_by_16 FROM news n0_ WHERE n0_.slug = ? AND n0_.active = 1 AND n0_.deleted = 0 AND n0_.publish_date <= ? ORDER BY n0_.publish_date DESC LIMIT 1
Parameters:
[ "amrc-training-centre-director-steps-down" "2026-03-25 18:26:35" ] |
| 6 | 1.96 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.subtitle AS subtitle_2, n0_.article AS article_3, n0_.exert AS exert_4, n0_.publish_date AS publish_date_5, n0_.slug AS slug_6, n0_.image AS image_7, n0_.video AS video_8, n0_.thumbnail AS thumbnail_9, n0_.category AS category_10, n0_.created_at AS created_at_11, n0_.updated_at AS updated_at_12, n0_.active AS active_13, n0_.deleted AS deleted_14, n0_.tags AS tags_15, n0_.update_by AS update_by_16 FROM news n0_ WHERE n0_.id > ? AND n0_.active = 1 AND n0_.deleted = 0 AND n0_.publish_date <= ? AND n0_.category = ? ORDER BY n0_.publish_date ASC LIMIT 1
Parameters:
[ 467 "2026-03-25 18:26:35" "1" ] |
| 7 | 4.13 ms |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.subtitle AS subtitle_2, n0_.article AS article_3, n0_.exert AS exert_4, n0_.publish_date AS publish_date_5, n0_.slug AS slug_6, n0_.image AS image_7, n0_.video AS video_8, n0_.thumbnail AS thumbnail_9, n0_.category AS category_10, n0_.created_at AS created_at_11, n0_.updated_at AS updated_at_12, n0_.active AS active_13, n0_.deleted AS deleted_14, n0_.tags AS tags_15, n0_.update_by AS update_by_16 FROM news n0_ WHERE n0_.id < ? AND n0_.active = 1 AND n0_.deleted = 0 AND n0_.publish_date <= ? AND n0_.category = ? ORDER BY n0_.publish_date DESC LIMIT 1
Parameters:
[ 467 "2026-03-25 18:26:35" "1" ] |
| 8 | 5.96 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.templatefile AS templatefile_4, t0.image AS image_5, t0.active AS active_6, t0.deleted AS deleted_7, t0.number_of_html AS number_of_html_8, t0.number_of_components AS number_of_components_9, t0.inherited_bundle_name AS inherited_bundle_name_10 FROM templates t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 9 | 1.61 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.html AS html_4, t0.active AS active_5, t0.deleted AS deleted_6 FROM html_blocks t0 WHERE t0.title = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "Header Announcement" 0 1 ] |
| 10 | 1.32 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"Top"
]
|
| 11 | 1.31 ms |
SELECT t0.id AS id_1, t0.name_override AS name_override_2, t0.url_override AS url_override_3, t0.menu_item_id AS menu_item_id_4, t0.menu_parent_id AS menu_parent_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.active AS active_8, t0.deleted AS deleted_9, t0.newwindow AS newwindow_10, t0.isdynamic AS isdynamic_11, t0.dynamicentity AS dynamicentity_12, t0.menuId AS menuId_13, t0.pageId AS pageId_14 FROM menuitems t0 WHERE t0.menuId = ?
Parameters:
[
1
]
|
| 12 | 62.97 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 13 | 3.40 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 14 | 1.50 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 15 | 1.51 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 16 | 8.58 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 17 | 70.30 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 18 | 1.59 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"top"
]
|
| 19 | 2.61 ms |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.active AS active_5, t0.deleted AS deleted_6, t0.update_by AS update_by_7 FROM menus t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
"news"
]
|
| 20 | 3.70 ms |
SELECT t0.id AS id_1, t0.name_override AS name_override_2, t0.url_override AS url_override_3, t0.menu_item_id AS menu_item_id_4, t0.menu_parent_id AS menu_parent_id_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.active AS active_8, t0.deleted AS deleted_9, t0.newwindow AS newwindow_10, t0.isdynamic AS isdynamic_11, t0.dynamicentity AS dynamicentity_12, t0.menuId AS menuId_13, t0.pageId AS pageId_14 FROM menuitems t0 WHERE t0.menuId = ?
Parameters:
[
8
]
|
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\Page | 174 |
| App\Entity\MenuItems | 47 |
| App\Entity\User | 12 |
| App\Entity\Templates | 7 |
| App\Entity\News | 3 |
| App\Entity\Menu | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Templates | No errors. |
| App\Entity\MenuItems | No errors. |
| App\Entity\Slider | No errors. |
| App\Entity\PagePreview | No errors. |
| App\Entity\News | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\SliderImages | No errors. |
| App\Entity\HtmlBlocks | No errors. |