Query Metrics
129
Database Queries
11
Different statements
17.06 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
4.32 ms (25.29%) |
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
]
|
3.91 ms (22.93%) |
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.37 ms (13.89%) |
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.29 ms (13.45%) |
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 (9.28%) |
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.77 ms (4.53%) |
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.72 ms (4.21%) |
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.45 ms (2.62%) |
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.28 ms (1.62%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3 FROM cms_team_role t0
Parameters:
[] |
0.22 ms (1.28%) |
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.15 ms (0.90%) |
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. |