Query Metrics
14
Database Queries
4
Different statements
6.49 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.05 ms |
SELECT v0_.id AS id_0, v0_.year_model AS year_model_1, v0_.image_thumbnail AS image_thumbnail_2, v0_.number_cylinder AS number_cylinder_3, v0_.status AS status_4, v0_.create_date AS create_date_5, v0_.update_date AS update_date_6, v0_.number_door AS number_door_7, v0_.number_passenger AS number_passenger_8, v1_.order AS order_9, v0_.model_vehicle_id AS model_vehicle_id_10, v0_.transmission_type_id AS transmission_type_id_11, v0_.fuel_type_id AS fuel_type_id_12, v0_.traction_type_id AS traction_type_id_13, v0_.vehicle_direction_id AS vehicle_direction_id_14, v1_.vehicle_id AS vehicle_id_15, v1_.vehicle_category_id AS vehicle_category_id_16 FROM vehicle v0_ INNER JOIN vehicle_category_block v1_ ON v0_.id = v1_.vehicle_id ORDER BY v1_.order ASC
Parameters:
[] |
| 2 | 0.75 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3, t0.vehicle_type_id AS vehicle_type_id_4, t0.vehicle_category_id AS vehicle_category_id_5 FROM model t0 WHERE t0.id = ?
Parameters:
[
21
]
|
| 3 | 0.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
Parameters:
[
5
]
|
| 4 | 0.45 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 5 | 0.21 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3, t0.vehicle_type_id AS vehicle_type_id_4, t0.vehicle_category_id AS vehicle_category_id_5 FROM model t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 6 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 7 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 8 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3, t0.vehicle_type_id AS vehicle_type_id_4, t0.vehicle_category_id AS vehicle_category_id_5 FROM model t0 WHERE t0.id = ?
Parameters:
[
24
]
|
| 9 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 10 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3, t0.vehicle_type_id AS vehicle_type_id_4, t0.vehicle_category_id AS vehicle_category_id_5 FROM model t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 11 | 0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 12 | 0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3, t0.vehicle_type_id AS vehicle_type_id_4, t0.vehicle_category_id AS vehicle_category_id_5 FROM model t0 WHERE t0.id = ?
Parameters:
[
32
]
|
| 13 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
Parameters:
[
6
]
|
| 14 | 0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.icon AS icon_4 FROM vehicle_category t0 WHERE t0.id = ?
Parameters:
[
6
]
|
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 |
|---|---|
| Backend\Entity\Vehicle |
|
| Backend\Entity\VehicleCategoryBlock | No errors. |
| Backend\Entity\Model | No errors. |
| Backend\Entity\TransmissionType | No errors. |
| Backend\Entity\FuelType | No errors. |
| Backend\Entity\TractionType | No errors. |
| Backend\Entity\VehicleDirection | No errors. |
| Backend\Entity\VehicleCategory | No errors. |
| Backend\Entity\Brand | No errors. |
| Backend\Entity\VehicleType | No errors. |