Query Metrics
195
Database Queries
15
Different statements
37.19 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
13.18 ms (35.44%) |
84 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.name AS name_3, t0.type AS type_4, t0.prefix AS prefix_5, t0.suffix AS suffix_6 FROM car_property t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"price-tax"
]
|
6.42 ms (17.26%) |
12 |
SELECT t0.id AS id_1, t0.is_main AS is_main_2, t0.is_thumbnail AS is_thumbnail_3, t0.id_car AS id_car_4, t0.id_file AS id_file_5 FROM car_image t0 WHERE t0.id_car = ?
Parameters:
[
2986
]
|
4.73 ms (12.71%) |
12 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.id_car AS id_car_4 FROM car_meta t0 WHERE t0.id_car = ?
Parameters:
[
2986
]
|
2.33 ms (6.28%) |
12 |
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 = ?
Parameters:
[
11922
]
|
2.32 ms (6.25%) |
13 |
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:
[
1730
]
|
2.14 ms (5.75%) |
20 |
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.97 ms (5.29%) |
12 |
SELECT t0.id AS id_1, t0.value AS value_2, t0.id_car_property AS id_car_property_3, t0.id_car AS id_car_4 FROM car_car_property t0 WHERE t0.id_car = ?
Parameters:
[
2986
]
|
1.28 ms (3.45%) |
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.85 ms (2.28%) |
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.67 ms (1.79%) |
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.37 ms (0.99%) |
1 |
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.slug = ? LIMIT 1
Parameters:
[
"ojete-vozy"
]
|
0.36 ms (0.98%) |
2 |
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:
[
1729
]
|
0.25 ms (0.66%) |
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.slug AS slug_2, c0_.status AS status_3, c0_.date_created AS date_created_4, c0_.date_modified AS date_modified_5, c0_.is_visible AS is_visible_6, c0_.is_active AS is_active_7 FROM car c0_ LEFT JOIN car_car_category c1_ ON (c1_.id_car = c0_.id) LEFT JOIN car_category c2_ ON (c2_.id = c1_.id_car_category) LEFT JOIN car_car_property c3_ ON (c3_.id_car = c0_.id) LEFT JOIN car_property c4_ ON (c4_.id = c3_.id_car_property) WHERE c0_.is_visible = 1 AND c0_.status = ? GROUP BY c0_.id HAVING MAX(IF(c2_.name = ?, 1, 0)) = 1 AND MAX(IF(c2_.name = ?, 1, 0)) = 1 AND MAX(IF(c2_.name = ?, 1, 0)) = 0 ORDER BY MAX(IF(c4_.name = ?, CAST(c3_.value AS UNSIGNED), NULL)) ASC LIMIT 12
Parameters:
[ "published" "used-cars" "used-cars" "demonstration-cars" "price-tax" ] |
0.20 ms (0.53%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.id_car_category AS id_car_category_4 FROM car_category_meta t0 WHERE t0.id_car_category = ?
Parameters:
[
4
]
|
0.12 ms (0.33%) |
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:
[
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\CarCategory | No errors. |
App\Entity\CarCategoryMeta | No errors. |
App\Entity\Car | No errors. |
App\Entity\CarCarCategory | No errors. |
App\Entity\CarCarProperty | No errors. |
App\Entity\CarProperty | No errors. |
App\Entity\CarEquipment | No errors. |
App\Entity\CarImage | No errors. |
App\Entity\CarMeta | No errors. |
App\Entity\AppFile | No errors. |
App\Entity\User | No errors. |
App\Entity\AppFileMeta | No errors. |
App\Entity\CmsPage | No errors. |
App\Entity\CmsPageMeta | No errors. |