GET http://kondashop.com/ka/commande-unique/25/edit

Query Metrics

5 Database Queries
5 Different statements
8.32 ms Query time
5 Invalid entities
647 Managed entities

Queries

Group similar statements

# Time Info
1 1.25 ms
SELECT t0.est_livree AS est_livree_1, t0.est_annulee AS est_annulee_2, t0.quantite AS quantite_3, t0.id AS id_4, t0.datepassation AS datepassation_5, t0.article_idarticle AS article_idarticle_6, t0.pannier_id AS pannier_id_7 FROM commandeunique t0 WHERE t0.id = ?
Parameters:
[
  "25"
]
2 1.67 ms
SELECT t0.nom AS nom_1, t0.nom_canonique AS nom_canonique_2, t0.montant AS montant_3, t0.reference AS reference_4, t0.descriptif AS descriptif_5, t0.gamme AS gamme_6, t0.id AS id_7, t0.vedete AS vedete_8, t0.bigblue AS bigblue_9, t0.pourcentage AS pourcentage_10, t0.nouveaute AS nouveaute_11, t0.actif AS actif_12, t0.dateajout AS dateajout_13, t0.livraison_gratuite AS livraison_gratuite_14, t0.nombre_etoile AS nombre_etoile_15, t0.id_marque AS id_marque_16, t0.id_etat AS id_etat_17, t0.commande_id AS commande_id_18 FROM article t0 WHERE t0.id = ?
Parameters:
[
  946
]
3 0.92 ms
SELECT t0.est_livrer AS est_livrer_1, t0.est_annuler AS est_annuler_2, t0.date AS date_3, t0.id AS id_4, t0.info_client_id AS info_client_id_5 FROM pannier t0 WHERE t0.id = ?
Parameters:
[
  27
]
4 3.85 ms
SELECT a0_.nom AS nom_0, a0_.nom_canonique AS nom_canonique_1, a0_.montant AS montant_2, a0_.reference AS reference_3, a0_.descriptif AS descriptif_4, a0_.gamme AS gamme_5, a0_.id AS id_6, a0_.vedete AS vedete_7, a0_.bigblue AS bigblue_8, a0_.pourcentage AS pourcentage_9, a0_.nouveaute AS nouveaute_10, a0_.actif AS actif_11, a0_.dateajout AS dateajout_12, a0_.livraison_gratuite AS livraison_gratuite_13, a0_.nombre_etoile AS nombre_etoile_14, a0_.id_marque AS id_marque_15, a0_.id_etat AS id_etat_16, a0_.commande_id AS commande_id_17 FROM article a0_
Parameters:
[]
5 0.64 ms
SELECT p0_.est_livrer AS est_livrer_0, p0_.est_annuler AS est_annuler_1, p0_.date AS date_2, p0_.id AS id_3, p0_.info_client_id AS info_client_id_4 FROM pannier p0_
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Article 441
App\Entity\Pannier 102
App\Entity\InfoClient 77
App\Entity\Marque 21
App\Entity\Etat 4
App\Entity\CommandeUnique 1
App\Entity\Commande 1

Entities Mapping

Class Mapping errors
App\Entity\CommandeUnique No errors.
App\Entity\Article
  • The mappings App\Entity\Article#etat and App\Entity\Etat#articles are inconsistent with each other.
App\Entity\Pannier
  • The association App\Entity\Pannier#commandes refers to the owning side field App\Entity\Commande#pannier which does not exist.
App\Entity\Marque
  • The mappings App\Entity\Marque#nouveautes and App\Entity\Nouveaute#marque are inconsistent with each other.
App\Entity\Etat No errors.
App\Entity\Commande No errors.
App\Entity\SousCategorie
  • The join columns of the many-to-many table 'sous_categorie_has_caracteristique_model' have to contain to ALL identifier columns of the source entity 'App\Entity\SousCategorie', however '' are missing.
App\Entity\Image No errors.
App\Entity\Caracteristique No errors.
App\Entity\RubriqueHasArticle No errors.
App\Entity\InfoClient
  • The association App\Entity\InfoClient#pointsTransactions refers to the owning side field App\Entity\PointsTransaction#infoclient which does not exist.