Query Metrics
243
Database Queries
9
Different statements
48.64 ms
Query time
3
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
38.65 ms (79.46%) |
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"
]
|
|
3.20 ms (6.57%) |
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.02 ms (4.16%) |
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.19 ms (2.44%) |
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.show_in_slider = ? LIMIT 5
Parameters:
[
1
]
|
|
0.97 ms (1.99%) |
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.81 ms (1.67%) |
1 |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.title AS title_3, t0.slug AS slug_4, t0.description AS description_5, t0.button_text AS button_text_6, t0.button_slug AS button_slug_7, t0.image AS image_8, t0.position AS position_9 FROM main_slider t0 WHERE t0.is_active = ? ORDER BY t0.position ASC
Parameters:
[
1
]
|
|
0.67 ms (1.37%) |
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:
[
"home"
]
|
|
0.60 ms (1.23%) |
1 |
SELECT t0.id AS id_1, t0.ticket_type_id AS ticket_type_id_2, t0.title AS title_3, t0.description AS description_4, t0.price AS price_5, t0.discounted_price AS discounted_price_6, t0.is_free AS is_free_7, t0.is_active AS is_active_8, t0.is_charity AS is_charity_9, t0.show_home_page AS show_home_page_10, t0.meta_keywords AS meta_keywords_11, t0.meta_description AS meta_description_12, t0.position AS position_13 FROM tickets t0 WHERE t0.show_home_page = ? AND t0.is_active = ?
Parameters:
[ 1 "1" ] |
|
0.54 ms (1.10%) |
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\MainSlider | No errors. |
| App\Entity\Translation\MainSliderTranslation | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Translation\PageTranslation | No errors. |
| App\Entity\Tickets | No errors. |
| App\Entity\Basket |
|
| App\Entity\OrderItem | No errors. |
| App\Entity\Translation\TicketsTranslation | 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. |