Query Metrics
9
Database Queries
9
Different statements
13.81 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
5.44 ms (39.37%) |
1 |
"COMMIT"
Parameters:
[] |
|
1.54 ms (11.13%) |
1 |
SELECT t0.id AS id_1, t0.parcel_count AS parcel_count_2, t0.is_cancelled AS is_cancelled_3, t0.cancelled_at AS cancelled_at_4, t0.is_loaded AS is_loaded_5, t0.loaded_at AS loaded_at_6, t0.is_received AS is_received_7, t0.is_received_fully AS is_received_fully_8, t0.received_parcels AS received_parcels_9, t0.received_at AS received_at_10, t0.created_at AS created_at_11, t0.is_verified AS is_verified_12, t0.origin_station AS origin_station_13, t0.destination AS destination_14, t0.cancelled_by AS cancelled_by_15, t0.loaded_by AS loaded_by_16, t0.received_by AS received_by_17, t0.created_by AS created_by_18, t19.id AS id_20, t19.is_verified AS is_verified_21, t19.verified_at AS verified_at_22, t19.is_cancelled AS is_cancelled_23, t19.cancelled_at AS cancelled_at_24, t19.created_at AS created_at_25, t19.delivery_id AS delivery_id_26, t19.vehicle_id AS vehicle_id_27, t19.verified_by AS verified_by_28, t19.cancelled_by AS cancelled_by_29, t19.created_by AS created_by_30 FROM delivery t0 LEFT JOIN delivery_vehicle t19 ON t19.delivery_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
74379
]
|
|
1.52 ms (11.00%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.created_at AS created_at_4, t0.roles AS roles_5, t0.email AS email_6, t0.is_active AS is_active_7, t0.person_id AS person_id_8 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
101
]
|
|
1.25 ms (9.04%) |
1 |
SELECT t0.id AS id_1, t0.is_cancelled AS is_cancelled_2, t0.cancelled_at AS cancelled_at_3, t0.cancelled_because AS cancelled_because_4, t0.is_received AS is_received_5, t0.received_at AS received_at_6, t0.created_at AS created_at_7, t0.delivery_id AS delivery_id_8, t0.parcel_id AS parcel_id_9, t0.cancelled_by AS cancelled_by_10, t0.received_by AS received_by_11, t0.created_by AS created_by_12 FROM delivery_parcel t0 WHERE t0.parcel_id = ? AND t0.is_cancelled = ? LIMIT 1
Parameters:
[ 1235070 0 ] |
|
1.07 ms (7.71%) |
1 |
INSERT INTO delivery_parcel (is_cancelled, cancelled_at, cancelled_because, is_received, received_at, created_at, delivery_id, parcel_id, cancelled_by, received_by, created_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 0 null null 0 null "2025-12-02 12:06:28" 74379 1235070 null null 101 ] |
|
0.96 ms (6.93%) |
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.number AS number_3, t0.is_in_delivery AS is_in_delivery_4, t0.created_at AS created_at_5, t0.way_bill_id AS way_bill_id_6 FROM parcel t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1235070
]
|
|
0.77 ms (5.55%) |
1 |
UPDATE delivery SET parcel_count = ? WHERE id = ?
Parameters:
[ 8 74379 ] |
|
0.66 ms (4.76%) |
1 |
"START TRANSACTION"
Parameters:
[] |
|
0.62 ms (4.50%) |
1 |
SELECT t0.id AS id_1, t0.is_cancelled AS is_cancelled_2, t0.cancelled_at AS cancelled_at_3, t0.cancelled_because AS cancelled_because_4, t0.is_received AS is_received_5, t0.received_at AS received_at_6, t0.created_at AS created_at_7, t0.delivery_id AS delivery_id_8, t0.parcel_id AS parcel_id_9, t0.cancelled_by AS cancelled_by_10, t0.received_by AS received_by_11, t0.created_by AS created_by_12 FROM delivery_parcel t0 WHERE t0.delivery_id = ?
Parameters:
[
74379
]
|
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\Person | No errors. |
| App\Entity\Delivery |
|
| App\Entity\Station | No errors. |
| App\Entity\DeliveryVehicle | No errors. |
| App\Entity\Vehicle | No errors. |
| App\Entity\DeliveryParcel | No errors. |
| App\Entity\Parcel | No errors. |
| App\Entity\WayBill |
|