Query Metrics
242
Database Queries
8
Different statements
57.72 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
49.36 ms (85.51%) |
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.79 ms (4.83%) |
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.20 ms (3.81%) |
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.01 ms (1.75%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.body AS body_5, t0.image AS image_6, t0.video AS video_7, t0.phone_allowed AS phone_allowed_8, t0.images AS images_9, t0.speed AS speed_10, t0.power AS power_11, t0.attraction_height AS attraction_height_12, t0.maximum_seat_weight AS maximum_seat_weight_13, t0.min_height_with_adult AS min_height_with_adult_14, t0.max_height AS max_height_15, t0.min_height_alone AS min_height_alone_16, t0.additional_info AS additional_info_17, t0.show_in_slider AS show_in_slider_18, t0.order_number AS order_number_19, t0.meta_keywords AS meta_keywords_20, t0.meta_description AS meta_description_21, t0.attraction_types_id AS attraction_types_id_22 FROM attractions t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"pttvoxodanav"
]
|
|
0.90 ms (1.56%) |
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.75 ms (1.29%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.body AS body_4, a0_.image AS image_5, a0_.video AS video_6, a0_.phone_allowed AS phone_allowed_7, a0_.images AS images_8, a0_.speed AS speed_9, a0_.power AS power_10, a0_.attraction_height AS attraction_height_11, a0_.maximum_seat_weight AS maximum_seat_weight_12, a0_.min_height_with_adult AS min_height_with_adult_13, a0_.max_height AS max_height_14, a0_.min_height_alone AS min_height_alone_15, a0_.additional_info AS additional_info_16, a0_.show_in_slider AS show_in_slider_17, a0_.order_number AS order_number_18, a0_.meta_keywords AS meta_keywords_19, a0_.meta_description AS meta_description_20, a0_.attraction_types_id AS attraction_types_id_21 FROM attractions a0_ WHERE a0_.slug <> ?
Parameters:
[
"pttvoxodanav"
]
|
|
0.39 ms (0.68%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image AS image_3 FROM prohibited_cases t0 INNER JOIN attractions_prohibited_cases ON t0.id = attractions_prohibited_cases.prohibited_cases_id WHERE attractions_prohibited_cases.attractions_id = ?
Parameters:
[
7
]
|
|
0.32 ms (0.56%) |
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\Attractions | No errors. |
| App\Entity\AttractionTypes | No errors. |
| App\Entity\ProhibitedCases | No errors. |
| App\Entity\Translation\AttractionsTranslation | 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. |