Query Metrics
16
Database Queries
5
Different statements
54.94 ms
Query time
0
Invalid entities
13
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.07 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.login = ? LIMIT 1
Parameters:
[
"0899843151"
]
|
||||||||||||||||||||||||||||||||
| 2 | 11.91 ms |
SELECT b0_.created_by_id AS sclr_0, COUNT(b0_.id) AS sclr_1, COALESCE(SUM(b0_.amount), 0) AS sclr_2, COALESCE(b0_.parking_id, t1_.parking_id) AS sclr_3, MAX(COALESCE(p2_.name, p3_.name)) AS sclr_4 FROM billet b0_ INNER JOIN user u4_ ON b0_.created_by_id = u4_.id LEFT JOIN terminal t1_ ON b0_.terminal_id = t1_.id LEFT JOIN parking p2_ ON b0_.parking_id = p2_.id LEFT JOIN parking p3_ ON t1_.parking_id = p3_.id WHERE b0_.created_at >= ? AND b0_.created_at < ? GROUP BY u4_.id, p2_.id, p3_.id
Parameters:
[ "2026-07-02 00:00:00" "2026-07-03 00:00:00" ]
|
||||||||||||||||||||||||||||||||
| 3 | 11.41 ms |
SELECT b0_.created_by_id AS sclr_0, t1_.code AS code_1, t1_.label AS label_2 FROM billet b0_ LEFT JOIN terminal t1_ ON b0_.terminal_id = t1_.id LEFT JOIN parking p2_ ON b0_.parking_id = p2_.id LEFT JOIN parking p3_ ON t1_.parking_id = p3_.id WHERE b0_.created_at >= ? AND b0_.created_at < ? ORDER BY b0_.created_at DESC
Parameters:
[ "2026-07-02 00:00:00" "2026-07-03 00:00:00" ]
|
||||||||||||||||||||||||||||||||
| 4 | 1.71 ms |
SELECT d0_.id AS id_0, d0_.report_date AS report_date_1, d0_.expected_amount AS expected_amount_2, d0_.reported_amount AS reported_amount_3, d0_.difference_amount AS difference_amount_4, d0_.ticket_count AS ticket_count_5, d0_.status AS status_6, d0_.workflow_status AS workflow_status_7, d0_.submitted_at AS submitted_at_8, d0_.notes AS notes_9, d0_.created_at AS created_at_10, d0_.updated_at AS updated_at_11, u1_.id AS id_12, u1_.first_name AS first_name_13, u1_.middle_name AS middle_name_14, u1_.last_name AS last_name_15, u1_.gender AS gender_16, u1_.location AS location_17, u1_.phone AS phone_18, u1_.login AS login_19, u1_.password AS password_20, u1_.roles AS roles_21, u1_.created_at AS created_at_22, u1_.status AS status_23, p2_.id AS id_24, p2_.code AS code_25, p2_.visible_roles AS visible_roles_26, p2_.name AS name_27, p2_.created_at AS created_at_28, d0_.agent_id AS agent_id_29, d0_.parking_id AS parking_id_30, u1_.city_id AS city_id_31, u1_.parking_id AS parking_id_32, p2_.created_by_id AS created_by_id_33, p2_.city_id AS city_id_34 FROM daily_report d0_ LEFT JOIN user u1_ ON d0_.agent_id = u1_.id LEFT JOIN parking p2_ ON d0_.parking_id = p2_.id WHERE d0_.report_date >= ? AND d0_.report_date < ? ORDER BY p2_.name ASC, u1_.first_name ASC, u1_.last_name ASC
Parameters:
[ "2026-07-02 00:00:00" "2026-07-03 00:00:00" ]
|
||||||||||||||||||||||||||||||||
| 5 | 4.93 ms |
SELECT d0_.id AS id_0, d0_.report_date AS report_date_1, d0_.expected_amount AS expected_amount_2, d0_.reported_amount AS reported_amount_3, d0_.difference_amount AS difference_amount_4, d0_.ticket_count AS ticket_count_5, d0_.status AS status_6, d0_.workflow_status AS workflow_status_7, d0_.submitted_at AS submitted_at_8, d0_.notes AS notes_9, d0_.created_at AS created_at_10, d0_.updated_at AS updated_at_11, u1_.id AS id_12, u1_.first_name AS first_name_13, u1_.middle_name AS middle_name_14, u1_.last_name AS last_name_15, u1_.gender AS gender_16, u1_.location AS location_17, u1_.phone AS phone_18, u1_.login AS login_19, u1_.password AS password_20, u1_.roles AS roles_21, u1_.created_at AS created_at_22, u1_.status AS status_23, p2_.id AS id_24, p2_.code AS code_25, p2_.visible_roles AS visible_roles_26, p2_.name AS name_27, p2_.created_at AS created_at_28, d0_.agent_id AS agent_id_29, d0_.parking_id AS parking_id_30, u1_.city_id AS city_id_31, u1_.parking_id AS parking_id_32, p2_.created_by_id AS created_by_id_33, p2_.city_id AS city_id_34 FROM daily_report d0_ LEFT JOIN user u1_ ON d0_.agent_id = u1_.id LEFT JOIN parking p2_ ON d0_.parking_id = p2_.id WHERE d0_.report_date >= ? AND d0_.report_date < ? ORDER BY p2_.name ASC, u1_.first_name ASC, u1_.last_name ASC
Parameters:
[ "2026-07-02 00:00:00" "2026-07-03 00:00:00" ]
|
||||||||||||||||||||||||||||||||
| 6 | 1.55 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
12
]
|
||||||||||||||||||||||||||||||||
| 7 | 4.37 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
14
]
|
||||||||||||||||||||||||||||||||
| 8 | 0.68 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
16
]
|
||||||||||||||||||||||||||||||||
| 9 | 2.56 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
17
]
|
||||||||||||||||||||||||||||||||
| 10 | 4.09 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
18
]
|
||||||||||||||||||||||||||||||||
| 11 | 3.16 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
20
]
|
||||||||||||||||||||||||||||||||
| 12 | 0.65 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
21
]
|
||||||||||||||||||||||||||||||||
| 13 | 3.73 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
22
]
|
||||||||||||||||||||||||||||||||
| 14 | 0.78 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
24
]
|
||||||||||||||||||||||||||||||||
| 15 | 0.63 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
25
]
|
||||||||||||||||||||||||||||||||
| 16 | 0.71 ms |
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.middle_name AS middle_name_3, t0.last_name AS last_name_4, t0.gender AS gender_5, t0.location AS location_6, t0.phone AS phone_7, t0.login AS login_8, t0.password AS password_9, t0.roles AS roles_10, t0.created_at AS created_at_11, t0.status AS status_12, t0.city_id AS city_id_13, t0.parking_id AS parking_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
26
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 12 |
| App\Entity\City | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\City | No errors. |
| App\Entity\Parking | No errors. |
| App\Entity\FonctionHistory | No errors. |
| App\Entity\Terminal | No errors. |
| App\Entity\Motor | No errors. |
| App\Entity\MotorMarque | No errors. |
| App\Entity\Billet | No errors. |
| App\Entity\DailyReport | No errors. |