GET http://5.250.181.167/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.38 ms
SELECT t0.id AS id_1, t0.image AS image_2, t0.lien AS lien_3, t0.nouvel_onglet AS nouvel_onglet_4 FROM banniere t0
Parameters:
[]
2 30.87 ms
SELECT DISTINCT p0_.type_categorie AS type_categorie_0 FROM pneus p0_ WHERE p0_.libelle_famille = ? ORDER BY p0_.type_categorie ASC
Parameters:
[
  "PNEUS NEUFS"
]

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\Banniere No errors.
App\Entity\Pneus
  • The association App\Entity\Pneus#commandeProduits refers to the owning side field App\Entity\CommandeProduit#id_Produit which does not exist.
App\Entity\CommandePresta
  • The mappings App\Entity\CommandePresta#id_commande and App\Entity\Commande#commandePrestas are inconsistent with each other.
App\Entity\CommandeProduit
  • The mappings App\Entity\CommandeProduit#id_produit and App\Entity\Pneus#commandeProduits are inconsistent with each other.
  • The mappings App\Entity\CommandeProduit#id_commande and App\Entity\Commande#commandeProduits are inconsistent with each other.
App\Entity\Commande
  • The association App\Entity\Commande#commandePrestas refers to the owning side field App\Entity\CommandePresta#id_Commande which does not exist.
  • The association App\Entity\Commande#commandeProduits refers to the owning side field App\Entity\CommandeProduit#id_Commande which does not exist.