Query Metrics
129
Database Queries
11
Different statements
21.95 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
6.81 ms (31.04%) |
31 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.path AS path_3, t0.mime_type AS mime_type_4, t0.date_created AS date_created_5, t0.date_modified AS date_modified_6, t0.author AS author_7 FROM app_file t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1748
]
|
6.73 ms (30.68%) |
30 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.id_app_file AS id_app_file_4 FROM app_file_meta t0 WHERE t0.id_app_file = ?
Parameters:
[
1753
]
|
2.35 ms (10.69%) |
20 |
SELECT t0.id AS id_1, t0.id_role AS id_role_2, t0.id_person AS id_person_3 FROM cms_team_person_role t0 WHERE t0.id_person = ?
Parameters:
[
1
]
|
2.01 ms (9.16%) |
19 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.slug AS slug_4, t0.template AS template_5, t0.date_modified AS date_modified_6 FROM cms_page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"service"
]
|
1.58 ms (7.19%) |
12 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.slug AS slug_4, t0.date_modified AS date_modified_5 FROM car_category t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"audi"
]
|
0.73 ms (3.34%) |
6 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.slug AS slug_4, t0.template AS template_5, t0.date_modified AS date_modified_6 FROM cms_page t0
Parameters:
[] |
0.65 ms (2.97%) |
6 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.slug AS slug_4, t0.date_modified AS date_modified_5 FROM car_category t0
Parameters:
[] |
0.41 ms (1.87%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.slug AS slug_4, t0.template AS template_5, t0.date_modified AS date_modified_6 FROM cms_page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"o-nas"
]
|
0.29 ms (1.30%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3 FROM cms_team_role t0
Parameters:
[] |
0.23 ms (1.03%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.id_cms_page AS id_cms_page_4 FROM cms_page_meta t0 WHERE t0.id_cms_page = ?
Parameters:
[
5
]
|
0.16 ms (0.73%) |
1 |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.position AS position_3, t0.phone AS phone_4, t0.email AS email_5, t0.list_order AS list_order_6, t0.photo AS photo_7 FROM cms_team_person t0 ORDER BY t0.list_order ASC
Parameters:
[] |
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\CmsPage | No errors. |
App\Entity\CmsPageMeta | No errors. |
App\Entity\AppFile | No errors. |
App\Entity\User | No errors. |
App\Entity\AppFileMeta | No errors. |
App\Entity\CarCategory | No errors. |
App\Entity\CarCategoryMeta | No errors. |
App\Entity\CmsTeamRole | No errors. |
App\Entity\CmsTeamPerson | No errors. |
App\Entity\CmsTeamPersonRole | No errors. |