Redirect 302 redirect from POST @app_gestion_empleado_remove (97488e)

GET https://administracion.mamakokeshi.com/index.php/gestion/empleados

Query Metrics

6 Database Queries
4 Different statements
2.54 ms Query time
0 Invalid entities
15 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.14 ms
(44.91%)
3
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.user_id AS user_id_4 FROM empleado t0 WHERE t0.user_id = ?
Parameters:
[
  15
]
0.70 ms
(27.60%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.nombre AS nombre_4, t0.apellidos AS apellidos_5, t0.activo AS activo_6, t0.roles AS roles_7, t8.id AS id_9, t8.nombre AS nombre_10, t8.apellidos AS apellidos_11, t8.user_id AS user_id_12 FROM user t0 LEFT JOIN empleado t8 ON t8.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  21
]
0.44 ms
(17.47%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.nombre AS nombre_3, u0_.apellidos AS apellidos_4, u0_.activo AS activo_5, u0_.roles AS roles_6 FROM user u0_ LEFT JOIN empleado e1_ ON u0_.id = e1_.user_id WHERE e1_.id IS NULL
Parameters:
[]
0.25 ms
(10.02%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.user_id AS user_id_4 FROM empleado t0
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 8
App\Entity\Empleado 7

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Empleado No errors.
App\Entity\DiasVacaciones No errors.
App\Entity\SolicitudDias No errors.