Query Metrics
285
Database Queries
11
Different statements
78.84 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
58.65 ms (74.40%) |
216 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.key_name AS key_name_4, t0.url AS url_5 FROM contact t0 WHERE t0.key_name = ? LIMIT 1
Parameters:
[
"instagram"
]
|
|
4.40 ms (5.58%) |
18 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM child_menu_translations t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
3.45 ms (4.38%) |
12 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM contact_translation t0 WHERE t0.object_id = ?
Parameters:
[
6
]
|
|
3.18 ms (4.03%) |
10 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM menu_translation t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
2.68 ms (3.40%) |
10 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.position AS position_4, t0.show_in_footer AS show_in_footer_5, t0.show_in_header AS show_in_header_6, t0.menu_id AS menu_id_7 FROM child_menu t0 WHERE t0.menu_id = ?
Parameters:
[
2
]
|
|
2.19 ms (2.78%) |
10 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.key_name AS key_name_4, t0.url AS url_5 FROM contact t0
Parameters:
[] |
|
1.61 ms (2.04%) |
4 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM blog_translation t0 WHERE t0.object_id = ?
Parameters:
[
1
]
|
|
1.09 ms (1.38%) |
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.position AS position_4, t0.show_in_footer AS show_in_footer_5, t0.show_in_header AS show_in_header_6 FROM menu t0 WHERE t0.show_in_header = ? ORDER BY t0.position ASC
Parameters:
[
"1"
]
|
|
0.78 ms (0.99%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.body AS body_4, t0.image AS image_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.image_list AS image_list_8 FROM blog t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"blog1"
]
|
|
0.50 ms (0.64%) |
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.body AS body_3, b0_.image AS image_4, b0_.meta_keywords AS meta_keywords_5, b0_.meta_description AS meta_description_6, b0_.image_list AS image_list_7 FROM blog b0_ WHERE b0_.slug <> ?
Parameters:
[
"blog1"
]
|
|
0.30 ms (0.38%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.position AS position_4, t0.show_in_footer AS show_in_footer_5, t0.show_in_header AS show_in_header_6 FROM menu t0 WHERE t0.show_in_footer = ? ORDER BY t0.position ASC
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\Blog | No errors. |
| App\Entity\Translation\BlogTranslation | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\ChildMenu |
|
| App\Entity\Translation\MenuTranslation | No errors. |
| App\Entity\Translation\ChildMenuTranslation |
|
| App\Entity\Contact | No errors. |
| App\Entity\Translation\ContactTranslation | No errors. |