Query Metrics
6
Database Queries
6
Different statements
5.43 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.79 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.banner AS banner_6, t0.alt_banner AS alt_banner_7, t8.id AS id_9, t8.file_image_1 AS file_image_1_10, t8.alt_image_1 AS alt_image_1_11, t8.file_image_2 AS file_image_2_12, t8.alt_image_2 AS alt_image_2_13, t8.file_image_3 AS file_image_3_14, t8.alt_image_3 AS alt_image_3_15, t8.filename_image_1 AS filename_image_1_16, t8.filename_image_2 AS filename_image_2_17, t8.filename_image_3 AS filename_image_3_18, t8.page_id AS page_id_19 FROM page t0 LEFT JOIN page_images t8 ON t8.page_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"accueil"
]
|
| 2 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.icon AS icon_3, t0.extra_order AS extra_order_4 FROM little_extra t0
Parameters:
[] |
| 3 | 0.37 ms |
SELECT t0.id AS id_1, t0.file AS file_2, t0.alt AS alt_3, t0.image_order AS image_order_4, t0.filename AS filename_5 FROM home_gallery_image t0
Parameters:
[] |
| 4 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.alt_logo AS alt_logo_4, t0.website AS website_5, t0.partner_order AS partner_order_6 FROM partner t0
Parameters:
[] |
| 5 | 0.80 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.text_order AS text_order_4, t0.page_id AS page_id_5 FROM text t0 WHERE t0.page_id = ? ORDER BY t0.text_order ASC
Parameters:
[
1
]
|
| 6 | 0.58 ms |
SELECT t0.id AS id_1, t0.contact_email AS contact_email_2, t0.address AS address_3, t0.phone AS phone_4, t0.mobile AS mobile_5, t0.display_news_author AS display_news_author_6, t0.display_services_pages AS display_services_pages_7, t0.white_paper AS white_paper_8, t0.facebook AS facebook_9, t0.twitter AS twitter_10, t0.instagram AS instagram_11, t0.linkedin AS linkedin_12, t0.logo AS logo_13 FROM settings t0 WHERE t0.id = ?
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\PageImages | No errors. |
| App\Entity\Text | No errors. |
| App\Entity\LittleExtra | No errors. |
| App\Entity\HomeGalleryImage | No errors. |
| App\Entity\Partner | No errors. |
| App\Entity\Settings | No errors. |