SELECT * FROM arbo WHERE id_arbo_parent = 0 AND code != 'MIC' AND code != 'BUR'Connection name: dt Speed: 1.444 ms Query analysis: · Query: SIMPLE on arbo · Possible keys: code,id_arbo_parent,id_arbo · Key Used: id_arbo_parent · Type: ref · Rows: 7 (Using where) Call trace for this query:File: APPPATH/classes/helpers/routes.php, line 82File: APPPATH/config/routes.php, line 294File: COREPATH/classes/fuel.php, line 306File: COREPATH/classes/config/php.php, line 87File: COREPATH/classes/config/file.php, line 48File: COREPATH/classes/config.php, line 94File: COREPATH/classes/fuel.php, line 194File: APPPATH/bootstrap.php, line 60File: DOCROOT/index.php, line 106 |
SELECT t0.id_pays AS t0_c0, t0.PY_PAYS AS t0_c1, t0.PY_LIBELLE AS t0_c2, t0.PY_CODEISO2 AS t0_c3, t0.PY_REGION AS t0_c4, t0.PY_MEMBRECEE AS t0_c5, t0.PY_LANGUE AS t0_c6, t0.PY_CODEDI AS t0_c7, t0.PY_CODEINSEE AS t0_c8, t0.PY_MASQUENIF AS t0_c9, t0.ZPY_COEFTRAN AS t0_c10, t0.ZPY_CTRLTVA AS t0_c11, t0.LIBELLEFR AS t0_c12, t0.LIBELLEDE AS t0_c13, t0.LIBELLEEN AS t0_c14, t0.LIBELLEES AS t0_c15, t0.LIBELLENL AS t0_c16, t0.LIBELLEIT AS t0_c17, t0.LIBELLEPT AS t0_c18, t0.ZPY_TEXTELIBRE1 AS t0_c19, t0.ZPY_TEXTELIBRE2 AS t0_c20, t0.ZPY_TEXTELIBRE3 AS t0_c21, t0.ZPY_TEXTELIBRE4 AS t0_c22, t0.ZPY_TEXTELIBRE5 AS t0_c23, t0.ZPY_BOOLLIBRE1 AS t0_c24, t0.ZPY_BOOLLIBRE2 AS t0_c25, t0.ZPY_BOOLLIBRE3 AS t0_c26, t0.ZPY_CN3 AS t0_c27, t0.ZPY_MAXCB AS t0_c28, t0.ZPY_MAXPAYPAL AS t0_c29, t0.ZPY_MAXCHEQUE AS t0_c30, t0.ZPY_REGTVAPART AS t0_c31, t0.ZPY_REGTVAENTR AS t0_c32 FROM erp_pays AS t0 WHERE t0.PY_CODEISO2 = 'ES' LIMIT 1Connection name: dt Speed: 0.881 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PY_CODEISO2 · Key Used: PY_CODEISO2 · Type: ref · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/controller/base.php, line 78File: APPPATH/classes/controller/front.php, line 69File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'Debut tarif club à tous'Connection name: dt Speed: 0.436 ms Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/customers/classes/helpers/customer.php, line 883File: APPPATH/modules/cart/classes/helpers/cart.php, line 338File: APPPATH/classes/controller/base.php, line 117File: APPPATH/classes/controller/front.php, line 69File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'Fin tarif club à tous'Connection name: dt Speed: 0.449 ms Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/customers/classes/helpers/customer.php, line 889File: APPPATH/modules/cart/classes/helpers/cart.php, line 338File: APPPATH/classes/controller/base.php, line 117File: APPPATH/classes/controller/front.php, line 69File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_cashback AS t0_c0, t0.ordre AS t0_c1, t0.nom_fr AS t0_c2, t0.nom_en AS t0_c3, t0.nom_es AS t0_c4, t0.nom_it AS t0_c5, t0.description_fr AS t0_c6, t0.description_en AS t0_c7, t0.description_es AS t0_c8, t0.description_it AS t0_c9, t0.type AS t0_c10, t0.cumulable AS t0_c11, t0.date_debut AS t0_c12, t0.date_fin AS t0_c13, t0.duree AS t0_c14, t0.montant_min AS t0_c15, t0.valeur AS t0_c16, t0.liste_client_type AS t0_c17, t0.date_creation AS t0_c18, t0.url_fr AS t0_c19, t0.link_arbo AS t0_c20, t0.liste_reference_produit AS t0_c21, t0.nombre_utilisation AS t0_c22, t0.reference_erp AS t0_c23, t0.references_client AS t0_c24, t0.exclude_promo AS t0_c25 FROM cashback AS t0 WHERE t0.date_debut <= curdate() AND t0.date_fin >= curdate() LIMIT 1Connection name: dt Speed: 0.848 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 11 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/modules/customers/classes/helpers/customer.php, line 49File: APPPATH/classes/controller/base.php, line 125File: APPPATH/classes/controller/front.php, line 69File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_bloc_communication AS t0_c0, t0.ordre AS t0_c1, t0.date_debut_publication AS t0_c2, t0.date_fin_publication AS t0_c3, t0.nom_bloc_communication AS t0_c4, t0.offre_promo AS t0_c5, t0.langue AS t0_c6, t0.position AS t0_c7, t0.accroche_menu AS t0_c8, t0.link_arbo AS t0_c9, t0.format_photo AS t0_c10, t0.photo_bloc AS t0_c11, t0.pdf_fichier AS t0_c12, t0.url_externe AS t0_c13 FROM bloc_communication AS t0 WHERE (t0.langue = '' OR t0.langue = 'es' OR t0.langue = 'Toutes') AND (t0.position = '' OR t0.position = 'Menu') AND (t0.date_debut_publication = '0000-00-00' OR t0.date_debut_publication <= '2025-04-24') AND (t0.date_fin_publication = '0000-00-00' OR t0.date_fin_publication >= '2025-04-24') ORDER BY t0.ordre ASCConnection name: dt Speed: 0.908 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: langue,position · Type: ALL · Rows: 88 (Using where; Using filesort) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/controller/front.php, line 93File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_arbo AS t0_c0, t0.id_arbo_parent AS t0_c1, t0.level AS t0_c2, t0.code AS t0_c3, t0.nom_arbo_fr AS t0_c4, t0.nom_arbo_en AS t0_c5, t0.nom_arbo_it AS t0_c6, t0.nom_arbo_es AS t0_c7, t0.url_fr AS t0_c8, t0.url_en AS t0_c9, t0.url_it AS t0_c10, t0.url_es AS t0_c11, t0.descriptif_fr AS t0_c12, t0.descriptif_en AS t0_c13, t0.descriptif_it AS t0_c14, t0.descriptif_es AS t0_c15, t0.bandeau_fr AS t0_c16, t0.bandeau_en AS t0_c17, t0.bandeau_it AS t0_c18, t0.bandeau_es AS t0_c19, t0.title_fr AS t0_c20, t0.title_en AS t0_c21, t0.title_it AS t0_c22, t0.title_es AS t0_c23, t0.metadesc_fr AS t0_c24, t0.metadesc_en AS t0_c25, t0.metadesc_it AS t0_c26, t0.metadesc_es AS t0_c27, t0.h1_fr AS t0_c28, t0.h1_en AS t0_c29, t0.h1_it AS t0_c30, t0.h1_es AS t0_c31, t0.reference_produit_photo AS t0_c32 FROM arbo AS t0 WHERE t0.id_arbo = '454' LIMIT 1Connection name: dt Speed: 0.780 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/classes/controller/front.php, line 108File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_arbo AS t0_c0, t0.id_arbo_parent AS t0_c1, t0.level AS t0_c2, t0.code AS t0_c3, t0.nom_arbo_fr AS t0_c4, t0.nom_arbo_en AS t0_c5, t0.nom_arbo_it AS t0_c6, t0.nom_arbo_es AS t0_c7, t0.url_fr AS t0_c8, t0.url_en AS t0_c9, t0.url_it AS t0_c10, t0.url_es AS t0_c11, t0.descriptif_fr AS t0_c12, t0.descriptif_en AS t0_c13, t0.descriptif_it AS t0_c14, t0.descriptif_es AS t0_c15, t0.bandeau_fr AS t0_c16, t0.bandeau_en AS t0_c17, t0.bandeau_it AS t0_c18, t0.bandeau_es AS t0_c19, t0.title_fr AS t0_c20, t0.title_en AS t0_c21, t0.title_it AS t0_c22, t0.title_es AS t0_c23, t0.metadesc_fr AS t0_c24, t0.metadesc_en AS t0_c25, t0.metadesc_it AS t0_c26, t0.metadesc_es AS t0_c27, t0.h1_fr AS t0_c28, t0.h1_en AS t0_c29, t0.h1_it AS t0_c30, t0.h1_es AS t0_c31, t0.reference_produit_photo AS t0_c32 FROM arbo AS t0 WHERE t0.id_arbo = '451' LIMIT 1Connection name: dt Speed: 0.963 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/belongsto.php, line 66File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/category.php, line 159File: APPPATH/classes/controller/front.php, line 109File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_arbo AS t0_c0, t0.id_arbo_parent AS t0_c1, t0.level AS t0_c2, t0.code AS t0_c3, t0.nom_arbo_fr AS t0_c4, t0.nom_arbo_en AS t0_c5, t0.nom_arbo_it AS t0_c6, t0.nom_arbo_es AS t0_c7, t0.url_fr AS t0_c8, t0.url_en AS t0_c9, t0.url_it AS t0_c10, t0.url_es AS t0_c11, t0.descriptif_fr AS t0_c12, t0.descriptif_en AS t0_c13, t0.descriptif_it AS t0_c14, t0.descriptif_es AS t0_c15, t0.bandeau_fr AS t0_c16, t0.bandeau_en AS t0_c17, t0.bandeau_it AS t0_c18, t0.bandeau_es AS t0_c19, t0.title_fr AS t0_c20, t0.title_en AS t0_c21, t0.title_it AS t0_c22, t0.title_es AS t0_c23, t0.metadesc_fr AS t0_c24, t0.metadesc_en AS t0_c25, t0.metadesc_it AS t0_c26, t0.metadesc_es AS t0_c27, t0.h1_fr AS t0_c28, t0.h1_en AS t0_c29, t0.h1_it AS t0_c30, t0.h1_es AS t0_c31, t0.reference_produit_photo AS t0_c32 FROM arbo AS t0 WHERE t0.id_arbo = '2' LIMIT 1Connection name: dt Speed: 0.771 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/belongsto.php, line 66File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/category.php, line 159File: APPPATH/modules/products/classes/helpers/category.php, line 159File: APPPATH/classes/controller/front.php, line 109File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM arbo WHERE id_arbo_parent = 0Connection name: dt Speed: 1.373 ms Query analysis: · Query: SIMPLE on arbo · Possible keys: id_arbo_parent,id_arbo · Key Used: id_arbo_parent · Type: ref · Rows: 7 Call trace for this query:File: APPPATH/classes/controller/front.php, line 114File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_boutique AS t0_c0, t0.nom_boutique_fr AS t0_c1, t0.nom_boutique_en AS t0_c2, t0.nom_boutique_es AS t0_c3, t0.nom_boutique_it AS t0_c4, t0.date_debut_application AS t0_c5, t0.date_fin_application AS t0_c6, t0.liste_references AS t0_c7, t0.url_fr AS t0_c8, t0.url_en AS t0_c9, t0.url_es AS t0_c10, t0.url_it AS t0_c11 FROM boutique AS t0 WHERE t0.date_debut_application <= '2025-04-24' AND t0.date_fin_application >= '2025-04-24' AND t0.url_es != ''Connection name: dt Speed: 0.675 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 34 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/controller/front.php, line 164File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_offre_emploi AS t0_c0, t0.categorie AS t0_c1, t0.titre AS t0_c2, t0.descriptif AS t0_c3, t0.fichier_pdf AS t0_c4 FROM offre_emploi AS t0 WHERE t0.fichier_pdf != ''Connection name: dt Speed: 0.841 ms Query analysis: · Query: SIMPLE on t0 · Type: ALL · Rows: 27 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/classes/controller/front.php, line 167File: APPPATH/modules/products/classes/controller/products.php, line 31File: COREPATH/classes/request.php, line 452File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_article AS t0_c0, t0.poids_promo AS t0_c1, t0.has_photo AS t0_c2, t0.photos_list AS t0_c3, t0.stock_position AS t0_c4, t0.stock_date_livrable AS t0_c5, t0.GA_ARTICLE AS t0_c6, t0.GA_CODEARTICLE AS t0_c7, t0.GA_TYPEARTICLE AS t0_c8, t0.GA_FAMILLENIV2 AS t0_c9, t0.GA_FAMILLENIV3 AS t0_c10, t0.GA_LIBELLE AS t0_c11, t0.GA_LIBCOMPL AS t0_c12, t0.GA_COMMENTAIRE AS t0_c13, t0.GA_FERME AS t0_c14, t0.GA_POIDSNET AS t0_c15, t0.GA_POIDSBRUT AS t0_c16, t0.GA_POIDSDOUA AS t0_c17, t0.GA_VOLUME AS t0_c18, t0.GA_LINEAIRE AS t0_c19, t0.GA_SURFACE AS t0_c20, t0.GA_TARIFARTICLE AS t0_c21, t0.GA_TENUESTOCK AS t0_c22, t0.GA_FAMILLETAXE1 AS t0_c23, t0.GA_FAMILLETAXE2 AS t0_c24, t0.GA_FAMILLETAXE3 AS t0_c25, t0.GA_LIBREART1 AS t0_c26, t0.GA_LIBREART2 AS t0_c27, t0.GA_LIBREART3 AS t0_c28, t0.GA_LIBREART4 AS t0_c29, t0.GA_LIBREART6 AS t0_c30, t0.GA_BOOLLIBRE1 AS t0_c31, t0.GA_COLLECTION AS t0_c32, t0.GA_INVISIBLEWEB AS t0_c33, t0.GA_DELAIACH AS t0_c34, t0.ZGA_TEXTELIBRE1 AS t0_c35, t0.ZGA_TEXTELIBRE2 AS t0_c36, t0.ZGA_VALLIBRE3 AS t0_c37, t0.ZGA_BOOLLIBRE1 AS t0_c38, t0.ZGA_DATELIBRE1 AS t0_c39, t0.ZGA_DATELIBRE2 AS t0_c40, t0.ZGA_DATELIBRE3 AS t0_c41, t0.ZGA_TABLELIBRE1 AS t0_c42, t0.ZGA_TABLELIBRE4 AS t0_c43, t0.ZGA_TABLELIBRE5 AS t0_c44, t0.ZGA_TABLELIBRE6 AS t0_c45, t0.ZGA_TEXTELIBRE4 AS t0_c46, t0.ZGA_TEXTELIBRE5 AS t0_c47, t0.ZGA_VALLIBR5 AS t0_c48, t0.ZGA_TEXTELIBRE3 AS t0_c49, t0.ZGA_URL1 AS t0_c50, t0.ZGA_URL2 AS t0_c51, t0.ZGA_URL3 AS t0_c52, t0.ZGA_URL4 AS t0_c53, t0.ZGA_URL5 AS t0_c54, t0.ZGA_CHRONOPOST AS t0_c55, t0.RD4_RD4LIBVAL4 AS t0_c56, t0.RD4_RD4LIBTABLE2 AS t0_c57, t0.RD4_RD4LIBDATE0 AS t0_c58, t0.LIBELLEFR AS t0_c59, t0.LIBCOMPLFR AS t0_c60, t0.COMMENTAIREFR AS t0_c61, t0.LIBELLEEN AS t0_c62, t0.LIBCOMPLEN AS t0_c63, t0.COMMENTAIREEN AS t0_c64, t0.LIBELLEIT AS t0_c65, t0.LIBCOMPLIT AS t0_c66, t0.COMMENTAIREIT AS t0_c67, t0.LIBELLEES AS t0_c68, t0.LIBCOMPLES AS t0_c69, t0.COMMENTAIREES AS t0_c70, t0.LIBELLEPT AS t0_c71, t0.LIBCOMPLPT AS t0_c72, t0.COMMENTAIREPT AS t0_c73, t0.LIBELLEDE AS t0_c74, t0.LIBCOMPLDE AS t0_c75, t0.COMMENTAIREDE AS t0_c76, t0.LIBELLENL AS t0_c77, t0.LIBCOMPLNL AS t0_c78, t0.COMMENTAIRENL AS t0_c79, t0.ZGA_TRANSINTER AS t0_c80, t1.id_stock_dispo AS t1_c0, t1.GA_ARTICLE AS t1_c1, t1.PHYSIQUE AS t1_c2, t1.RESERVEE AS t1_c3, t1.COMPTOIR AS t1_c4, t1.DTDISPO AS t1_c5, t1.DISPOWEB AS t1_c6, t1.DISPOCPT AS t1_c7, t1.MSG AS t1_c8, t1.DELAPPRO AS t1_c9, t2.id_tarif AS t2_c0, t2.YTS_ARTICLE AS t2_c1, t2.YTS_CODEARTICLE AS t2_c2, t2.YTS_TARIFSPECIAL AS t2_c3, t2.YTS_TIERS AS t2_c4, t2.PV_PRIXBRUT_HT AS t2_c5, t2.remise AS t2_c6 FROM (SELECT t0.id_article, t0.poids_promo, t0.has_photo, t0.photos_list, t0.stock_position, t0.stock_date_livrable, t0.GA_ARTICLE, t0.GA_CODEARTICLE, t0.GA_TYPEARTICLE, t0.GA_FAMILLENIV2, t0.GA_FAMILLENIV3, t0.GA_LIBELLE, t0.GA_LIBCOMPL, t0.GA_COMMENTAIRE, t0.GA_FERME, t0.GA_POIDSNET, t0.GA_POIDSBRUT, t0.GA_POIDSDOUA, t0.GA_VOLUME, t0.GA_LINEAIRE, t0.GA_SURFACE, t0.GA_TARIFARTICLE, t0.GA_TENUESTOCK, t0.GA_FAMILLETAXE1, t0.GA_FAMILLETAXE2, t0.GA_FAMILLETAXE3, t0.GA_LIBREART1, t0.GA_LIBREART2, t0.GA_LIBREART3, t0.GA_LIBREART4, t0.GA_LIBREART6, t0.GA_BOOLLIBRE1, t0.GA_COLLECTION, t0.GA_INVISIBLEWEB, t0.GA_DELAIACH, t0.ZGA_TEXTELIBRE1, t0.ZGA_TEXTELIBRE2, t0.ZGA_VALLIBRE3, t0.ZGA_BOOLLIBRE1, t0.ZGA_DATELIBRE1, t0.ZGA_DATELIBRE2, t0.ZGA_DATELIBRE3, t0.ZGA_TABLELIBRE1, t0.ZGA_TABLELIBRE4, t0.ZGA_TABLELIBRE5, t0.ZGA_TABLELIBRE6, t0.ZGA_TEXTELIBRE4, t0.ZGA_TEXTELIBRE5, t0.ZGA_VALLIBR5, t0.ZGA_TEXTELIBRE3, t0.ZGA_URL1, t0.ZGA_URL2, t0.ZGA_URL3, t0.ZGA_URL4, t0.ZGA_URL5, t0.ZGA_CHRONOPOST, t0.RD4_RD4LIBVAL4, t0.RD4_RD4LIBTABLE2, t0.RD4_RD4LIBDATE0, t0.LIBELLEFR, t0.LIBCOMPLFR, t0.COMMENTAIREFR, t0.LIBELLEEN, t0.LIBCOMPLEN, t0.COMMENTAIREEN, t0.LIBELLEIT, t0.LIBCOMPLIT, t0.COMMENTAIREIT, t0.LIBELLEES, t0.LIBCOMPLES, t0.COMMENTAIREES, t0.LIBELLEPT, t0.LIBCOMPLPT, t0.COMMENTAIREPT, t0.LIBELLEDE, t0.LIBCOMPLDE, t0.COMMENTAIREDE, t0.LIBELLENL, t0.LIBCOMPLNL, t0.COMMENTAIRENL, t0.ZGA_TRANSINTER FROM erp_article AS t0 WHERE t0.GA_CODEARTICLE = '2300680' AND t0.GA_INVISIBLEWEB = 0 AND t0.GA_FERME = 0 LIMIT 1) AS t0 LEFT JOIN erp_stock_dispo AS t1 ON (t0.GA_CODEARTICLE = t1.GA_ARTICLE) LEFT JOIN erp_tarif AS t2 ON (t0.GA_CODEARTICLE = t2.YTS_CODEARTICLE)Connection name: dt Speed: 1.792 ms Query analysis: · Query: PRIMARY on <derived2> · Type: system · Rows: 1 · Query: PRIMARY on t1 · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 · Query: PRIMARY on t2 · Possible keys: YTS_CODEARTICLE · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 13 · Query: DERIVED on t0 · Possible keys: GA_CODEARTICLE,GA_INVISIBLEWEB,GA_FERME,GA_CODEARTICLE_2,GA_CODEARTICLE_3,GA_ARTICLE_2,GA_CODEARTICLE_4 · Key Used: GA_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/modules/products/classes/controller/products.php, line 649File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'Debut tarif club à tous'Connection name: dt Speed: 0.530 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/customers/classes/helpers/customer.php, line 883File: APPPATH/modules/cart/classes/helpers/cart.php, line 338File: APPPATH/modules/products/classes/helpers/product.php, line 29File: COREPATH/classes/autoloader.php, line 377File: COREPATH/classes/autoloader.php, line 269File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'Fin tarif club à tous'Connection name: dt Speed: 2.783 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/customers/classes/helpers/customer.php, line 889File: APPPATH/modules/cart/classes/helpers/cart.php, line 338File: APPPATH/modules/products/classes/helpers/product.php, line 29File: COREPATH/classes/autoloader.php, line 377File: COREPATH/classes/autoloader.php, line 269File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT DISTINCT ZGA_TEXTELIBRE3 FROM erp_article WHERE ZGA_TEXTELIBRE3 != '' AND GA_INVISIBLEWEB = 0 AND GA_FERME = 0Connection name: dt Speed: 19.449 ms Query analysis: · Query: SIMPLE on erp_article · Possible keys: GA_INVISIBLEWEB,GA_FERME · Key Used: GA_INVISIBLEWEB · Type: ref · Rows: 4522 (Using index condition; Using where; Using temporary) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 1306File: APPPATH/modules/products/classes/helpers/product.php, line 32File: COREPATH/classes/autoloader.php, line 377File: COREPATH/classes/autoloader.php, line 269File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM promotion_arbo WHERE date_debut_application <= '2025-04-24 12:03:02' AND date_fin_application >= '2025-04-24 12:03:02' AND (link_client_type = ',,' OR link_client_type LIKE '%,1,%')Connection name: dt Speed: 0.590 ms Query analysis: · Query: SIMPLE on promotion_arbo · Type: ALL · Rows: 120 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 739File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 1.377 ms Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 1.090 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.711 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.670 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.883 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.817 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.695 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.436 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.716 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.749 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.461 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 3.361 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.619 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_nomenclature JOIN erp_stock_dispo ON (erp_nomenclature.GNL_ARTICLE = erp_stock_dispo.GA_ARTICLE) WHERE erp_nomenclature.GNE_ARTICLE = '2300680' AND erp_nomenclature.GNE_BLOQUANT = 1Connection name: dt Speed: 0.515 ms Query analysis: · Query: SIMPLE on erp_nomenclature · Possible keys: GNE_ARTICLE,GNL_ARTICLE · Key Used: GNE_ARTICLE · Type: ref · Rows: 1 (Using where) · Query: SIMPLE on erp_stock_dispo · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 1556File: APPPATH/modules/products/classes/helpers/product.php, line 218File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.394 ms Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 937File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_erp_stock_dispo_message AS t0_c0, t0.message_color AS t0_c1, t0.message_date_displayed AS t0_c2, t0.message_fr AS t0_c3, t0.message_en AS t0_c4, t0.message_es AS t0_c5, t0.message_it AS t0_c6, t0.message_detail_fr AS t0_c7, t0.message_detail_en AS t0_c8, t0.message_detail_es AS t0_c9, t0.message_detail_it AS t0_c10 FROM erp_stock_dispo_message AS t0 WHERE t0.id_erp_stock_dispo_message = '1' LIMIT 1Connection name: dt Speed: 0.628 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/hasone.php, line 62File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 938File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.438 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 947File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT timetable_date FROM timetable_shop WHERE timetable_status = 'O' AND timetable_date > '0000-00-00' ORDER BY timetable_date ASC LIMIT 1 OFFSET 0Connection name: dt Speed: 0.478 ms Query analysis: · Query: SIMPLE on timetable_shop · Type: ALL · Rows: 120 (Using where; Using filesort) Call trace for this query:File: APPPATH/modules/cart/classes/helpers/cart.php, line 545File: APPPATH/modules/products/classes/helpers/product.php, line 948File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM promotion_arbo WHERE date_debut_application <= '2025-04-24 12:03:02' AND date_fin_application >= '2025-04-24 12:03:02' AND (link_client_type = ',,' OR link_client_type LIKE '%,1,%')Connection name: dt Speed: 0.674 ms · DUPLICATE Query analysis: · Query: SIMPLE on promotion_arbo · Type: ALL · Rows: 120 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 739File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.531 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.406 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.558 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.570 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.441 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.766 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.601 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.529 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.413 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.434 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.645 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.623 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300680'Connection name: dt Speed: 0.549 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 231File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT AVG(rating) as avg FROM reviews WHERE product_id = '2300680'Connection name: dt Speed: 0.533 ms Query analysis: · Query: SIMPLE on reviews · Possible keys: product_id · Key Used: product_id · Type: ref · Rows: 5 Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 298File: APPPATH/modules/products/classes/helpers/product.php, line 234File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT rating, count(*) as total FROM reviews WHERE product_id = '2300680' GROUP BY ratingConnection name: dt Speed: 0.684 ms Query analysis: · Query: SIMPLE on reviews · Possible keys: product_id · Key Used: product_id · Type: ref · Rows: 5 (Using index condition; Using temporary; Using filesort) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 310File: APPPATH/modules/products/classes/helpers/product.php, line 234File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id AS t0_c0, t0.order_id AS t0_c1, t0.product_id AS t0_c2, t0.rating AS t0_c3, t0.review AS t0_c4, t0.submitted AS t0_c5 FROM reviews AS t0 WHERE t0.product_id = '2300680' ORDER BY t0.submitted DESCConnection name: dt Speed: 0.629 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: product_id · Key Used: product_id · Type: ref · Rows: 5 (Using index condition; Using filesort) Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/hasmany.php, line 72File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 322File: APPPATH/modules/products/classes/helpers/product.php, line 234File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_arbo AS t0_c0, t0.id_arbo_parent AS t0_c1, t0.level AS t0_c2, t0.code AS t0_c3, t0.nom_arbo_fr AS t0_c4, t0.nom_arbo_en AS t0_c5, t0.nom_arbo_it AS t0_c6, t0.nom_arbo_es AS t0_c7, t0.url_fr AS t0_c8, t0.url_en AS t0_c9, t0.url_it AS t0_c10, t0.url_es AS t0_c11, t0.descriptif_fr AS t0_c12, t0.descriptif_en AS t0_c13, t0.descriptif_it AS t0_c14, t0.descriptif_es AS t0_c15, t0.bandeau_fr AS t0_c16, t0.bandeau_en AS t0_c17, t0.bandeau_it AS t0_c18, t0.bandeau_es AS t0_c19, t0.title_fr AS t0_c20, t0.title_en AS t0_c21, t0.title_it AS t0_c22, t0.title_es AS t0_c23, t0.metadesc_fr AS t0_c24, t0.metadesc_en AS t0_c25, t0.metadesc_it AS t0_c26, t0.metadesc_es AS t0_c27, t0.h1_fr AS t0_c28, t0.h1_en AS t0_c29, t0.h1_it AS t0_c30, t0.h1_es AS t0_c31, t0.reference_produit_photo AS t0_c32 FROM arbo AS t0 JOIN asso_article_arbo AS t0_through ON (t0_through.id_arbo = t0.id_arbo) WHERE t0_through.id_article = '7614'Connection name: dt Speed: 1.057 ms Query analysis: · Query: SIMPLE on t0_through · Possible keys: id_article,id_arbo · Key Used: id_article · Type: ref · Rows: 1 · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: eq_ref · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/manymany.php, line 140File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 1389File: APPPATH/modules/products/classes/helpers/product.php, line 236File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_glossaire AS t0_c0, t0.ZAG_ARTICLE AS t0_c1, t0.ZGL_LANGUE AS t0_c2, t0.ZGL_BLOCNOTE AS t0_c3, t0.ZGL_TYPEGLOSSAIRE AS t0_c4, t0.ZGL_BALISE AS t0_c5, t0.ZGL_META AS t0_c6 FROM erp_glossaire AS t0 WHERE t0.ZAG_ARTICLE = '2300680'Connection name: dt Speed: 0.558 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: ZAG_ARTICLE · Key Used: ZAG_ARTICLE · Type: ref · Rows: 7 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/hasmany.php, line 72File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 1397File: APPPATH/modules/products/classes/helpers/product.php, line 237File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_pays AS t0_c0, t0.PY_PAYS AS t0_c1, t0.PY_LIBELLE AS t0_c2, t0.PY_CODEISO2 AS t0_c3, t0.PY_REGION AS t0_c4, t0.PY_MEMBRECEE AS t0_c5, t0.PY_LANGUE AS t0_c6, t0.PY_CODEDI AS t0_c7, t0.PY_CODEINSEE AS t0_c8, t0.PY_MASQUENIF AS t0_c9, t0.ZPY_COEFTRAN AS t0_c10, t0.ZPY_CTRLTVA AS t0_c11, t0.LIBELLEFR AS t0_c12, t0.LIBELLEDE AS t0_c13, t0.LIBELLEEN AS t0_c14, t0.LIBELLEES AS t0_c15, t0.LIBELLENL AS t0_c16, t0.LIBELLEIT AS t0_c17, t0.LIBELLEPT AS t0_c18, t0.ZPY_TEXTELIBRE1 AS t0_c19, t0.ZPY_TEXTELIBRE2 AS t0_c20, t0.ZPY_TEXTELIBRE3 AS t0_c21, t0.ZPY_TEXTELIBRE4 AS t0_c22, t0.ZPY_TEXTELIBRE5 AS t0_c23, t0.ZPY_BOOLLIBRE1 AS t0_c24, t0.ZPY_BOOLLIBRE2 AS t0_c25, t0.ZPY_BOOLLIBRE3 AS t0_c26, t0.ZPY_CN3 AS t0_c27, t0.ZPY_MAXCB AS t0_c28, t0.ZPY_MAXPAYPAL AS t0_c29, t0.ZPY_MAXCHEQUE AS t0_c30, t0.ZPY_REGTVAPART AS t0_c31, t0.ZPY_REGTVAENTR AS t0_c32 FROM erp_pays AS t0 WHERE t0.PY_CODEISO2 = 'ES' LIMIT 1Connection name: dt Speed: 0.895 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Possible keys: PY_CODEISO2 · Key Used: PY_CODEISO2 · Type: ref · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/modules/products/classes/helpers/product.php, line 1401File: APPPATH/modules/products/classes/helpers/product.php, line 237File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT COUNT(*) FROM article_prix_baisse WHERE liste_references LIKE '%,2300680,%'Connection name: dt Speed: 0.831 ms Query analysis: · Query: SIMPLE on article_prix_baisse · Type: ALL · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 342File: APPPATH/modules/products/classes/helpers/product.php, line 241File: APPPATH/modules/products/classes/controller/products.php, line 653File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_article AS t0_c0, t0.poids_promo AS t0_c1, t0.has_photo AS t0_c2, t0.photos_list AS t0_c3, t0.stock_position AS t0_c4, t0.stock_date_livrable AS t0_c5, t0.GA_ARTICLE AS t0_c6, t0.GA_CODEARTICLE AS t0_c7, t0.GA_TYPEARTICLE AS t0_c8, t0.GA_FAMILLENIV2 AS t0_c9, t0.GA_FAMILLENIV3 AS t0_c10, t0.GA_LIBELLE AS t0_c11, t0.GA_LIBCOMPL AS t0_c12, t0.GA_COMMENTAIRE AS t0_c13, t0.GA_FERME AS t0_c14, t0.GA_POIDSNET AS t0_c15, t0.GA_POIDSBRUT AS t0_c16, t0.GA_POIDSDOUA AS t0_c17, t0.GA_VOLUME AS t0_c18, t0.GA_LINEAIRE AS t0_c19, t0.GA_SURFACE AS t0_c20, t0.GA_TARIFARTICLE AS t0_c21, t0.GA_TENUESTOCK AS t0_c22, t0.GA_FAMILLETAXE1 AS t0_c23, t0.GA_FAMILLETAXE2 AS t0_c24, t0.GA_FAMILLETAXE3 AS t0_c25, t0.GA_LIBREART1 AS t0_c26, t0.GA_LIBREART2 AS t0_c27, t0.GA_LIBREART3 AS t0_c28, t0.GA_LIBREART4 AS t0_c29, t0.GA_LIBREART6 AS t0_c30, t0.GA_BOOLLIBRE1 AS t0_c31, t0.GA_COLLECTION AS t0_c32, t0.GA_INVISIBLEWEB AS t0_c33, t0.GA_DELAIACH AS t0_c34, t0.ZGA_TEXTELIBRE1 AS t0_c35, t0.ZGA_TEXTELIBRE2 AS t0_c36, t0.ZGA_VALLIBRE3 AS t0_c37, t0.ZGA_BOOLLIBRE1 AS t0_c38, t0.ZGA_DATELIBRE1 AS t0_c39, t0.ZGA_DATELIBRE2 AS t0_c40, t0.ZGA_DATELIBRE3 AS t0_c41, t0.ZGA_TABLELIBRE1 AS t0_c42, t0.ZGA_TABLELIBRE4 AS t0_c43, t0.ZGA_TABLELIBRE5 AS t0_c44, t0.ZGA_TABLELIBRE6 AS t0_c45, t0.ZGA_TEXTELIBRE4 AS t0_c46, t0.ZGA_TEXTELIBRE5 AS t0_c47, t0.ZGA_VALLIBR5 AS t0_c48, t0.ZGA_TEXTELIBRE3 AS t0_c49, t0.ZGA_URL1 AS t0_c50, t0.ZGA_URL2 AS t0_c51, t0.ZGA_URL3 AS t0_c52, t0.ZGA_URL4 AS t0_c53, t0.ZGA_URL5 AS t0_c54, t0.ZGA_CHRONOPOST AS t0_c55, t0.RD4_RD4LIBVAL4 AS t0_c56, t0.RD4_RD4LIBTABLE2 AS t0_c57, t0.RD4_RD4LIBDATE0 AS t0_c58, t0.LIBELLEFR AS t0_c59, t0.LIBCOMPLFR AS t0_c60, t0.COMMENTAIREFR AS t0_c61, t0.LIBELLEEN AS t0_c62, t0.LIBCOMPLEN AS t0_c63, t0.COMMENTAIREEN AS t0_c64, t0.LIBELLEIT AS t0_c65, t0.LIBCOMPLIT AS t0_c66, t0.COMMENTAIREIT AS t0_c67, t0.LIBELLEES AS t0_c68, t0.LIBCOMPLES AS t0_c69, t0.COMMENTAIREES AS t0_c70, t0.LIBELLEPT AS t0_c71, t0.LIBCOMPLPT AS t0_c72, t0.COMMENTAIREPT AS t0_c73, t0.LIBELLEDE AS t0_c74, t0.LIBCOMPLDE AS t0_c75, t0.COMMENTAIREDE AS t0_c76, t0.LIBELLENL AS t0_c77, t0.LIBCOMPLNL AS t0_c78, t0.COMMENTAIRENL AS t0_c79, t0.ZGA_TRANSINTER AS t0_c80, t1.id_stock_dispo AS t1_c0, t1.GA_ARTICLE AS t1_c1, t1.PHYSIQUE AS t1_c2, t1.RESERVEE AS t1_c3, t1.COMPTOIR AS t1_c4, t1.DTDISPO AS t1_c5, t1.DISPOWEB AS t1_c6, t1.DISPOCPT AS t1_c7, t1.MSG AS t1_c8, t1.DELAPPRO AS t1_c9, t2.id_tarif AS t2_c0, t2.YTS_ARTICLE AS t2_c1, t2.YTS_CODEARTICLE AS t2_c2, t2.YTS_TARIFSPECIAL AS t2_c3, t2.YTS_TIERS AS t2_c4, t2.PV_PRIXBRUT_HT AS t2_c5, t2.remise AS t2_c6 FROM erp_article AS t0 LEFT JOIN erp_stock_dispo AS t1 ON (t0.GA_CODEARTICLE = t1.GA_ARTICLE) LEFT JOIN erp_tarif AS t2 ON (t0.GA_CODEARTICLE = t2.YTS_CODEARTICLE) WHERE t0.GA_CODEARTICLE IN ('2300619', '1007432') AND t0.GA_INVISIBLEWEB = 0 AND t0.GA_FERME = 0Connection name: dt Speed: 3.708 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: GA_CODEARTICLE,GA_INVISIBLEWEB,GA_FERME,GA_CODEARTICLE_2,GA_CODEARTICLE_3,GA_ARTICLE_2,GA_CODEARTICLE_4 · Key Used: GA_CODEARTICLE · Type: range · Rows: 2 (Using index condition; Using where) · Query: SIMPLE on t1 · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 · Query: SIMPLE on t2 · Possible keys: YTS_CODEARTICLE · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 7 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/modules/products/classes/helpers/product.php, line 1278File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM promotion_arbo WHERE date_debut_application <= '2025-04-24 12:03:02' AND date_fin_application >= '2025-04-24 12:03:02' AND (link_client_type = ',,' OR link_client_type LIKE '%,1,%')Connection name: dt Speed: 0.634 ms · DUPLICATE Query analysis: · Query: SIMPLE on promotion_arbo · Type: ALL · Rows: 120 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 739File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.666 ms Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.562 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.858 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.609 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.471 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.725 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.656 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.510 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '1007432'Connection name: dt Speed: 0.698 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_nomenclature JOIN erp_stock_dispo ON (erp_nomenclature.GNL_ARTICLE = erp_stock_dispo.GA_ARTICLE) WHERE erp_nomenclature.GNE_ARTICLE = '1007432' AND erp_nomenclature.GNE_BLOQUANT = 1Connection name: dt Speed: 0.616 ms Query analysis: · Query: SIMPLE on erp_nomenclature · Possible keys: GNE_ARTICLE,GNL_ARTICLE · Key Used: GNE_ARTICLE · Type: ref · Rows: 1 (Using where) · Query: SIMPLE on erp_stock_dispo · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 1556File: APPPATH/modules/products/classes/helpers/product.php, line 218File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.514 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 937File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_erp_stock_dispo_message AS t0_c0, t0.message_color AS t0_c1, t0.message_date_displayed AS t0_c2, t0.message_fr AS t0_c3, t0.message_en AS t0_c4, t0.message_es AS t0_c5, t0.message_it AS t0_c6, t0.message_detail_fr AS t0_c7, t0.message_detail_en AS t0_c8, t0.message_detail_es AS t0_c9, t0.message_detail_it AS t0_c10 FROM erp_stock_dispo_message AS t0 WHERE t0.id_erp_stock_dispo_message = '1' LIMIT 1Connection name: dt Speed: 0.587 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/hasone.php, line 62File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 938File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.675 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 947File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT timetable_date FROM timetable_shop WHERE timetable_status = 'O' AND timetable_date > '0000-00-00' ORDER BY timetable_date ASC LIMIT 1 OFFSET 0Connection name: dt Speed: 0.760 ms · DUPLICATE Query analysis: · Query: SIMPLE on timetable_shop · Type: ALL · Rows: 120 (Using where; Using filesort) Call trace for this query:File: APPPATH/modules/cart/classes/helpers/cart.php, line 545File: APPPATH/modules/products/classes/helpers/product.php, line 948File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT COUNT(*) FROM article_prix_baisse WHERE liste_references LIKE '%,1007432,%'Connection name: dt Speed: 0.761 ms Query analysis: · Query: SIMPLE on article_prix_baisse · Type: ALL · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 342File: APPPATH/modules/products/classes/helpers/product.php, line 241File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM promotion_arbo WHERE date_debut_application <= '2025-04-24 12:03:02' AND date_fin_application >= '2025-04-24 12:03:02' AND (link_client_type = ',,' OR link_client_type LIKE '%,1,%')Connection name: dt Speed: 0.945 ms · DUPLICATE Query analysis: · Query: SIMPLE on promotion_arbo · Type: ALL · Rows: 120 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 739File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.753 ms Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 1.129 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 3.668 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.669 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.815 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.709 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.733 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.554 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.482 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.605 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.582 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.622 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300619'Connection name: dt Speed: 0.659 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_nomenclature JOIN erp_stock_dispo ON (erp_nomenclature.GNL_ARTICLE = erp_stock_dispo.GA_ARTICLE) WHERE erp_nomenclature.GNE_ARTICLE = '2300619' AND erp_nomenclature.GNE_BLOQUANT = 1Connection name: dt Speed: 0.887 ms Query analysis: · Query: SIMPLE on erp_nomenclature · Possible keys: GNE_ARTICLE,GNL_ARTICLE · Key Used: GNE_ARTICLE · Type: ref · Rows: 1 (Using where) · Query: SIMPLE on erp_stock_dispo · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 1556File: APPPATH/modules/products/classes/helpers/product.php, line 218File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.592 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 937File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_erp_stock_dispo_message AS t0_c0, t0.message_color AS t0_c1, t0.message_date_displayed AS t0_c2, t0.message_fr AS t0_c3, t0.message_en AS t0_c4, t0.message_es AS t0_c5, t0.message_it AS t0_c6, t0.message_detail_fr AS t0_c7, t0.message_detail_en AS t0_c8, t0.message_detail_es AS t0_c9, t0.message_detail_it AS t0_c10 FROM erp_stock_dispo_message AS t0 WHERE t0.id_erp_stock_dispo_message = '2' LIMIT 1Connection name: dt Speed: 0.500 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/hasone.php, line 62File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 938File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.823 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 947File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT timetable_date FROM timetable_shop WHERE timetable_status = 'O' AND timetable_date > '0000-00-00' ORDER BY timetable_date ASC LIMIT 1 OFFSET 0Connection name: dt Speed: 1.678 ms · DUPLICATE Query analysis: · Query: SIMPLE on timetable_shop · Type: ALL · Rows: 120 (Using where; Using filesort) Call trace for this query:File: APPPATH/modules/cart/classes/helpers/cart.php, line 545File: APPPATH/modules/products/classes/helpers/product.php, line 948File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT COUNT(*) FROM article_prix_baisse WHERE liste_references LIKE '%,2300619,%'Connection name: dt Speed: 0.630 ms Query analysis: · Query: SIMPLE on article_prix_baisse · Type: ALL · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 342File: APPPATH/modules/products/classes/helpers/product.php, line 241File: APPPATH/modules/products/classes/helpers/product.php, line 1284File: APPPATH/modules/products/classes/controller/products.php, line 657File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_article AS t0_c0, t0.poids_promo AS t0_c1, t0.has_photo AS t0_c2, t0.photos_list AS t0_c3, t0.stock_position AS t0_c4, t0.stock_date_livrable AS t0_c5, t0.GA_ARTICLE AS t0_c6, t0.GA_CODEARTICLE AS t0_c7, t0.GA_TYPEARTICLE AS t0_c8, t0.GA_FAMILLENIV2 AS t0_c9, t0.GA_FAMILLENIV3 AS t0_c10, t0.GA_LIBELLE AS t0_c11, t0.GA_LIBCOMPL AS t0_c12, t0.GA_COMMENTAIRE AS t0_c13, t0.GA_FERME AS t0_c14, t0.GA_POIDSNET AS t0_c15, t0.GA_POIDSBRUT AS t0_c16, t0.GA_POIDSDOUA AS t0_c17, t0.GA_VOLUME AS t0_c18, t0.GA_LINEAIRE AS t0_c19, t0.GA_SURFACE AS t0_c20, t0.GA_TARIFARTICLE AS t0_c21, t0.GA_TENUESTOCK AS t0_c22, t0.GA_FAMILLETAXE1 AS t0_c23, t0.GA_FAMILLETAXE2 AS t0_c24, t0.GA_FAMILLETAXE3 AS t0_c25, t0.GA_LIBREART1 AS t0_c26, t0.GA_LIBREART2 AS t0_c27, t0.GA_LIBREART3 AS t0_c28, t0.GA_LIBREART4 AS t0_c29, t0.GA_LIBREART6 AS t0_c30, t0.GA_BOOLLIBRE1 AS t0_c31, t0.GA_COLLECTION AS t0_c32, t0.GA_INVISIBLEWEB AS t0_c33, t0.GA_DELAIACH AS t0_c34, t0.ZGA_TEXTELIBRE1 AS t0_c35, t0.ZGA_TEXTELIBRE2 AS t0_c36, t0.ZGA_VALLIBRE3 AS t0_c37, t0.ZGA_BOOLLIBRE1 AS t0_c38, t0.ZGA_DATELIBRE1 AS t0_c39, t0.ZGA_DATELIBRE2 AS t0_c40, t0.ZGA_DATELIBRE3 AS t0_c41, t0.ZGA_TABLELIBRE1 AS t0_c42, t0.ZGA_TABLELIBRE4 AS t0_c43, t0.ZGA_TABLELIBRE5 AS t0_c44, t0.ZGA_TABLELIBRE6 AS t0_c45, t0.ZGA_TEXTELIBRE4 AS t0_c46, t0.ZGA_TEXTELIBRE5 AS t0_c47, t0.ZGA_VALLIBR5 AS t0_c48, t0.ZGA_TEXTELIBRE3 AS t0_c49, t0.ZGA_URL1 AS t0_c50, t0.ZGA_URL2 AS t0_c51, t0.ZGA_URL3 AS t0_c52, t0.ZGA_URL4 AS t0_c53, t0.ZGA_URL5 AS t0_c54, t0.ZGA_CHRONOPOST AS t0_c55, t0.RD4_RD4LIBVAL4 AS t0_c56, t0.RD4_RD4LIBTABLE2 AS t0_c57, t0.RD4_RD4LIBDATE0 AS t0_c58, t0.LIBELLEFR AS t0_c59, t0.LIBCOMPLFR AS t0_c60, t0.COMMENTAIREFR AS t0_c61, t0.LIBELLEEN AS t0_c62, t0.LIBCOMPLEN AS t0_c63, t0.COMMENTAIREEN AS t0_c64, t0.LIBELLEIT AS t0_c65, t0.LIBCOMPLIT AS t0_c66, t0.COMMENTAIREIT AS t0_c67, t0.LIBELLEES AS t0_c68, t0.LIBCOMPLES AS t0_c69, t0.COMMENTAIREES AS t0_c70, t0.LIBELLEPT AS t0_c71, t0.LIBCOMPLPT AS t0_c72, t0.COMMENTAIREPT AS t0_c73, t0.LIBELLEDE AS t0_c74, t0.LIBCOMPLDE AS t0_c75, t0.COMMENTAIREDE AS t0_c76, t0.LIBELLENL AS t0_c77, t0.LIBCOMPLNL AS t0_c78, t0.COMMENTAIRENL AS t0_c79, t0.ZGA_TRANSINTER AS t0_c80, t1.id_stock_dispo AS t1_c0, t1.GA_ARTICLE AS t1_c1, t1.PHYSIQUE AS t1_c2, t1.RESERVEE AS t1_c3, t1.COMPTOIR AS t1_c4, t1.DTDISPO AS t1_c5, t1.DISPOWEB AS t1_c6, t1.DISPOCPT AS t1_c7, t1.MSG AS t1_c8, t1.DELAPPRO AS t1_c9, t2.id_tarif AS t2_c0, t2.YTS_ARTICLE AS t2_c1, t2.YTS_CODEARTICLE AS t2_c2, t2.YTS_TARIFSPECIAL AS t2_c3, t2.YTS_TIERS AS t2_c4, t2.PV_PRIXBRUT_HT AS t2_c5, t2.remise AS t2_c6 FROM erp_article AS t0 LEFT JOIN erp_stock_dispo AS t1 ON (t0.GA_CODEARTICLE = t1.GA_ARTICLE) LEFT JOIN erp_tarif AS t2 ON (t0.GA_CODEARTICLE = t2.YTS_CODEARTICLE) WHERE t0.GA_CODEARTICLE IN ('2300665') AND t0.GA_INVISIBLEWEB = 0 AND t0.GA_FERME = 0Connection name: dt Speed: 1.380 ms Query analysis: · Query: SIMPLE on t0 · Possible keys: GA_CODEARTICLE,GA_INVISIBLEWEB,GA_FERME,GA_CODEARTICLE_2,GA_CODEARTICLE_3,GA_ARTICLE_2,GA_CODEARTICLE_4 · Key Used: GA_CODEARTICLE · Type: ref · Rows: 1 (Using where) · Query: SIMPLE on t1 · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 · Query: SIMPLE on t2 · Possible keys: YTS_CODEARTICLE · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 9 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: APPPATH/modules/products/classes/helpers/product.php, line 1197File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM promotion_arbo WHERE date_debut_application <= '2025-04-24 12:03:02' AND date_fin_application >= '2025-04-24 12:03:02' AND (link_client_type = ',,' OR link_client_type LIKE '%,1,%')Connection name: dt Speed: 0.631 ms · DUPLICATE Query analysis: · Query: SIMPLE on promotion_arbo · Type: ALL · Rows: 120 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 739File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.502 ms Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.488 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.755 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.569 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.643 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.466 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.792 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 0.566 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_tarifpromo WHERE REMISE_DEBUT <= '2025-04-24' AND REMISE_FIN >= '2025-04-24' AND YTS_PROMOSPECIAL = 'PU_PUBLIC' AND YTS_CODEARTICLE = '2300665'Connection name: dt Speed: 2.141 ms · DUPLICATE Query analysis: · Query: SIMPLE on erp_tarifpromo · Possible keys: YTS_CODEARTICLE,YTS_PROMOSPECIAL,REMISE_DEBUT · Key Used: YTS_CODEARTICLE · Type: ref · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 810File: APPPATH/modules/products/classes/helpers/product.php, line 213File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT * FROM erp_nomenclature JOIN erp_stock_dispo ON (erp_nomenclature.GNL_ARTICLE = erp_stock_dispo.GA_ARTICLE) WHERE erp_nomenclature.GNE_ARTICLE = '2300665' AND erp_nomenclature.GNE_BLOQUANT = 1Connection name: dt Speed: 1.067 ms Query analysis: · Query: SIMPLE on erp_nomenclature · Possible keys: GNE_ARTICLE,GNL_ARTICLE · Key Used: GNE_ARTICLE · Type: ref · Rows: 1 (Using where) · Query: SIMPLE on erp_stock_dispo · Possible keys: GA_ARTICLE · Key Used: GA_ARTICLE · Type: ref · Rows: 1 Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 1556File: APPPATH/modules/products/classes/helpers/product.php, line 218File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.464 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 937File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_erp_stock_dispo_message AS t0_c0, t0.message_color AS t0_c1, t0.message_date_displayed AS t0_c2, t0.message_fr AS t0_c3, t0.message_en AS t0_c4, t0.message_es AS t0_c5, t0.message_it AS t0_c6, t0.message_detail_fr AS t0_c7, t0.message_detail_en AS t0_c8, t0.message_detail_es AS t0_c9, t0.message_detail_it AS t0_c10 FROM erp_stock_dispo_message AS t0 WHERE t0.id_erp_stock_dispo_message = '1' LIMIT 1Connection name: dt Speed: 0.532 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Possible keys: PRIMARY · Key Used: PRIMARY · Type: const · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: PKGPATH/orm/classes/hasone.php, line 62File: PKGPATH/orm/classes/model.php, line 1232File: PKGPATH/orm/classes/model.php, line 1068File: APPPATH/modules/products/classes/helpers/product.php, line 938File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT valeur FROM constante WHERE nom_constante = 'delai_preparation 'Connection name: dt Speed: 0.749 ms · DUPLICATE Query analysis: · Query: SIMPLE on constante · Type: ALL · Rows: 2 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 968File: APPPATH/modules/products/classes/helpers/product.php, line 947File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT timetable_date FROM timetable_shop WHERE timetable_status = 'O' AND timetable_date > '0000-00-00' ORDER BY timetable_date ASC LIMIT 1 OFFSET 0Connection name: dt Speed: 0.561 ms · DUPLICATE Query analysis: · Query: SIMPLE on timetable_shop · Type: ALL · Rows: 120 (Using where; Using filesort) Call trace for this query:File: APPPATH/modules/cart/classes/helpers/cart.php, line 545File: APPPATH/modules/products/classes/helpers/product.php, line 948File: APPPATH/modules/products/classes/helpers/product.php, line 221File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT COUNT(*) FROM article_prix_baisse WHERE liste_references LIKE '%,2300665,%'Connection name: dt Speed: 0.676 ms Query analysis: · Query: SIMPLE on article_prix_baisse · Type: ALL · Rows: 1 (Using where) Call trace for this query:File: APPPATH/modules/products/classes/helpers/product.php, line 342File: APPPATH/modules/products/classes/helpers/product.php, line 241File: APPPATH/modules/products/classes/helpers/product.php, line 1204File: APPPATH/modules/products/classes/controller/products.php, line 659File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_pays AS t0_c0, t0.PY_PAYS AS t0_c1, t0.PY_LIBELLE AS t0_c2, t0.PY_CODEISO2 AS t0_c3, t0.PY_REGION AS t0_c4, t0.PY_MEMBRECEE AS t0_c5, t0.PY_LANGUE AS t0_c6, t0.PY_CODEDI AS t0_c7, t0.PY_CODEINSEE AS t0_c8, t0.PY_MASQUENIF AS t0_c9, t0.ZPY_COEFTRAN AS t0_c10, t0.ZPY_CTRLTVA AS t0_c11, t0.LIBELLEFR AS t0_c12, t0.LIBELLEDE AS t0_c13, t0.LIBELLEEN AS t0_c14, t0.LIBELLEES AS t0_c15, t0.LIBELLENL AS t0_c16, t0.LIBELLEIT AS t0_c17, t0.LIBELLEPT AS t0_c18, t0.ZPY_TEXTELIBRE1 AS t0_c19, t0.ZPY_TEXTELIBRE2 AS t0_c20, t0.ZPY_TEXTELIBRE3 AS t0_c21, t0.ZPY_TEXTELIBRE4 AS t0_c22, t0.ZPY_TEXTELIBRE5 AS t0_c23, t0.ZPY_BOOLLIBRE1 AS t0_c24, t0.ZPY_BOOLLIBRE2 AS t0_c25, t0.ZPY_BOOLLIBRE3 AS t0_c26, t0.ZPY_CN3 AS t0_c27, t0.ZPY_MAXCB AS t0_c28, t0.ZPY_MAXPAYPAL AS t0_c29, t0.ZPY_MAXCHEQUE AS t0_c30, t0.ZPY_REGTVAPART AS t0_c31, t0.ZPY_REGTVAENTR AS t0_c32 FROM erp_pays AS t0 WHERE t0.PY_CODEISO2 = 'ES' LIMIT 1Connection name: dt Speed: 1.540 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Possible keys: PY_CODEISO2 · Key Used: PY_CODEISO2 · Type: ref · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/modules/products/classes/helpers/product.php, line 1425File: APPPATH/modules/products/classes/controller/products.php, line 787File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |
SELECT t0.id_pays AS t0_c0, t0.PY_PAYS AS t0_c1, t0.PY_LIBELLE AS t0_c2, t0.PY_CODEISO2 AS t0_c3, t0.PY_REGION AS t0_c4, t0.PY_MEMBRECEE AS t0_c5, t0.PY_LANGUE AS t0_c6, t0.PY_CODEDI AS t0_c7, t0.PY_CODEINSEE AS t0_c8, t0.PY_MASQUENIF AS t0_c9, t0.ZPY_COEFTRAN AS t0_c10, t0.ZPY_CTRLTVA AS t0_c11, t0.LIBELLEFR AS t0_c12, t0.LIBELLEDE AS t0_c13, t0.LIBELLEEN AS t0_c14, t0.LIBELLEES AS t0_c15, t0.LIBELLENL AS t0_c16, t0.LIBELLEIT AS t0_c17, t0.LIBELLEPT AS t0_c18, t0.ZPY_TEXTELIBRE1 AS t0_c19, t0.ZPY_TEXTELIBRE2 AS t0_c20, t0.ZPY_TEXTELIBRE3 AS t0_c21, t0.ZPY_TEXTELIBRE4 AS t0_c22, t0.ZPY_TEXTELIBRE5 AS t0_c23, t0.ZPY_BOOLLIBRE1 AS t0_c24, t0.ZPY_BOOLLIBRE2 AS t0_c25, t0.ZPY_BOOLLIBRE3 AS t0_c26, t0.ZPY_CN3 AS t0_c27, t0.ZPY_MAXCB AS t0_c28, t0.ZPY_MAXPAYPAL AS t0_c29, t0.ZPY_MAXCHEQUE AS t0_c30, t0.ZPY_REGTVAPART AS t0_c31, t0.ZPY_REGTVAENTR AS t0_c32 FROM erp_pays AS t0 WHERE t0.PY_CODEISO2 = 'ES' LIMIT 1Connection name: dt Speed: 0.885 ms · DUPLICATE Query analysis: · Query: SIMPLE on t0 · Possible keys: PY_CODEISO2 · Key Used: PY_CODEISO2 · Type: ref · Rows: 1 Call trace for this query:File: PKGPATH/orm/classes/query.php, line 1564File: PKGPATH/orm/classes/query.php, line 1641File: APPPATH/modules/products/classes/helpers/product.php, line 1448File: APPPATH/modules/products/classes/controller/products.php, line 799File: COREPATH/base56.php, line 37File: COREPATH/classes/controller/hybrid.php, line 81File: COREPATH/classes/request.php, line 454File: DOCROOT/index.php, line 88File: DOCROOT/index.php, line 109 |