GET https://capapoteentrenous.com/livre/le-chemin-dimela

Query Metrics

3 Database Queries
3 Different statements
4.52 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.60 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.prix AS prix_4, t0.lien_achat AS lien_achat_5, t0.annee_publication AS annee_publication_6, t0.slug AS slug_7, t0.active AS active_8 FROM livre t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "le-chemin-dimela"
]
2 1.34 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.ordre AS ordre_4, t0.livre_id AS livre_id_5 FROM image_livre t0 WHERE t0.livre_id = ? ORDER BY t0.ordre ASC
Parameters:
[
  1
]
3 1.58 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.biographie AS biographie_3, t0.photo AS photo_4, t0.slug AS slug_5, t0.date_creation AS date_creation_6 FROM auteur t0 INNER JOIN livre_auteur ON t0.id = livre_auteur.auteur_id WHERE livre_auteur.livre_id = ?
Parameters:
[
  1
]

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\Livre No errors.
App\Entity\Auteur No errors.
App\Entity\ImageLivre No errors.