GET https://appapi.lujanes21.com/

Query Metrics

35 Database Queries
5 Different statements
13.71 ms Query time
0 Invalid entities
77 Managed entities

Grouped Statements

Show all queries

Time Count Info
5.12 ms
(37.31%)
16
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.latitud AS latitud_3, t0.longitud AS longitud_4, t0.cupo AS cupo_5 FROM taller t0 WHERE t0.id = ?
Parameters:
[
  599
]
5.06 ms
(36.93%)
16
SELECT t0.id AS id_1, t0.fecha_pyme AS fecha_pyme_2, t0.cantidad AS cantidad_3, t0.articulo AS articulo_4, t0.id_agenda AS id_agenda_5, t0.nota AS nota_6, t0.fase AS fase_7, t0.taller_id AS taller_id_8 FROM fabricacion t0 WHERE t0.taller_id = ?
Parameters:
[
  599
]
2.34 ms
(17.07%)
1
SELECT f0_.id AS id_0, f0_.fecha_pyme AS fecha_pyme_1, f0_.cantidad AS cantidad_2, f0_.articulo AS articulo_3, f0_.id_agenda AS id_agenda_4, f0_.nota AS nota_5, f0_.fase AS fase_6, t1_.id AS id_7, t1_.nombre AS nombre_8, SUM(f0_.cantidad) AS sclr_9, f0_.taller_id AS taller_id_10 FROM fabricacion f0_ INNER JOIN taller t1_ ON f0_.taller_id = t1_.id WHERE (NOT EXISTS (SELECT 1 AS sclr_11 FROM auditoria a2_ WHERE a2_.taller_id = t1_.id AND a2_.fecha_asignada BETWEEN ? AND ?)) AND f0_.fase <> ? GROUP BY t1_.id ORDER BY t1_.nombre ASC
Parameters:
[
  "2026-02-13 00:00:00"
  "2026-02-13 23:59:59"
  "REVISION INTERNA"
]
0.82 ms
(5.99%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0
Parameters:
[]
0.37 ms
(2.70%)
1
SELECT a0_.id AS id_0, a0_.fecha_asignada AS fecha_asignada_1, a0_.tipo AS tipo_2, a0_.estado AS estado_3, a0_.taller_id AS taller_id_4, a0_.fabricacion_id AS fabricacion_id_5, a0_.auditor_id AS auditor_id_6 FROM auditoria a0_ WHERE (a0_.fecha_asignada BETWEEN ? AND ?) AND a0_.tipo = ?
Parameters:
[
  "2026-02-13 00:00:00"
  "2026-02-13 23:59:59"
  "EXTERNA"
]

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\Fabricacion 57
App\Entity\Taller 16
App\Entity\User 4

Entities Mapping

Class Mapping errors
App\Entity\Fabricacion No errors.
App\Entity\Taller No errors.
App\Entity\Auditoria No errors.
App\Entity\AuditoriaDetalle No errors.
App\Entity\User No errors.