GET https://inprobot.mmunoz.net/admin/cliente

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.41 ms
(46.92%)
1
SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM cliente c0_ ORDER BY c0_.id DESC LIMIT 20
Parameters:
[]
0.22 ms
(25.26%)
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:
[
  2
]
0.16 ms
(18.00%)
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_ WHERE c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c0_.id DESC
Parameters:
[
  34
  33
  32
  31
  30
  29
  28
  27
]
0.09 ms
(9.81%)
1
SELECT count(*) AS sclr_0 FROM cliente c0_
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.