GET https://interface-oyonnax.1055.fr/reservations

Query Metrics

3 Database Queries
3 Different statements
8.67 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

reservation connection

Time Count Info
4.62 ms
(53.32%)
1
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"
]
3.72 ms
(42.97%)
1
SELECT COUNT(DISTINCT r0_.id) AS sclr_0 FROM `reservation` r0_ WHERE r0_.date_resa = ?
Parameters:
[
  "2026-05-13"
]
0.32 ms
(3.72%)
1
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
]

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.