GET https://yerevanpark.dev-16.toolbox.am/en/special-offers/evening-ticket

Query Metrics

281 Database Queries
10 Different statements
58.27 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
42.09 ms
(72.24%)
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.99 ms
(6.85%)
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
]
2.91 ms
(4.99%)
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
]
2.54 ms
(4.36%)
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.40 ms
(4.12%)
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.16 ms
(3.70%)
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.74 ms
(1.27%)
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.67 ms
(1.15%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.body AS body_4, t0.additional_info AS additional_info_5, t0.button_text AS button_text_6, t0.button_slug AS button_slug_7, t0.image AS image_8, t0.video AS video_9, t0.file AS file_10 FROM special_offers t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "evening-ticket"
]
0.40 ms
(0.68%)
1
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 special_offers_translation t0 WHERE t0.object_id = ?
Parameters:
[
  2
]
0.37 ms
(0.63%)
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\SpecialOffers No errors.
App\Entity\Translation\SpecialOffersTranslation No errors.
App\Entity\Menu No errors.
App\Entity\ChildMenu
  • The mappings App\Entity\ChildMenu#translation and App\Entity\Translation\ChildMenuTranslation#object are inconsistent with each other.
App\Entity\Translation\MenuTranslation No errors.
App\Entity\Translation\ChildMenuTranslation
  • The association App\Entity\Translation\ChildMenuTranslation#object refers to the inverse side field App\Entity\ChildMenu#translations which does not exist.
App\Entity\Contact No errors.
App\Entity\Translation\ContactTranslation No errors.