Query Metrics
245
Database Queries
11
Different statements
44.95 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
36.83 ms (81.93%) |
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"
]
|
|
2.39 ms (5.31%) |
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
]
|
|
1.89 ms (4.21%) |
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:
[] |
|
0.83 ms (1.84%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description_title AS description_title_4, t0.description AS description_5, t0.image AS image_6, t0.meta_keywords AS meta_keywords_7, t0.meta_description AS meta_description_8, t0.images AS images_9 FROM your_events t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"birthday"
]
|
|
0.79 ms (1.76%) |
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.47 ms (1.04%) |
1 |
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_keywords AS meta_keywords_5, t0.meta_description AS meta_description_6, t0.body AS body_7, t0.description AS description_8, t0.image AS image_9, t0.background_image AS background_image_10, t0.meta_image AS meta_image_11, t0.file AS file_12, t0.images AS images_13, t0.video AS video_14, t0.page_video AS page_video_15, t0.animation AS animation_16 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"your-events"
]
|
|
0.45 ms (1.01%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.services AS services_4, t0.image AS image_5 FROM additional_services t0 INNER JOIN your_events_additional_services ON t0.id = your_events_additional_services.additional_services_id WHERE your_events_additional_services.your_events_id = ?
Parameters:
[
4
]
|
|
0.40 ms (0.88%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.services AS services_4, t0.image AS image_5 FROM additional_services t0
Parameters:
[] |
|
0.31 ms (0.70%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3 FROM halls t0
Parameters:
[] |
|
0.30 ms (0.68%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4 FROM events_food_menu t0
Parameters:
[] |
|
0.29 ms (0.64%) |
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\YourEvents | No errors. |
| App\Entity\AdditionalServices | No errors. |
| App\Entity\Translation\YourEventsTranslation | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Translation\PageTranslation | No errors. |
| App\Entity\Halls | No errors. |
| App\Entity\Translation\HallsTranslation | No errors. |
| App\Entity\EventsFoodMenu | No errors. |
| App\Entity\Translation\EventsFoodMenuTranslation | No errors. |
| App\Entity\Translation\AdditionalServicesTranslation | 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. |