80.93 ms (53.07%)
8
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . ean13 AS ean13_3 , t0 . quantite AS quantite_4 , t0 . alerte AS alerte_5 , t0 . categorie AS categorie_6 , t0 . nomenclature AS nomenclature_7 , t0 . ht AS ht_8 , t0 . taxe AS taxe_9 , t0 . dlc AS dlc_10 , t0 . is_france AS is_france_11 , t0 . qt_tempo AS qt_tempo_12 , t0 . qt_site AS qt_site_13 , t0 . qt_appro AS qt_appro_14 , t0 . is_bouquet AS is_bouquet_15 , t0 . qr_code_path AS qr_code_path_16 , t0 . reffj AS reffj_17 , t0 . is_surveillance AS is_surveillance_18 , t0 . is_active_produit AS is_active_produit_19 , t0 . is_coupure_produit AS is_coupure_produit_20 , t0 . is_in_active_produit AS is_in_active_produit_21 , t0 . date_debut AS date_debut_22 , t0 . date_fin AS date_fin_23 , t0 . fournisseurs_id AS fournisseurs_id_24 , t0 . qt_id AS qt_id_25 , t0 . commande_id AS commande_id_26 FROM composant t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . ean13 AS ean13_3 , t0 . quantite AS quantite_4 , t0 . alerte AS alerte_5 , t0 . categorie AS categorie_6 , t0 . nomenclature AS nomenclature_7 , t0 . ht AS ht_8 , t0 . taxe AS taxe_9 , t0 . dlc AS dlc_10 , t0 . is_france AS is_france_11 , t0 . qt_tempo AS qt_tempo_12 , t0 . qt_site AS qt_site_13 , t0 . qt_appro AS qt_appro_14 , t0 . is_bouquet AS is_bouquet_15 , t0 . qr_code_path AS qr_code_path_16 , t0 . reffj AS reffj_17 , t0 . is_surveillance AS is_surveillance_18 , t0 . is_active_produit AS is_active_produit_19 , t0 . is_coupure_produit AS is_coupure_produit_20 , t0 . is_in_active_produit AS is_in_active_produit_21 , t0 . date_debut AS date_debut_22 , t0 . date_fin AS date_fin_23 , t0 . fournisseurs_id AS fournisseurs_id_24 , t0 . qt_id AS qt_id_25 , t0 . commande_id AS commande_id_26 FROM composant t0 WHERE t0 . id = 204 ;
Copy
20.08 ms (13.17%)
2
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 = ?
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 = 18 ;
Copy
10.71 ms (7.02%)
1
"COMMIT"
10.59 ms (6.95%)
1
INSERT INTO mouvement_web (nom , ean13 , ref , old_id_web , is_etat_end , is_etat_one , is_accep , quantite , num_commande , num_facture , date , is_en_livraison , date_delivery ) VALUES (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"BOUQUET DE 60 ROSES ROUGES "
"175169917050378 "
"PQDFRR11555_60 "
11562
0
1
1
1
"175169917050378 "
"C12507656 "
"2025-07-05 00:00:00 "
0
"2025-07-11 00:00:00 "
]
INSERT INTO mouvement_web (nom , ean13 , ref , old_id_web , is_etat_end , is_etat_one , is_accep , quantite , num_commande , num_facture , date , is_en_livraison , date_delivery ) VALUES ('BOUQUET DE 60 ROSES ROUGES' , '175169917050378' , 'PQDFRR11555_60' , 11562 , 0 , 1 , 1 , 1 , '175169917050378' , 'C12507656' , '2025-07-05 00:00:00' , 0 , '2025-07-11 00:00:00' );
Copy
10.20 ms (6.69%)
1
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . ean13 AS ean13_3 , t0 . old AS old_4 , t0 . bundle AS bundle_5 , t0 . is_active AS is_active_6 , t0 . reference AS reference_7 , t0 . qr_code_path AS qr_code_path_8 , t0 . is_surveillance AS is_surveillance_9 , t0 . is_france AS is_france_10 , t0 . is_active_produit AS is_active_produit_11 , t0 . is_coupure_produit AS is_coupure_produit_12 , t0 . is_in_active_produit AS is_in_active_produit_13 , t0 . date_debut AS date_debut_14 , t0 . date_fin AS date_fin_15 FROM produit t0 WHERE t0 . reference = ? LIMIT 1
Parameters :
[
"PQDFRR11555_60 "
]
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . ean13 AS ean13_3 , t0 . old AS old_4 , t0 . bundle AS bundle_5 , t0 . is_active AS is_active_6 , t0 . reference AS reference_7 , t0 . qr_code_path AS qr_code_path_8 , t0 . is_surveillance AS is_surveillance_9 , t0 . is_france AS is_france_10 , t0 . is_active_produit AS is_active_produit_11 , t0 . is_coupure_produit AS is_coupure_produit_12 , t0 . is_in_active_produit AS is_in_active_produit_13 , t0 . date_debut AS date_debut_14 , t0 . date_fin AS date_fin_15 FROM produit t0 WHERE t0 . reference = 'PQDFRR11555_60' LIMIT 1 ;
Copy
10.09 ms (6.62%)
1
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 . produit_id = ?
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 . produit_id = 60 ;
Copy
9.90 ms (6.49%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy