https://bdd-books-dev.eric-lefebvre.ovh/auteur/26871

Query Metrics

4 Database Queries
4 Different statements
1.76 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM auteur t0 WHERE t0.id = ?
Parameters:
[
  26871
]
2 0.37 ms
SELECT t0.id AS id_1, t0.livre_id AS livre_id_2, t0.auteur_id AS auteur_id_3 FROM lien_auteur_livre t0 WHERE t0.auteur_id = ?
Parameters:
[
  26871
]
3 0.65 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.isbn AS isbn_3, t0.numero AS numero_4, t0.annee AS annee_5, t0.cycle AS cycle_6, t0.tome AS tome_7, t0.pages AS pages_8, t0.prixBase AS prixBase_9, t0.cote AS cote_10, t0.amazon AS amazon_11, t0.poids AS poids_12, t0.resume AS resume_13, t0.image AS image_14, t0.image_2 AS image_2_15, t0.category_id AS category_id_16, t0.collection_id AS collection_id_17, t0.edition_id AS edition_id_18, t0.monnaie_id AS monnaie_id_19 FROM livre t0 WHERE t0.id = ?
Parameters:
[
  3329
]
4 0.39 ms
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM edition t0 WHERE t0.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\Auteur No errors.
App\Entity\LienAuteurLivre No errors.
App\Entity\Livre
  • The field App\Entity\Livre#listeAuteur is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LienAuteurLivre#livre does not contain the required 'inversedBy="listeAuteur"' attribute.
  • The field App\Entity\Livre#listeUser is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LienUserLivre#livre does not contain the required 'inversedBy="listeUser"' attribute.
App\Entity\Category No errors.
App\Entity\Collection No errors.
App\Entity\Edition No errors.
App\Entity\Monnaie No errors.
App\Entity\LienUserLivre No errors.