Query Metrics
11
Database Queries
7
Different statements
4.61 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.38 ms |
SELECT t0.id AS id_1 FROM seo t0 LIMIT 1
Parameters:
[] |
| 2 | 0.38 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.email AS email_3, t0.phone AS phone_4, t0.address AS address_5, t0.additionnal_address AS additionnal_address_6, t0.postal_code AS postal_code_7, t0.country AS country_8, t0.logo AS logo_9, t0.updated_at AS updated_at_10, t0.siteweb AS siteweb_11 FROM about_info t0 LIMIT 1
Parameters:
[] |
| 3 | 0.34 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.email AS email_4, t0.phone AS phone_5, t0.avatar AS avatar_6, t0.updated_at AS updated_at_7, t0.user_id AS user_id_8 FROM profile t0 LIMIT 1
Parameters:
[] |
| 4 | 0.71 ms |
SELECT t0.id AS id_1, t0.cover_image AS cover_image_2, t0.updated_at AS updated_at_3, t0.page AS page_4 FROM page_header t0 WHERE t0.page = ? LIMIT 1
Parameters:
[
"about"
]
|
| 5 | 0.39 ms |
SELECT t0.id AS id_1, t0.image AS image_2, t0.updated_at AS updated_at_3, t0.is_home_area AS is_home_area_4, t0.position AS position_5 FROM about_area t0 ORDER BY t0.position ASC
Parameters:
[] |
| 6 | 0.50 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.introduction AS introduction_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM page_header_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
1
]
|
| 7 | 0.44 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.call_to_action AS call_to_action_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM about_area_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
6
]
|
| 8 | 0.57 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.call_to_action AS call_to_action_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM about_area_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
5
]
|
| 9 | 0.33 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.call_to_action AS call_to_action_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM about_area_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
2
]
|
| 10 | 0.30 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.call_to_action AS call_to_action_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM about_area_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
3
]
|
| 11 | 0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.description AS description_4, t0.call_to_action AS call_to_action_5, t0.locale AS locale_6, t0.translatable_id AS translatable_id_7 FROM about_area_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
4
]
|
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\SEO | No errors. |
| App\Entity\AboutInfo | No errors. |
| App\Entity\Profile | No errors. |
| App\Entity\SEOKeyword | No errors. |
| App\Entity\SEOTranslation | No errors. |
| App\Entity\User | No errors. |
| App\Entity\PageHeader | No errors. |
| App\Entity\AboutArea | No errors. |
| App\Entity\PageHeaderTranslation | No errors. |
| App\Entity\AboutAreaTranslation | No errors. |