Query Metrics
9
Database Queries
9
Different statements
3.90 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.54 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:
[
"de2e1078-7e3c-4caf-912a-c255c832bf9c"
]
|
| 2 | 0.32 ms |
SELECT t0.id AS id_1, t0.numero AS numero_2, t0.monto AS monto_3, t0.fecha_vencimiento AS fecha_vencimiento_4, t0.fecha_cobro AS fecha_cobro_5, t0.revision AS revision_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.created_by AS created_by_9, t0.updated_by AS updated_by_10, t0.contrato_id AS contrato_id_11 FROM cuota t0 WHERE t0.id = ?
Parameters:
[
"c7d73a6f-772c-442a-954c-9f99184d971e"
]
|
| 3 | 0.17 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.41 ms |
UPDATE cuota SET fecha_cobro = ?, updated_at = ?, updated_by = ?, revision = revision + 1 WHERE id = ? AND revision = ?
Parameters:
[ "2026-05-29" "2026-05-29 13:08:17" "kathia.acosta" "c7d73a6f-772c-442a-954c-9f99184d971e" 1 ] |
| 5 | 0.15 ms |
SELECT revision FROM cuota WHERE id = ?
Parameters:
[
"c7d73a6f-772c-442a-954c-9f99184d971e"
]
|
| 6 | 0.19 ms |
INSERT INTO revisions (timestamp, username) VALUES (?, ?)
Parameters:
[ "2026-05-29 13:08:17" "kathia.acosta" ] |
| 7 | 1.26 ms |
INSERT INTO cuota_audit (rev, revtype, contrato_id, id, numero, monto, fecha_vencimiento, fecha_cobro, revision, created_at, updated_at, created_by, updated_by) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "115461" "UPD" "b5703e0a-2cba-4d58-ac6c-86786c4aecbd" "c7d73a6f-772c-442a-954c-9f99184d971e" 8 159000.0 "2026-05-09" "2026-05-29" 2 "2026-03-23 07:32:13" "2026-05-29 13:08:17" "mateo.gonzalez" "kathia.acosta" ] |
| 8 | 0.43 ms |
"COMMIT"
Parameters:
[] |
| 9 | 0.43 ms |
UPDATE cuota_audit SET fecha_cobro = ?, updated_at = ?, updated_by = ? WHERE rev = ? AND id = ?
Parameters:
[ "2026-05-29" "2026-05-29 13:08:17" "kathia.acosta" "115461" "c7d73a6f-772c-442a-954c-9f99184d971e" ] |
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\Cuota | 1 |
| App\Entity\Contrato | 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\Cuota | No errors. |
| App\Entity\Contrato | No errors. |