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

Query Metrics

2 Database Queries
2 Different statements
0.66 ms Query time
4 Invalid entities

Queries

Group similar statements

# Time Info
1 0.24 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
Parameters:
[]
2 0.42 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 IN (?, ?, ?, ?, ?)
Parameters:
[
  16
  12
  19
  15
  18
]

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.