Query Metrics
3
Database Queries
3
Different statements
31.42 ms
Query time
0
Invalid entities
Queries
reservation connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.34 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:
[
8
]
|
| 2 | 28.89 ms |
SELECT COUNT(DISTINCT r0_.id) AS sclr_0 FROM `reservation` r0_ WHERE r0_.date_resa = ?
Parameters:
[
"2026-05-13"
]
|
| 3 | 2.19 ms |
SELECT DISTINCT r0_.id AS id_0, r0_.lastname AS lastname_1 FROM `reservation` r0_ WHERE r0_.date_resa = ? ORDER BY r0_.lastname ASC LIMIT 19
Parameters:
[
"2026-05-13"
]
|
Database Connections
| Name | Service |
|---|---|
| reservation | doctrine.dbal.reservation_connection |
| customer | doctrine.dbal.customer_connection |
Entity Managers
| Name | Service |
|---|---|
| main | doctrine.orm.main_entity_manager |
| customer | doctrine.orm.customer_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
main entity manager
| Class | Mapping errors |
|---|---|
| App\Entity\Main\User | No errors. |
| App\Entity\Main\Reservation | No errors. |
customer entity manager
No loaded entities.