GET https://inprobot.mmunoz.net/admin/agente?page=1&sort%5Bnombre%5D=ASC

Query Metrics

3 Database Queries
3 Different statements
0.51 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.32 ms
(63.47%)
1
SELECT DISTINCT a0_.id AS id_0, a0_.nombre AS nombre_1 FROM agente a0_ ORDER BY a0_.nombre ASC LIMIT 20
Parameters:
[]
0.12 ms
(23.00%)
1
SELECT a0_.id AS id_0, a0_.nombre AS nombre_1, a0_.apellidos AS apellidos_2, a0_.departamento AS departamento_3, a0_.imagen AS imagen_4, a0_.direccion AS direccion_5 FROM agente a0_ WHERE a0_.id IN (?, ?, ?, ?, ?) ORDER BY a0_.nombre ASC
Parameters:
[
  4
  3
  1
  2
  5
]
0.07 ms
(13.54%)
1
SELECT count(*) AS sclr_0 FROM agente a0_
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\Agente 5

Entities Mapping

Class Mapping errors
App\Entity\Agente No errors.