Query Metrics
5
Database Queries
5
Different statements
7.03 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.35 ms (47.70%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.address AS address_4, t0.phone_number AS phone_number_5, t0.color AS color_6, t0.vk_link AS vk_link_7, t0.whatsapp_link AS whatsapp_link_8, t0.inst_link AS inst_link_9, t0.slug AS slug_10, t0.background_image_url AS background_image_url_11, t0.widget_flamp AS widget_flamp_12, t0.widget2gis AS widget2gis_13 FROM branch_office t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"lomako"
]
|
|
1.49 ms (21.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.address AS address_4, t0.phone_number AS phone_number_5, t0.color AS color_6, t0.vk_link AS vk_link_7, t0.whatsapp_link AS whatsapp_link_8, t0.inst_link AS inst_link_9, t0.slug AS slug_10, t0.background_image_url AS background_image_url_11, t0.widget_flamp AS widget_flamp_12, t0.widget2gis AS widget2gis_13 FROM branch_office t0 ORDER BY t0.name ASC
Parameters:
[] |
|
0.94 ms (13.37%) |
1 |
SELECT t0.id AS id_1, t0.button_label AS button_label_2, t0.button_url AS button_url_3 FROM header t0 LIMIT 1
Parameters:
[] |
|
0.72 ms (10.21%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.date AS date_3, t0.image_main AS image_main_4, t0.branch_office_id AS branch_office_id_5 FROM album t0 WHERE t0.branch_office_id = ?
Parameters:
[
2
]
|
|
0.53 ms (7.52%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.list AS list_4, t0.price AS price_5, t0.branch_office_id AS branch_office_id_6 FROM menu_card t0 WHERE t0.branch_office_id = ?
Parameters:
[
2
]
|
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\BranchOffice | No errors. |
| App\Entity\Album | No errors. |
| App\Entity\MenuCard | No errors. |
| App\Entity\Header | No errors. |