Query Metrics
13
Database Queries
13
Different statements
64.54 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.75 ms |
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 = ? LIMIT 1
Parameters:
[
"be309420-d9c5-4f49-840a-209222087a61"
]
|
| 2 | 0.61 ms |
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:
[
"78b8508c-8a34-4728-ae04-9c1c55820458"
]
|
| 3 | 13.56 ms |
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.ci = ? LIMIT 2
Parameters:
[
"6157149"
]
|
| 4 | 13.19 ms |
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.codigo = ? LIMIT 2
Parameters:
[
"6.157.149"
]
|
| 5 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 1.24 ms |
UPDATE paciente SET nombre = ?, apellido = ?, como_llego = ?, updated_at = ?, revision = revision + 1 WHERE id = ? AND revision = ?
Parameters:
[ "Dahiana Magali" "Peralta Arrua" "facebook" "2026-07-29 14:01:21" "78b8508c-8a34-4728-ae04-9c1c55820458" 1 ] |
| 7 | 0.39 ms |
SELECT revision FROM paciente WHERE id = ?
Parameters:
[
"78b8508c-8a34-4728-ae04-9c1c55820458"
]
|
| 8 | 8.56 ms |
INSERT INTO revisions (timestamp, username) VALUES (?, ?)
Parameters:
[ "2026-07-29 14:01:21" "karen.escobar" ] |
| 9 | 0.69 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.activa AS activa_3, t0.revision AS revision_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM vacuna t0 INNER JOIN paciente_vacuna ON t0.id = paciente_vacuna.vacuna_id WHERE paciente_vacuna.paciente_id = ?
Parameters:
[
"78b8508c-8a34-4728-ae04-9c1c55820458"
]
|
| 10 | 3.15 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.activo AS activo_3, t0.revision AS revision_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8 FROM antecedente t0 INNER JOIN paciente_antecedente ON t0.id = paciente_antecedente.antecedente_id WHERE paciente_antecedente.paciente_id = ?
Parameters:
[
"78b8508c-8a34-4728-ae04-9c1c55820458"
]
|
| 11 | 1.37 ms |
INSERT INTO paciente_audit (rev, revtype, tipo_cliente_id, titular_id, id, ci, nombre, apellido, telefono, celular, email, codigo, sexo, grupo_sanguineo, direccion, alergias, informacion_adicional, fecha_nacimiento, como_llego, revision, created_at, updated_at, created_by, updated_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "132717" "UPD" "86ecf761-88c9-11ee-940f-001a4aa86950" null "78b8508c-8a34-4728-ae04-9c1c55820458" "6157149" "Dahiana Magali" "Peralta Arrua" "595973906812" "595973906812" null "6.157.149" "Femenino" null null null null "2000-03-14" "facebook" 2 "2026-07-27 10:42:35" "2026-07-29 14:01:21" "karen.escobar" "karen.escobar" ] |
| 12 | 17.14 ms |
"COMMIT"
Parameters:
[] |
| 13 | 3.69 ms |
UPDATE paciente_audit SET nombre = ?, apellido = ?, como_llego = ?, updated_at = ? WHERE rev = ? AND id = ?
Parameters:
[ "Dahiana Magali" "Peralta Arrua" "facebook" "2026-07-29 14:01:21" "132717" "78b8508c-8a34-4728-ae04-9c1c55820458" ] |
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\SonataUserUser | 1 |
| App\Entity\Paciente | 1 |
| App\Entity\TipoCliente | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| App\Entity\SonataUserUser | No errors. |
| App\Entity\Cita | No errors. |
| App\Entity\AnalisisPaciente | No errors. |
| App\Entity\Paciente | No errors. |
| App\Entity\TipoCliente | No errors. |
| App\Entity\Vacuna | No errors. |
| App\Entity\Antecedente | No errors. |
| App\Entity\Presupuesto | No errors. |
| App\Entity\Contrato | No errors. |
| App\Entity\ContratoAdherente | No errors. |