GET https://biblios.zag-com2.fr/author?page=2

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.46 ms
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.date_of_birth AS date_of_birth_2, a0_.date_of_death AS date_of_death_3, a0_.nationality AS nationality_4 FROM author a0_) dctrn_result) dctrn_table
Parameters:
[]
2 0.30 ms
SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.date_of_birth AS date_of_birth_2, a0_.date_of_death AS date_of_death_3, a0_.nationality AS nationality_4 FROM author a0_) dctrn_result LIMIT 10 OFFSET 10
Parameters:
[]
3 0.14 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.date_of_birth AS date_of_birth_2, a0_.date_of_death AS date_of_death_3, a0_.nationality AS nationality_4 FROM author a0_ WHERE a0_.id IN (?, ?, ?)
Parameters:
[
  61
  62
  65
]

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\Author 3

Entities Mapping

Class Mapping errors
App\Entity\Author No errors.
App\Entity\Book No errors.