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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.26 ms
(34.02%)
1
SELECT DISTINCT c0_.id AS id_0, c0_.agente_id AS sclr_1, c0_.id AS id_2 FROM cliente c0_ LEFT JOIN agente a1_ ON c0_.agente_id = a1_.id ORDER BY c0_.agente_id DESC, c0_.id DESC LIMIT 20
Parameters:
[]
0.22 ms
(29.44%)
3
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
]
0.15 ms
(20.41%)
1
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_ LEFT JOIN agente a1_ ON c0_.agente_id = a1_.id WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c0_.agente_id DESC, c0_.id DESC
Parameters:
[
  33
  27
  34
  30
  32
  31
  29
  28
]
0.12 ms
(16.12%)
1
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM cliente c0_ LEFT JOIN agente a1_ ON c0_.agente_id = a1_.id
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\Cliente 8
App\Entity\Agente 3

Entities Mapping

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