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

Query Metrics

5 Database Queries
2 Different statements
0.85 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.33 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
Parameters:
[]
2 0.20 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  7
]
3 0.10 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  1
]
4 0.10 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  6
]
5 0.12 ms
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM categorie t0 WHERE t0.id = ?
Parameters:
[
  2
]

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.