GET https://dev.ospprojectestimate.com/api/v1/operacionales/agenda/proximas?_ts=1782850237304

Query Metrics

5 Database Queries
5 Different statements
3.43 ms Query time
2 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.64 ms
(47.93%)
1
"COMMIT"
Parameters:
[]
0.74 ms
(21.56%)
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
]
0.50 ms
(14.53%)
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.36 ms
(10.53%)
1
UPDATE `user` SET fechas_inicio_sesion = ?, fechaupdate = ? WHERE id = ?
Parameters:
[
  "2026-06-30 14:10:37"
  "2026-06-30 14:10:37"
  2
]
0.19 ms
(5.45%)
1
"START TRANSACTION"
Parameters:
[]

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
  • The field 'App\Entity\Trabajadores#salario' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Trabajadores#user is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#trabajador does not contain the required 'inversedBy: "user"' attribute.
App\Entity\Grupousuarios No errors.
App\Entity\Suscripciones
  • The field 'App\Entity\Suscripciones#precio' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\CuentaPagos No errors.
App\Entity\ConfiguracionEmisionCheques No errors.
App\Entity\Empresa No errors.
App\Entity\Agenda No errors.