GET https://sefuja.emilix.fr/

Query Metrics

2 Database Queries
2 Different statements
4.98 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 3.32 ms
SELECT e0_.id AS id_0, e0_.start_time AS start_time_1, e0_.end_time AS end_time_2 FROM existing_appointment e0_ WHERE e0_.start_time BETWEEN ? AND ?
Parameters:
[
  "2025-12-15"
  "2025-12-20"
]
2 1.66 ms
SELECT u0_.id AS id_0, u0_.first_name AS first_name_1, u0_.last_name AS last_name_2, u0_.email AS email_3, u0_.start_time AS start_time_4, u0_.end_time AS end_time_5, u0_.cancellation_token AS cancellation_token_6 FROM user_appointment u0_ WHERE u0_.start_time BETWEEN ? AND ?
Parameters:
[
  "2025-12-15"
  "2025-12-20"
]

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\ExistingAppointment 6

Entities Mapping

Class Mapping errors
App\Entity\ExistingAppointment No errors.
App\Entity\UserAppointment No errors.