Query Metrics
146
Database Queries
3
Different statements
25.99 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
13.82 ms (53.17%) |
71 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.lastname AS lastname_6, t0.phone AS phone_7, t0.address AS address_8, t0.created_at AS created_at_9, t0.birth_date AS birth_date_10, t0.entity_type AS entity_type_11, t0.reset_token AS reset_token_12, t0.token_expires_at AS token_expires_at_13, t0.use_temporary_email AS use_temporary_email_14, t0.notify_clinica AS notify_clinica_15, t0.clinic_notification_email AS clinic_notification_email_16 FROM user t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
11.41 ms (43.91%) |
74 |
SELECT t0.id AS id_1, t0.fecha AS fecha_2, t0.hora AS hora_3, t0.estado AS estado_4 FROM horario t0 WHERE t0.id = ?
Parameters:
[
1967
]
|
|
0.76 ms (2.92%) |
1 |
SELECT a0_.id AS id_0, a0_.status AS status_1, a0_.notes AS notes_2, a0_.created_at AS created_at_3, a0_.updated_at AS updated_at_4, a0_.cancel_token AS cancel_token_5, a0_.reprogram_token AS reprogram_token_6, a0_.tipo_estudio AS tipo_estudio_7, a0_.payment_method AS payment_method_8, a0_.payment_status AS payment_status_9, a0_.monto_imaging_pro AS monto_imaging_pro_10, a0_.patient_id AS patient_id_11, a0_.provider_id AS provider_id_12, a0_.horario_id AS horario_id_13 FROM appointments a0_ INNER JOIN horario h1_ ON a0_.horario_id = h1_.id WHERE CONCAT(h1_.fecha, ' ', h1_.hora) BETWEEN ? AND ?
Parameters:
[ "2026-02-23 00:00:00" "2026-04-06 00:00:00" ] |
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\Appointment | No errors. |
| App\Entity\Horario | No errors. |