Query Metrics
4
Database Queries
4
Different statements
0.64 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.16 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.request_token_change AS request_token_change_6, t0.last_request_token AS last_request_token_7, t0.enabled AS enabled_8, t0.email AS email_9, t0.attempt_fail_login AS attempt_fail_login_10, t0.persona_id AS persona_id_11 FROM sec_user t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 2 | 0.17 ms |
SELECT t0.id AS id_1, t0.fecha_consulta AS fecha_consulta_2 FROM seg_control_clientes_vencidos t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 3 | 0.15 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.etiqueta AS etiqueta_3, t0.ruta AS ruta_4, t0.ruta_auxiliar AS ruta_auxiliar_5, t0.orden AS orden_6, t0.create_at AS create_at_7, t0.update_at AS update_at_8, t0.icono AS icono_9, t0.class AS class_10, t0.endpoint AS endpoint_11, t0.tipo AS tipo_12, t0.parametrica AS parametrica_13, t0.grupo AS grupo_14, t0.sub_grupo AS sub_grupo_15, t0.funcion_id AS funcion_id_16 FROM sec_accion t0 WHERE t0.ruta = ? LIMIT 1
Parameters:
[
"app_seg_home_office_validar_conexion"
]
|
| 4 | 0.16 ms |
SELECT s0_.id AS id_0, s0_.inicio_conexion AS inicio_conexion_1, s0_.fin_conexion AS fin_conexion_2, s0_.tipo_desconexion AS tipo_desconexion_3, s0_.create_user AS create_user_4, s0_.create_at AS create_at_5, s0_.update_user AS update_user_6, s0_.update_at AS update_at_7, s0_.tiempo_total AS tiempo_total_8, s0_.dia_conexion AS dia_conexion_9, s0_.notificado AS notificado_10 FROM seg_home_office s0_ LEFT JOIN ter_persona t1_ ON s0_.usuario_id = t1_.id LEFT JOIN par_horario p2_ ON s0_.horario_id = p2_.id WHERE t1_.id = ? AND s0_.inicio_conexion LIKE '2026-03-05%' ORDER BY s0_.id DESC LIMIT 1
Parameters:
[
1
]
|
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\SecUser | No errors. |
| App\Entity\TerPersona |
|
| App\Entity\SecRol | No errors. |
| App\Entity\GHContrato | No errors. |
| App\Entity\SegControlClientesVencidos | No errors. |
| App\Entity\SecAccion | No errors. |
| App\Entity\SecFuncion | No errors. |
| App\Entity\SegHomeOffice | No errors. |
| App\Entity\ParHorario | No errors. |