GET https://app-prod.fr/commande/new

Query Metrics

5 Database Queries
3 Different statements
71.67 ms Query time
3 Invalid entities
963 Managed entities

Grouped Statements

Show all queries

Time Count Info
40.76 ms
(56.87%)
3
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ean13 AS ean13_3, t0.ref AS ref_4, t0.old_id_web AS old_id_web_5, t0.is_etat_end AS is_etat_end_6, t0.is_etat_one AS is_etat_one_7, t0.is_accep AS is_accep_8, t0.quantite AS quantite_9, t0.num_commande AS num_commande_10, t0.num_facture AS num_facture_11, t0.date AS date_12, t0.is_en_livraison AS is_en_livraison_13, t0.date_delivery AS date_delivery_14 FROM mouvement_web t0
Parameters:
[]
20.93 ms
(29.21%)
1
SELECT c0_.id AS id_0, c0_.nom AS nom_1, c0_.ean13 AS ean13_2, c0_.quantite AS quantite_3, c0_.alerte AS alerte_4, c0_.categorie AS categorie_5, c0_.nomenclature AS nomenclature_6, c0_.ht AS ht_7, c0_.taxe AS taxe_8, c0_.dlc AS dlc_9, c0_.is_france AS is_france_10, c0_.qt_tempo AS qt_tempo_11, c0_.qt_site AS qt_site_12, c0_.qt_appro AS qt_appro_13, c0_.is_bouquet AS is_bouquet_14, c0_.qr_code_path AS qr_code_path_15, c0_.reffj AS reffj_16, c0_.is_surveillance AS is_surveillance_17, c0_.is_active_produit AS is_active_produit_18, c0_.is_coupure_produit AS is_coupure_produit_19, c0_.is_in_active_produit AS is_in_active_produit_20, c0_.date_debut AS date_debut_21, c0_.date_fin AS date_fin_22, c0_.fournisseurs_id AS fournisseurs_id_23, c0_.qt_id AS qt_id_24, c0_.commande_id AS commande_id_25 FROM composant c0_
Parameters:
[]
9.98 ms
(13.92%)
1
SELECT f0_.id AS id_0, f0_.nom AS nom_1, f0_.contact AS contact_2, f0_.email AS email_3, f0_.telephone AS telephone_4, f0_.adresse AS adresse_5, f0_.ville AS ville_6, f0_.code_postal AS code_postal_7, f0_.pays AS pays_8, f0_.site_web AS site_web_9, f0_.ref_fournisseur AS ref_fournisseur_10 FROM fournisseur f0_
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\MouvementWeb 685
App\Entity\Composant 224
App\Entity\Fournisseur 54

Entities Mapping

Class Mapping errors
App\Entity\Fournisseur
  • The association App\Entity\Fournisseur#composants refers to the owning side field App\Entity\Composant#fournisseur which does not exist.
  • The association App\Entity\Fournisseur#commandes refers to the owning side field App\Entity\Commande#fournisseur which does not exist.
  • The association App\Entity\Fournisseur#qtCommandes refers to the owning side field App\Entity\QtCommande#fournisseur which does not exist.
App\Entity\QtCommande No errors.
App\Entity\Composant
  • The mappings App\Entity\Composant#fournisseurs and App\Entity\Fournisseur#composants are inconsistent with each other.
  • The field App\Entity\Composant#qt is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Qt#composants does not contain the required 'mappedBy="qt"' attribute.
  • If association App\Entity\Composant#qt is many-to-one, then the inversed side App\Entity\Qt#composants has to be one-to-many.
  • The association App\Entity\Composant#commande refers to the inverse side field App\Entity\Commande#countCommande which does not exist.
App\Entity\Commande
  • The mappings App\Entity\Commande#fournisseurs and App\Entity\Fournisseur#commandes are inconsistent with each other.
App\Entity\Qt No errors.
App\Entity\Mouvement No errors.
App\Entity\MouvementWeb No errors.
App\Entity\MouvementTransporteur No errors.
App\Entity\MouvementWebAccessoires No errors.