Query Metrics
2
Database Queries
2
Different statements
1.10 ms
Query time
2
Invalid entities
7
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.56 ms (51.46%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.fecha_incripcion AS fecha_incripcion_5, t0.pw AS pw_6, t0.login AS login_7, t0.fechas_inicio_sesion AS fechas_inicio_sesion_8, t0.onboarding_config_visto AS onboarding_config_visto_9, t0.onboarding_config_visto_at AS onboarding_config_visto_at_10, t0.last_activity_at AS last_activity_at_11, t0.fechacreate AS fechacreate_12, t0.fechaupdate AS fechaupdate_13, t0.estado AS estado_14, t0.delete_logic AS delete_logic_15, t0.trabajador_id AS trabajador_id_16, t0.grupousuario_id AS grupousuario_id_17, t0.suscripciones_id AS suscripciones_id_18, t0.cuenta_pagos_id AS cuenta_pagos_id_19, t0.emision_cheques_id AS emision_cheques_id_20, t0.empresa_id AS empresa_id_21 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||||||
|
0.53 ms (48.54%) |
1 |
SELECT a0_.id AS id_0, a0_.nota AS nota_1, a0_.titulo AS titulo_2, a0_.fecha_notificacion AS fecha_notificacion_3, a0_.notificado AS notificado_4, a0_.silenciado AS silenciado_5, a0_.fechacreate AS fechacreate_6, a0_.fechaupdate AS fechaupdate_7, a0_.estado AS estado_8, a0_.delete_logic AS delete_logic_9, a0_.usu_create_id AS usu_create_id_10, a0_.usu_update_id AS usu_update_id_11, a0_.empresa_id AS empresa_id_12 FROM agenda a0_ WHERE a0_.empresa_id = ? AND a0_.fecha_notificacion IS NOT NULL AND a0_.fecha_notificacion >= ? AND a0_.fecha_notificacion <= ? AND a0_.notificado = ? AND a0_.silenciado = ? AND a0_.delete_logic = 0 AND a0_.estado = 1 AND a0_.usu_create_id = ? ORDER BY a0_.fecha_notificacion ASC
Parameters:
[ 2 "2026-06-30 00:00:00" "2026-07-01 23:59:59" 0 0 2 ]
|
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\User | 1 |
| App\Entity\Trabajadores | 1 |
| App\Entity\Grupousuarios | 1 |
| App\Entity\Suscripciones | 1 |
| App\Entity\CuentaPagos | 1 |
| App\Entity\ConfiguracionEmisionCheques | 1 |
| App\Entity\Empresa | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Trabajadores |
|
| App\Entity\Grupousuarios | No errors. |
| App\Entity\Suscripciones |
|
| App\Entity\CuentaPagos | No errors. |
| App\Entity\ConfiguracionEmisionCheques | No errors. |
| App\Entity\Empresa | No errors. |
| App\Entity\Agenda | No errors. |