GET http://s5-5738.nuage-peda.fr/ecommerce/afficher-produit/12

Query Metrics

3 Database Queries
3 Different statements
0.39 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.16 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.prix AS prix_4, t0.stock AS stock_5, t0.nom_image_original AS nom_image_original_6, t0.nom_image_serveur AS nom_image_serveur_7, t0.taille_image AS taille_image_8, t0.extention_image AS extention_image_9, t0.marque_id AS marque_id_10, t0.materiel_id AS materiel_id_11 FROM produit t0 WHERE t0.id = ?
Parameters:
[
  "12"
]
2 0.12 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.adresse AS adresse_7, t0.telephone AS telephone_8, t0.ville AS ville_9, t0.code_postal AS code_postal_10, t0.image_srv AS image_srv_11, t0.taille_image AS taille_image_12, t0.extention_image AS extention_image_13, t0.panier_id AS panier_id_14 FROM user t0
Parameters:
[]
3 0.11 ms
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.note AS note_4, t0.user_id AS user_id_5, t0.produit_id AS produit_id_6 FROM commentaires t0
Parameters:
[]

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 mappings App\Entity\Produit#materiel and App\Entity\Materiel#produits are inconsistent with each other.
App\Entity\Marque No errors.
App\Entity\Materiel
  • The association App\Entity\Materiel#produits refers to the owning side field App\Entity\Produit#idMateriel which does not exist.
  • The mappings App\Entity\Materiel#famille and App\Entity\Famille#materiels are inconsistent with each other.
App\Entity\Commentaires
  • The mappings App\Entity\Commentaires#user and App\Entity\User#commentaires are inconsistent with each other.
App\Entity\User
  • The association App\Entity\User#commentaires refers to the owning side field App\Entity\Commentaires#idUser which does not exist.
App\Entity\Contenir No errors.
App\Entity\ContenirCommande No errors.
App\Entity\Panier No errors.
App\Entity\Commande No errors.