https://bdd-books-dev.eric-lefebvre.ovh/auteurs?lettre=U

Query Metrics

6 Database Queries
3 Different statements
10.52 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.26 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM auteur t0
Parameters:
[]
2 8.00 ms
SELECT a0_.id AS id_0, a0_.nom AS nom_1 FROM auteur a0_ ORDER BY a0_.nom ASC
Parameters:
[]
3 0.32 ms
SELECT COUNT(l0_.id) AS sclr_0 FROM lien_auteur_livre l0_ WHERE l0_.auteur_id = ?
Parameters:
[
  16022
]
4 0.32 ms
SELECT COUNT(l0_.id) AS sclr_0 FROM lien_auteur_livre l0_ WHERE l0_.auteur_id = ?
Parameters:
[
  15857
]
5 0.31 ms
SELECT COUNT(l0_.id) AS sclr_0 FROM lien_auteur_livre l0_ WHERE l0_.auteur_id = ?
Parameters:
[
  15859
]
6 0.30 ms
SELECT COUNT(l0_.id) AS sclr_0 FROM lien_auteur_livre l0_ WHERE l0_.auteur_id = ?
Parameters:
[
  15930
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Auteur No errors.
App\Entity\LienAuteurLivre No errors.