Query Metrics
2
Database Queries
2
Different statements
1.45 ms
Query time
1
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.70 ms |
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.person_id AS person_id_7 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
50
]
|
2 | 0.75 ms |
SELECT d0_.id AS id_0, d0_.is_received_fully AS is_received_fully_1, d0_.parcel_count AS parcel_count_2, s1_.id AS id_3, s1_.station_name AS station_name_4, s2_.id AS id_5, s2_.station_name AS station_name_6, d0_.is_cancelled AS is_cancelled_7, d0_.is_received AS is_received_8, d0_.is_loaded AS is_loaded_9, u3_.id AS id_10, u4_.id AS id_11, d0_.received_parcels AS received_parcels_12 FROM delivery d0_ INNER JOIN station s1_ ON d0_.destination = s1_.id INNER JOIN station s2_ ON d0_.origin_station = s2_.id INNER JOIN user u3_ ON d0_.loaded_by = u3_.id INNER JOIN user u4_ ON d0_.created_by = u4_.id WHERE d0_.id = ? AND s1_.id = ?
Parameters:
[ "69315" "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\User | No errors. |
App\Entity\Person | No errors. |
App\Entity\Delivery |
|
App\Entity\Station | No errors. |