GET https://app-prod.fr/association/202/duplicates

Query Metrics

13 Database Queries
6 Different statements
131.90 ms Query time
1 Invalid entities
27 Managed entities

Queries

Group similar statements

# Time Info
1 10.32 ms
SELECT t0.id AS id_1, t0.produit_reference AS produit_reference_2, t0.is_active_produit AS is_active_produit_3, t0.is_coupure_produit AS is_coupure_produit_4, t0.is_in_active_produit AS is_in_active_produit_5, t0.date_debut AS date_debut_6, t0.date_fin AS date_fin_7, t0.produit_id AS produit_id_8 FROM association t0 WHERE t0.id = ?
Parameters:
[
  "202"
]
2 9.88 ms
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.composants_id AS composants_id_3, t0.association_id AS association_id_4 FROM qt t0 WHERE t0.association_id = ?
Parameters:
[
  202
]
3 9.92 ms
"START TRANSACTION"
Parameters:
[]
4 10.13 ms
INSERT INTO association (produit_reference, is_active_produit, is_coupure_produit, is_in_active_produit, date_debut, date_fin, produit_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "PQDFPL57370_ZI"
  1
  0
  0
  null
  null
  231
]
5 10.52 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  277
  1869
]
6 10.16 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  118
  1869
]
7 10.75 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  150
  1869
]
8 9.98 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  2
  104
  1869
]
9 9.89 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  106
  1869
]
10 10.14 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  105
  1869
]
11 9.99 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  108
  1869
]
12 9.93 ms
INSERT INTO qt (quantite, composants_id, association_id) VALUES (?, ?, ?)
Parameters:
[
  1
  281
  1869
]
13 10.28 ms
"COMMIT"
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\Qt 16
App\Entity\Composant 8
App\Entity\Association 2
App\Entity\Produit 1

Entities Mapping

Class Mapping errors
App\Entity\Association No errors.
App\Entity\Produit No errors.
App\Entity\Qt 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.