Query Metrics
5
Database Queries
5
Different statements
14.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.01 ms |
SELECT p0_.id AS id_0, p0_.slug AS slug_1 FROM page p0_
Parameters:
[] |
| 2 | 1.75 ms |
SELECT t0.components AS components_1, t0.extraUrlsegments AS extraUrlsegments_2, t0.htmlblocks AS htmlblocks_3, t0.slug AS slug_4, t0.id AS id_5, t0.navtitle AS navtitle_6, t0.url AS url_7, t0.viewable_from AS viewable_from_8, t0.content3 AS content3_9, t0.cta_text AS cta_text_10, t0.cta_link AS cta_link_11, t0.landing_page_blocks AS landing_page_blocks_12, t0.title AS title_13, t0.content AS content_14, t0.subtitle AS subtitle_15, t0.meta_title AS meta_title_16, t0.meta_description AS meta_description_17, t0.active AS active_18, t0.deleted AS deleted_19, t0.image AS image_20, t0.created_at AS created_at_21, t0.updated_at AS updated_at_22, t0.content2 AS content2_23, t0.update_by AS update_by_24, t0.parent AS parent_25, t0.template_id AS template_id_26, t0.testimonial_id AS testimonial_id_27, t28.id AS id_29, t28.title AS title_30, t28.content AS content_31, t28.active AS active_32, t28.deleted AS deleted_33, t28.created_at AS created_at_34, t28.updated_at AS updated_at_35, t28.sort_order AS sort_order_36, t28.page_id AS page_id_37 FROM page t0 LEFT JOIN areas_we_cover t28 ON t28.page_id = t0.id WHERE t0.slug = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ "home" 0 1 ] |
| 3 | 1.56 ms |
SELECT m0_.id AS id_0, m0_.position AS position_1, m0_.linkedin_url AS linkedin_url_2, m0_.email AS email_3, m0_.post_nominal AS post_nominal_4, m0_.featured AS featured_5, m0_.cta_text AS cta_text_6, m0_.cta_link AS cta_link_7, m0_.slug AS slug_8, m0_.title AS title_9, m0_.content AS content_10, m0_.meta_title AS meta_title_11, m0_.meta_description AS meta_description_12, m0_.active AS active_13, m0_.deleted AS deleted_14, m0_.image AS image_15, m0_.created_at AS created_at_16, m0_.updated_at AS updated_at_17, m0_.sort_order AS sort_order_18, m0_.testimonial_id AS testimonial_id_19 FROM meettheteam m0_ WHERE m0_.deleted = 0 AND m0_.active = 1 AND m0_.featured = 1 ORDER BY m0_.sort_order ASC
Parameters:
[] |
| 4 | 6.38 ms |
SELECT t0.id AS id_1, t0.html AS html_2, t0.title AS title_3, t0.content AS content_4, t0.slug AS slug_5, t0.active AS active_6, t0.deleted AS deleted_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM html_blocks t0 WHERE t0.id = ? AND t0.deleted = ? AND t0.active = ? LIMIT 1
Parameters:
[ 10 0 1 ] |
| 5 | 4.23 ms |
SELECT t0.id AS id_1, t0.author AS author_2, t0.company AS company_3, t0.featured AS featured_4, t0.title AS title_5, t0.content AS content_6, t0.active AS active_7, t0.deleted AS deleted_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.subtitle AS subtitle_11, t0.image AS image_12, t0.file AS file_13, t0.sort_order AS sort_order_14 FROM testimonial t0 WHERE t0.featured = ?
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\User | No errors. |
| App\Entity\Templates | No errors. |
| App\Entity\Testimonial | No errors. |
| App\Entity\AreasWeCover | No errors. |
| App\Entity\MenuItems | No errors. |
| App\Entity\Slider | No errors. |
| App\Entity\PagePreview | No errors. |
| App\Entity\TeamMember | No errors. |
| App\Entity\HtmlBlocks | No errors. |