Query Metrics
14
Database Queries
4
Different statements
6.74 ms
Query time
0
Invalid entities
17
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.66 ms (39.51%) |
1 |
SELECT c0_.id AS id_0, c0_.inicio AS inicio_1, c0_.fin AS fin_2, c0_.estado AS estado_3, c0_.reagendada AS reagendada_4, c0_.revision AS revision_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.created_by AS created_by_8, c0_.updated_by AS updated_by_9, c0_.doctor_id AS doctor_id_10, c0_.paciente_id AS paciente_id_11, c0_.motivo_cita_id AS motivo_cita_id_12, c0_.presupuesto_id AS presupuesto_id_13 FROM cita c0_ WHERE (c0_.inicio BETWEEN ? AND ? OR c0_.fin BETWEEN ? AND ?) AND c0_.doctor_id IN (?)
Parameters:
[ "2026-08-01 00:00:00" "2026-08-02 00:00:00" "2026-08-01 00:00:00" "2026-08-02 00:00:00" "a2440ad9-9e92-416d-8607-e143bb1b166d" ] |
|
1.98 ms (29.41%) |
6 |
SELECT t0.id AS id_1, t0.peso AS peso_2, t0.estatura AS estatura_3, t0.temperatura AS temperatura_4, t0.presion AS presion_5, t0.comentarios AS comentarios_6, t0.receta AS receta_7, t0.indicaciones AS indicaciones_8, t0.estudios AS estudios_9, t0.revision AS revision_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.created_by AS created_by_13, t0.updated_by AS updated_by_14, t0.cita_id AS cita_id_15 FROM consulta t0 WHERE t0.cita_id = ?
Parameters:
[
"6166ced3-8988-4b7c-9fd7-6dacc38b8d9f"
]
|
|
1.73 ms (25.75%) |
6 |
SELECT t0.id AS id_1, t0.ci AS ci_2, t0.nombre AS nombre_3, t0.apellido AS apellido_4, t0.telefono AS telefono_5, t0.celular AS celular_6, t0.email AS email_7, t0.codigo AS codigo_8, t0.sexo AS sexo_9, t0.grupo_sanguineo AS grupo_sanguineo_10, t0.direccion AS direccion_11, t0.alergias AS alergias_12, t0.informacion_adicional AS informacion_adicional_13, t0.fecha_nacimiento AS fecha_nacimiento_14, t0.como_llego AS como_llego_15, t0.revision AS revision_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.created_by AS created_by_19, t0.updated_by AS updated_by_20, t0.tipo_cliente_id AS tipo_cliente_id_21, t0.titular_id AS titular_id_22 FROM paciente t0 WHERE t0.id = ?
Parameters:
[
"3c9ac496-11e8-4d6f-8ee7-e3580a77122a"
]
|
|
0.36 ms (5.33%) |
1 |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.id AS id_14, t0.nombre AS nombre_15, t0.apellido AS apellido_16, t0.documento_identidad AS documento_identidad_17, t0.created_by AS created_by_18, t0.updated_by AS updated_by_19 FROM sonata_user t0 WHERE t0.id = ?
Parameters:
[
"a2440ad9-9e92-416d-8607-e143bb1b166d"
]
|
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\Cita | 6 |
| App\Entity\Paciente | 6 |
| App\Entity\MotivoCita | 2 |
| App\Entity\TipoCliente | 2 |
| App\Entity\SonataUserUser | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Cita | No errors. |
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| App\Entity\SonataUserUser | No errors. |
| App\Entity\Paciente | No errors. |
| App\Entity\MotivoCita | No errors. |
| App\Entity\Presupuesto | No errors. |
| App\Entity\Consulta | No errors. |
| App\Entity\CitaPrestacion | No errors. |
| App\Entity\TipoCliente | No errors. |
| App\Entity\Vacuna | No errors. |
| App\Entity\Antecedente | No errors. |
| App\Entity\AnalisisPaciente | No errors. |
| App\Entity\Contrato | No errors. |
| App\Entity\ContratoAdherente | No errors. |