Query Metrics
5
Database Queries
5
Different statements
11.34 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.92 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 2 | 0.43 ms |
SELECT t0.id AS id_1, t0.license_plate AS license_plate_2, t0.entered_at AS entered_at_3, t0.departed_at AS departed_at_4, t0.entry_camera AS entry_camera_5, t0.exit_camera AS exit_camera_6, t0.owner_first_name AS owner_first_name_7, t0.owner_last_name AS owner_last_name_8, t0.owner_patronymic AS owner_patronymic_9, t0.additional_info AS additional_info_10, t0.macroscop_car_id AS macroscop_car_id_11, t0.manually_confirmed_departed AS manually_confirmed_departed_12, t0.manually_confirmed_departed_at AS manually_confirmed_departed_at_13, t0.manual_confirm_note AS manual_confirm_note_14, t0.metadata AS metadata_15, t0.last_event_id AS last_event_id_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM vehicle_on_site t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 3 | 0.22 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.39 ms |
DELETE FROM vehicle_on_site WHERE id = ?
Parameters:
[
1
]
|
| 5 | 9.38 ms |
"COMMIT"
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\User | No errors. |
| App\Entity\VehicleOnSite | No errors. |