GET https://capapoteentrenous.com/livre/eloge-de-la-vie-sur-mesure

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
6.54 ms
(37.85%)
1
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:
[
  "eloge-de-la-vie-sur-mesure"
]
6.49 ms
(37.60%)
1
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:
[
  3
]
4.24 ms
(24.55%)
1
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:
[
  3
]

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.