GET https://api-theatre.rassamahin.ru/api/contacts

Query Metrics

7 Database Queries
6 Different statements
23.07 ms Query time
0 Invalid entities
16 Managed entities

Grouped Statements

Show all queries

Time Count Info
13.56 ms
(58.77%)
2
SELECT t0.id AS id_1, t0.url AS url_2, t0.filename AS filename_3, t0.s3_filename AS s3_filename_4, t0.extension AS extension_5, t0.size AS size_6, t0.created_at AS created_at_7 FROM file t0 WHERE t0.id = ?
Parameters:
[
  "98026f26-24b0-44b6-b846-f53a3f6ca05b"
]
3.98 ms
(17.24%)
1
SELECT t0.id AS id_1, t0.singleton_key AS singleton_key_2, t0.address AS address_3, t0.email AS email_4, t0.box_office_hours AS box_office_hours_5, t0.box_office_break_hours AS box_office_break_hours_6, t0.box_office_phone AS box_office_phone_7, t0.administration_hours AS administration_hours_8, t0.administration_break_hours AS administration_break_hours_9, t0.administration_weekend AS administration_weekend_10, t0.production_hours AS production_hours_11, t0.production_break_hours AS production_break_hours_12, t0.production_weekend AS production_weekend_13, t0.founder_url AS founder_url_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.founder_logo_id AS founder_logo_id_17 FROM contacts_settings t0 WHERE t0.singleton_key = ? ORDER BY t0.created_at DESC LIMIT 1
Parameters:
[
  "master"
]
1.62 ms
(7.01%)
1
SELECT t0.id AS id_1, t0.site AS site_2, t0.url AS url_3, t0.settings_id AS settings_id_4 FROM contacts_social_link t0 WHERE t0.settings_id = ?
Parameters:
[
  "4d1eb767-9a12-4101-9622-8620ac483e88"
]
1.35 ms
(5.85%)
1
SELECT t0.id AS id_1, t0.position AS position_2, t0.url AS url_3, t0.description AS description_4, t0.settings_id AS settings_id_5, t0.logo_id AS logo_id_6 FROM contacts_founder t0 WHERE t0.settings_id = ?
Parameters:
[
  "4d1eb767-9a12-4101-9622-8620ac483e88"
]
1.31 ms
(5.69%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.hours AS hours_3, t0.break_hours AS break_hours_4, t0.weekend AS weekend_5, t0.settings_id AS settings_id_6 FROM contacts_artist_season_schedule t0 WHERE t0.settings_id = ?
Parameters:
[
  "4d1eb767-9a12-4101-9622-8620ac483e88"
]
1.26 ms
(5.44%)
1
SELECT t0.id AS id_1, t0.position AS position_2, t0.title AS title_3, t0.person_name AS person_name_4, t0.phone AS phone_5, t0.email AS email_6, t0.settings_id AS settings_id_7 FROM contacts_main_contact t0 WHERE t0.settings_id = ?
Parameters:
[
  "4d1eb767-9a12-4101-9622-8620ac483e88"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Contacts\Domain\Model\ContactsSocialLink 5
App\Contacts\Domain\Model\ContactsMainContact 4
App\Contacts\Domain\Model\ContactsArtistSeasonSchedule 2
App\Contacts\Domain\Model\ContactsFounder 2
App\File\Domain\Model\File 2
App\Contacts\Domain\Model\ContactsSettings 1