GET http://s5-5734.nuage-peda.fr/e-commerce/afficher-produit/29

Query Metrics

8 Database Queries
4 Different statements
0.94 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.10 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.prix AS prix_4, t0.image AS image_5, t0.categorie_id AS categorie_id_6 FROM produit t0 WHERE t0.id = ?
Parameters:
[
  "29"
]
2 0.06 ms
SELECT t0.id AS id_1, t0.stock AS stock_2, t0.produit_id AS produit_id_3, t0.pointure_id AS pointure_id_4, t0.couleur_id AS couleur_id_5 FROM produit_variation t0 WHERE t0.produit_id = ?
Parameters:
[
  29
]
3 0.49 ms
SELECT t0.id AS id_1, t0.pointure AS pointure_2 FROM pointure t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.10 ms
SELECT t0.id AS id_1, t0.couleur AS couleur_2 FROM couleur t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.05 ms
SELECT t0.id AS id_1, t0.pointure AS pointure_2 FROM pointure t0 WHERE t0.id = ?
Parameters:
[
  3
]
6 0.05 ms
SELECT t0.id AS id_1, t0.pointure AS pointure_2 FROM pointure t0 WHERE t0.id = ?
Parameters:
[
  5
]
7 0.04 ms
SELECT t0.id AS id_1, t0.pointure AS pointure_2 FROM pointure t0 WHERE t0.id = ?
Parameters:
[
  7
]
8 0.04 ms
SELECT t0.id AS id_1, t0.pointure AS pointure_2 FROM pointure t0 WHERE t0.id = ?
Parameters:
[
  9
]

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\Produit
  • The association App\Entity\Produit#users refers to the inverse side field App\Entity\Utilisateur#users which does not exist.
App\Entity\Categorie No errors.
App\Entity\Utilisateur
  • The mappings App\Entity\Utilisateur#produits and App\Entity\Produit#users are inconsistent with each other.
App\Entity\ProduitVariation No errors.
App\Entity\LigneCommande No errors.
App\Entity\Contenir No errors.
App\Entity\Pointure No errors.
App\Entity\Couleur No errors.