Query Metrics
8
Database Queries
8
Different statements
2.27 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.67 ms (29.67%) |
1 |
SELECT t0.id AS id_1, t0.year_model AS year_model_2, t0.image_thumbnail AS image_thumbnail_3, t0.number_cylinder AS number_cylinder_4, t0.status AS status_5, t0.create_date AS create_date_6, t0.update_date AS update_date_7, t0.number_door AS number_door_8, t0.number_passenger AS number_passenger_9, t0.model_vehicle_id AS model_vehicle_id_10, t0.transmission_type_id AS transmission_type_id_11, t0.fuel_type_id AS fuel_type_id_12, t0.traction_type_id AS traction_type_id_13, t0.vehicle_direction_id AS vehicle_direction_id_14 FROM vehicle t0 WHERE t0.id = ?
Parameters:
[
20
]
|
|
0.35 ms (15.58%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
Parameters:
[
5
]
|
|
0.28 ms (12.46%) |
1 |
SELECT t0.id AS id_1, t0.imagename AS imagename_2, t0.vehicle_id AS vehicle_id_3 FROM vehicle_gallery t0 WHERE t0.vehicle_id = ?
Parameters:
[
20
]
|
|
0.25 ms (11.05%) |
1 |
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:
[
18
]
|
|
0.21 ms (9.41%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.17 ms (7.30%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM transmission_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.16 ms (7.26%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM vehicle_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.16 ms (7.26%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM vehicle_direction t0 WHERE t0.id = ?
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 |
|---|---|
| Backend\Entity\Vehicle |
|
| 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\VehicleCategoryBlock | No errors. |
| Backend\Entity\VehicleGallery | No errors. |
| Backend\Entity\Brand | No errors. |
| Backend\Entity\VehicleType | No errors. |
| Backend\Entity\VehicleCategory | No errors. |