GET https://inprobot.mmunoz.net/admin/cliente?page=1&sort%5Bempresa%5D=DESC

Query Metrics

6 Database Queries
4 Different statements
0.87 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT DISTINCT c0_.id AS id_0, c0_.empresa AS empresa_1, c0_.id AS id_2 FROM cliente c0_ ORDER BY c0_.empresa DESC, c0_.id DESC LIMIT 20
Parameters:
[]
2 0.15 ms
SELECT c0_.id AS id_0, c0_.nombre AS nombre_1, c0_.telefono AS telefono_2, c0_.fecha_hora AS fecha_hora_3, c0_.empresa AS empresa_4, c0_.motivo AS motivo_5, c0_.agente_id AS agente_id_6 FROM cliente c0_ WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c0_.empresa DESC, c0_.id DESC
Parameters:
[
  33
  28
  34
  32
  31
  30
  29
  27
]
3 0.11 ms
SELECT count(*) AS sclr_0 FROM cliente c0_
Parameters:
[]
4 0.09 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.departamento AS departamento_4, t0.imagen AS imagen_5, t0.direccion AS direccion_6 FROM agente t0 WHERE t0.id = ?
Parameters:
[
  3
]
5 0.09 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.departamento AS departamento_4, t0.imagen AS imagen_5, t0.direccion AS direccion_6 FROM agente t0 WHERE t0.id = ?
Parameters:
[
  1
]
6 0.07 ms
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.apellidos AS apellidos_3, t0.departamento AS departamento_4, t0.imagen AS imagen_5, t0.direccion AS direccion_6 FROM agente t0 WHERE t0.id = ?
Parameters:
[
  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\Cliente 8
App\Entity\Agente 3

Entities Mapping

Class Mapping errors
App\Entity\Cliente No errors.
App\Entity\Agente No errors.