Groupe mécanique

Groupe mécanique
Load Time 1233 ms
Querying Time 724 ms
Queries 503
Memory Peak Usage 21.5 Mb
Included Files 1081 files - 13.88 Mb
PrestaShop Cache - Mb
Global vars 1.03 Mb
PrestaShop Version 1.7.8.8
PHP Version 7.3.33
MySQL Version 8.0.41-32
Memory Limit 1024M
Max Execution Time 165s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 16 ms 16 ms 4.61 Mb 4.7 Mb
__construct 0 ms 16 ms - Mb 4.7 Mb
init 40 ms 56 ms 1.76 Mb 6.5 Mb
checkAccess 0 ms 56 ms - Mb 6.5 Mb
setMedia 10 ms 66 ms 0.74 Mb 7.2 Mb
postProcess 0 ms 66 ms - Mb 7.2 Mb
initHeader 0 ms 66 ms - Mb 7.2 Mb
initContent 616 ms 681 ms 10.09 Mb 17.5 Mb
initFooter 0 ms 681 ms - Mb 17.5 Mb
display 552 ms 1233 ms 3.67 Mb 21.5 Mb
Hook Time Memory Usage
displayFooter 8 ms 0.34 Mb
DisplayHeader 7 ms 0.55 Mb
displayNav2 7 ms 0.08 Mb
DisplayFooter 4 ms 0.04 Mb
displayNav1 4 ms 0.09 Mb
DisplayBeforeBodyClosingTag 3 ms 0.04 Mb
Header 3 ms 0.17 Mb
DisplayGDPRConsent 2 ms 0.08 Mb
displayVerticalMenu 2 ms 0.19 Mb
DisplayNav2 2 ms 0.02 Mb
ActionFrontControllerSetMedia 1 ms 0.15 Mb
displayAfterBreadcrumb 1 ms 0.04 Mb
DisplayTop 1 ms 0.03 Mb
renderWidget 1 ms 0.33 Mb
IsJustElementor 1 ms 0.02 Mb
ProductSearchProvider 0 ms 0.01 Mb
ActionOutputHTMLBefore 0 ms - Mb
OverrideLayoutTemplate 0 ms - Mb
ModuleRoutes 0 ms 0.01 Mb
ActionDispatcherBefore 0 ms - Mb
ActionDispatcher 0 ms - Mb
ActionProductSearchAfter 0 ms - Mb
22 hook(s) 47 ms 2.18 Mb
Module Time Memory Usage
ph_simpleblog 6 ms 0.29 Mb
ets_contactform7 15 ms 0.37 Mb
colissimo 2 ms 0.43 Mb
ps_mbo 2 ms 0.19 Mb
iqitthemeeditor 1 ms 0.10 Mb
ps_emailsubscription 9 ms 0.32 Mb
ps_checkout 4 ms 0.45 Mb
ps_facebook 5 ms 0.35 Mb
paybox 1 ms 0.21 Mb
ps_emailalerts 0 ms 0.05 Mb
ps_shoppingcart 0 ms 0.02 Mb
ps_accounts 0 ms - Mb
psxmarketingwithgoogle 1 ms 0.03 Mb
revsliderprestashop 2 ms 0.80 Mb
iqitcontactpage 4 ms 0.08 Mb
iqitcountdown 0 ms 0.05 Mb
iqitsociallogin 0 ms 0.02 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitmegamenu 2 ms 0.24 Mb
iqitsizecharts 0 ms 0.04 Mb
iqitextendedproduct 0 ms 0.11 Mb
iqitelementor 2 ms 0.10 Mb
presta_tarteaucitron 0 ms 0.03 Mb
ps_facetedsearch 2 ms 0.38 Mb
iqitlinksmanager 5 ms 0.26 Mb
ps_languageselector 5 ms 0.06 Mb
ps_currencyselector 2 ms 0.06 Mb
iqitsearch 0 ms 0.02 Mb
ps_customersignin 0 ms 0.02 Mb
iqitproductsnav 1 ms 0.05 Mb
psgdpr 3 ms 0.13 Mb
statsdata 3 ms 0.06 Mb
32 module(s) 79 ms 5.35 Mb

Stopwatch SQL - 503 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.nleft>3 AND c.nright<406 GROUP BY cp.id_category
73008 ms 35808 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tm_module` m
INNER JOIN tm_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `tm_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tm_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tm_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tm_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
9397 ms 1485 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1999
8853 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tm_configuration` c
LEFT JOIN `tm_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
8513 ms 1382 /classes/Configuration.php:160
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
7299 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2043 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2043 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
6121 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2018
ORDER BY f.position ASC
5657 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.id_manufacturer
5491 ms 210 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
REPLACE INTO tm_layered_filter_block (hash, data) VALUES ("1346d5bf5d7565e7d2064906b09b818a", "a:1:{s:7:\"filters\";a:4:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:11:\"Catégories\";s:6:\"values\";a:179:{i:61;a:2:{s:4:\"name\";s:14:\"02 - Entretien\";s:3:\"nbr\";s:2:\"48\";}i:62;a:2:{s:4:\"name\";s:15:\"Filtre à huile\";s:3:\"nbr\";s:1:\"8\";}i:63;a:2:{s:4:\"name\";s:13:\"Filtre à air\";s:3:\"nbr\";s:2:\"14\";}i:64;a:2:{s:4:\"name\";s:17:\"Filtre à essence\";s:3:\"nbr\";s:1:\"2\";}i:65;a:2:{s:4:\"name\";s:16:\"Joint de vidange\";s:3:\"nbr\";s:2:\"10\";}i:66;a:2:{s:4:\"name\";s:18:\"Bouchon de vidange\";s:3:\"nbr\";s:1:\"8\";}i:67;a:2:{s:4:\"name\";s:9:\"Outillage\";s:3:\"nbr\";s:1:\"2\";}i:69;a:2:{s:4:\"name\";s:11:\"11 - Moteur\";s:3:\"nbr\";s:3:\"117\";}i:70;a:2:{s:4:\"name\";s:10:\"Bas Moteur\";s:3:\"nbr\";s:2:\"10\";}i:71;a:2:{s:4:\"name\";s:8:\"Cylindre\";s:3:\"nbr\";s:1:\"1\";}i:72;a:2:{s:4:\"name\";s:7:\"Culasse\";s:3:\"nbr\";s:2:\"12\";}i:73;a:2:{s:4:\"name\";s:15:\"Cache culbuteur\";s:3:\"nbr\";s:2:\"42\";}i:74;a:2:{s:4:\"name\";s:12:\"Distribution\";s:3:\"nbr\";s:2:\"13\";}i:75;a:2:{s:4:\"name\";s:20:\"Pompe à eau / huile\";s:3:\"nbr\";s:2:\"20\";}i:76;a:2:{s:4:\"name\";s:11:\"Ventilation\";s:3:\"nbr\";s:2:\"10\";}i:77;a:2:{s:4:\"name\";s:12:\"Joint moteur\";s:3:\"nbr\";s:2:\"41\";}i:78;a:3:{s:4:\"name\";s:24:\"12 - Electricité moteur\";s:3:\"nbr\";s:2:\"27\";s:7:\"checked\";b:1;}i:79;a:2:{s:4:\"name\";s:8:\"Allumage\";s:3:\"nbr\";s:1:\"9\";}i:80;a:2:{s:4:\"name\";s:11:\"Alternateur\";s:3:\"nbr\";s:1:\"7\";}i:81;a:2:{s:4:\"name\";s:10:\"Démarreur\";s:3:\"nbr\";s:1:\"5\";}i:82;a:2:{s:4:\"name\";s:30:\"13 - 16 Alimentation carburant\";s:3:\"nbr\";s:2:\"85\";}i:83;a:2:{s:4:\"name\";s:11:\"Carburation\";s:3:\"nbr\";s:2:\"31\";}i:84;a:2:{s:4:\"name\";s:9:\"Injection\";s:3:\"nbr\";s:2:\"13\";}i:85;a:2:{s:4:\"name\";s:17:\"Manchon admission\";s:3:\"nbr\";s:2:\"17\";}i:86;a:2:{s:4:\"name\";s:10:\"Réservoir\";s:3:\"nbr\";s:2:\"23\";}i:87;a:2:{s:4:\"name\";s:15:\"Tuyau carburant\";s:3:\"nbr\";s:1:\"7\";}i:89;a:2:{s:4:\"name\";s:16:\"18 - Echappement\";s:3:\"nbr\";s:2:\"26\";}i:91;a:2:{s:4:\"name\";s:10:\"Silencieux\";s:3:\"nbr\";s:1:\"5\";}i:92;a:2:{s:4:\"name\";s:19:\"Divers échappement\";s:3:\"nbr\";s:2:\"21\";}i:93;a:2:{s:4:\"name\";s:14:\"21 - Embrayage\";s:3:\"nbr\";s:2:\"31\";}i:94;a:2:{s:4:\"name\";s:20:\"Commande d\'embrayage\";s:3:\"nbr\";s:2:\"18\";}i:95;a:2:{s:4:\"name\";s:9:\"Embrayage\";s:3:\"nbr\";s:2:\"13\";}i:96;a:2:{s:4:\"name\";s:21:\"23 - Boite de vitesse\";s:3:\"nbr\";s:2:\"49\";}i:97;a:2:{s:4:\"name\";s:22:\"Joint boite de vitesse\";s:3:\"nbr\";s:2:\"16\";}i:98;a:2:{s:4:\"name\";s:26:\"Roulement boite de vitesse\";s:3:\"nbr\";s:1:\"1\";}i:99;a:2:{s:4:\"name\";s:10:\"Sélection\";s:3:\"nbr\";s:2:\"13\";}i:100;a:2:{s:4:\"name\";s:23:\"Divers boite de vitesse\";s:3:\"nbr\";s:2:\"19\";}i:101;a:2:{s:4:\"name\";s:17:\"33 - Transmission\";s:3:\"nbr\";s:2:\"53\";}i:102;a:2:{s:4:\"name\";s:17:\"Transmission R 2V\";s:3:\"nbr\";s:2:\"19\";}i:146;a:2:{s:4:\"name\";s:10:\"Lubrifiant\";s:3:\"nbr\";s:1:\"4\";}i:151;a:2:{s:4:\"name\";s:6:\"Bougie\";s:3:\"nbr\";s:1:\"6\";}i:152;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:153;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:154;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:155;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"1\";}i:156;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:157;a:2:{s:4:\"name\";s:17:\"K 6 cyl. : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:158;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:159;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:160;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"1\";}i:161;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:162;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:163;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:278;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:284;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:285;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:286;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:287;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:288;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"1\";}i:289;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:290;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:291;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"1\";}i:292;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:293;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:294;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"4\";}i:295;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"3\";}i:296;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:297;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:298;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"3\";}i:299;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"3\";}i:300;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:301;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:302;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:303;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:304;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:305;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"3\";}i:306;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"2\";}i:307;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:309;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"1\";}i:310;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"12\";}i:311;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:316;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"4\";}i:317;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:2:\"16\";}i:318;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"9\";}i:319;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"4\";}i:320;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"1\";}i:321;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"8\";}i:373;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"13\";}i:374;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:375;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"9\";}i:376;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:377;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:378;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"8\";}i:379;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:2:\"10\";}i:380;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"8\";}i:381;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:382;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:2:\"12\";}i:383;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:385;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:386;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:387;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:388;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:389;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:390;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:392;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:394;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:395;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:396;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"4\";}i:397;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:398;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"3\";}i:399;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"2\";}i:402;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"1\";}i:404;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:406;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"2\";}i:408;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:409;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"1\";}i:410;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"8\";}i:411;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"7\";}i:412;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:413;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"3\";}i:414;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"3\";}i:415;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:416;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"5\";}i:417;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:418;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"11\";}i:419;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:420;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:421;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:423;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"7\";}i:424;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"5\";}i:425;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:426;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:427;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:428;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"3\";}i:429;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"2\";}i:430;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:432;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:433;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"10\";}i:434;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:435;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"2\";}i:436;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"5\";}i:437;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"2\";}i:438;a:2:{s:4:\"name\";s:13:\"R 18 : R 1800\";s:3:\"nbr\";s:1:\"2\";}i:439;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:440;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"9\";}i:441;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"6\";}i:442;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:443;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"7\";}i:444;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"5\";}i:445;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:446;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:447;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"5\";}i:448;a:2:{s:4:\"name\";s:9:\"R 2V : /5\";s:3:\"nbr\";s:1:\"3\";}i:449;a:2:{s:4:\"name\";s:31:\"R 4V avant 2001: R 850 - R 1100\";s:3:\"nbr\";s:1:\"4\";}i:450;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"4\";}i:453;a:2:{s:4:\"name\";s:26:\"/K : K 75 - K 100 - K 1100\";s:3:\"nbr\";s:1:\"1\";}i:454;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:1:\"9\";}i:455;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"3\";}i:456;a:2:{s:4:\"name\";s:13:\"K 2X : R 1200\";s:3:\"nbr\";s:1:\"3\";}i:457;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"6\";}i:458;a:2:{s:4:\"name\";s:22:\"K 4X : K 1200 - K 1300\";s:3:\"nbr\";s:1:\"1\";}i:459;a:2:{s:4:\"name\";s:19:\"R 2V : /5 - /6 - /7\";s:3:\"nbr\";s:2:\"12\";}i:460;a:2:{s:4:\"name\";s:39:\"R 4V : R 850 - R 1100 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"6\";}i:461;a:2:{s:4:\"name\";s:35:\"/K : K 75 - K 100 - K 1100 - K 1200\";s:3:\"nbr\";s:1:\"1\";}i:462;a:2:{s:4:\"name\";s:26:\"/K : K 75 - K 100 - K 1100\";s:3:\"nbr\";s:1:\"5\";}i:463;a:2:{s:4:\"name\";s:11:\"/K : K 1200\";s:3:\"nbr\";s:1:\"5\";}i:464;a:2:{s:4:\"name\";s:14:\"R 2V : /6 - /7\";s:3:\"nbr\";s:1:\"2\";}i:465;a:2:{s:4:\"name\";s:42:\"R 4V après 2001 : R 850 - R 1150 - R 1200\";s:3:\"nbr\";s:1:\"5\";}i:467;a:2:{s:4:\"name\";s:16:\"K 6 cyl : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:468;a:2:{s:4:\"name\";s:17:\"Transmission R 4V\";s:3:\"nbr\";s:2:\"10\";}i:469;a:2:{s:4:\"name\";s:17:\"Transmission K 2X\";s:3:\"nbr\";s:2:\"28\";}i:470;a:2:{s:4:\"name\";s:15:\"Transmission /K\";s:3:\"nbr\";s:1:\"9\";}i:471;a:2:{s:4:\"name\";s:17:\"Transmission K 4X\";s:3:\"nbr\";s:2:\"22\";}i:472;a:2:{s:4:\"name\";s:17:\"Transmission K 5X\";s:3:\"nbr\";s:1:\"7\";}i:473;a:2:{s:4:\"name\";s:21:\"Transmission K 6 cyl.\";s:3:\"nbr\";s:1:\"9\";}i:475;a:2:{s:4:\"name\";s:10:\"S : S 1000\";s:3:\"nbr\";s:1:\"2\";}i:476;a:2:{s:4:\"name\";s:22:\"K 5X : R 1200 - R 1250\";s:3:\"nbr\";s:1:\"1\";}i:477;a:2:{s:4:\"name\";s:17:\"K 6 cyl. : K 1600\";s:3:\"nbr\";s:1:\"1\";}i:478;a:2:{s:4:\"name\";s:7:\"Ampoule\";s:3:\"nbr\";s:1:\"3\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Marque\";s:6:\"values\";a:6:{i:4;a:2:{s:4:\"name\";s:5:\"BOYER\";s:3:\"nbr\";s:1:\"2\";}i:6;a:2:{s:4:\"name\";s:9:\"ADAPTABLE\";s:3:\"nbr\";s:2:\"28\";}i:7;a:3:{s:4:\"name\";s:3:\"BMW\";s:3:\"nbr\";s:2:\"27\";s:7:\"checked\";b:1;}i:8;a:2:{s:4:\"name\";s:5:\"BOSCH\";s:3:\"nbr\";s:1:\"4\";}i:9;a:2:{s:4:\"name\";s:3:\"NGK\";s:3:\"nbr\";s:1:\"6\";}i:10;a:2:{s:4:\"name\";s:5:\"VALEO\";s:3:\"nbr\";s:1:\"3\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"État\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:4:\"Neuf\";s:3:\"nbr\";s:2:\"27\";}s:4:\"used\";a:2:{s:4:\"name\";s:8:\"Utilisé\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:14:\"Reconditionné\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:4:\"Prix\";s:3:\"max\";d:151;s:3:\"min\";d:1;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:3:\" \";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:27;s:5:\"value\";N;}}}")
5440 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:193
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.condition
5227 ms 140 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1' GROUP BY p.id_product) p
4939 ms 140 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
4434 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
4352 ms 398 Yes /classes/Category.php:718
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tm_hook_module` hm
STRAIGHT_JOIN `tm_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tm_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
4316 ms 498 /classes/Hook.php:504
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2043
4199 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%footer_page%" AND cs.id_shop="1";
4198 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value
4197 ms 140 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tm_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tm_hook_alias` ha
INNER JOIN `tm_hook` h ON ha.name = h.name
4076 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2036) AND (b.`id_shop` = 1) LIMIT 1
3823 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tm_layered_category WHERE id_category = 60 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC
3809 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Block.php:108
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2036
ORDER BY f.position ASC
3570 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM tm_product p LEFT JOIN tm_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tm_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tm_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN tm_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 36
3528 ms 560 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE * FROM `tm_currency` c ORDER BY `iso_code` ASC
3268 ms 1 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `tm_country` c  INNER JOIN tm_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `tm_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `tm_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
3064 ms 241 Yes /classes/Country.php:147
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2028
LIMIT 1
3054 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1999
LIMIT 1
3052 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
3009 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1952)
2967 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tm_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
2912 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1999 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1999 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2758 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
2695 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2028
ORDER BY f.position ASC
2614 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2007
ORDER BY f.position ASC
2546 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2968) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2543 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2043) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2538 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2018
LIMIT 1
2503 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_guest`
FROM `tm_connections`
WHERE `id_guest` = 6745735
AND `date_add` > '2025-04-17 13:47:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
2500 ms 1 Yes /classes/Connection.php:154
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2011) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2482 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `tm_category` c
INNER JOIN tm_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tm_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `tm_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 60
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2476 ms 9 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
2423 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2034)
2402 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2006
2384 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM tm_product p INNER JOIN tm_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 8) INNER JOIN tm_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tm_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tm_category_group cg ON (cg.id_category = c.id_category) INNER JOIN tm_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='78' AND p.id_manufacturer IN (7, 3, 14, 20) AND ps.id_shop='1'
2376 ms 70 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2907) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2369 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE value FROM `tm_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
2354 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2026
2336 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2034 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2333 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1952
LIMIT 1
2297 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
2290 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2036
LIMIT 1
2259 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2026
ORDER BY f.position ASC
2248 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2028 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2203 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2007
LIMIT 1
2174 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
2173 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2011
2164 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2006
LIMIT 1
2144 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE lower(name) as name
FROM `tm_hook` h
WHERE (h.active = 1)
2122 ms 884 /classes/Hook.php:1283
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2001
ORDER BY f.position ASC
2112 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2036 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2036 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2068 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2006 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2006 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
2026 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2001
LIMIT 1
2012 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tm_feature` f  INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1975 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2886
LIMIT 1
1949 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2038
LIMIT 1
1947 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2815) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1936 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1952 AND `id_group` = 1 LIMIT 1
1929 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2014
ORDER BY f.position ASC
1895 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2044
LIMIT 1
1894 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
1882 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2011
LIMIT 1
1880 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2020) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1872 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tm_feature` f  INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1859 ms 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
1851 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2886) AND (b.`id_shop` = 1) LIMIT 1
1844 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2001) AND (b.`id_shop` = 1) LIMIT 1
1843 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2001 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2001 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1824 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tm_hook`
1823 ms 884 /classes/Hook.php:1243
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2021 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2021 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1816 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1952 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1815 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1
1808 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2037
ORDER BY f.position ASC
1792 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
1790 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2043
LIMIT 1
1784 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2007) AND (b.`id_shop` = 1) LIMIT 1
1769 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2038 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1765 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2044 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2044 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1750 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2023
ORDER BY f.position ASC
1749 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2023 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1740 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2001) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1712 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2028)
1711 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2886
ORDER BY f.position ASC
1709 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2886) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1685 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2010
ORDER BY f.position ASC
1679 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2014 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1651 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2815
ORDER BY f.position ASC
1641 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2006
ORDER BY f.position ASC
1638 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1632 ms 22 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2044 AND `id_group` = 1 LIMIT 1
1631 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2020
ORDER BY f.position ASC
1626 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2026) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1617 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1
1613 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2006
ORDER BY `position`
1610 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1952
ORDER BY f.position ASC
1607 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2011
ORDER BY f.position ASC
1607 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2034
ORDER BY `position`
1593 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2010 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2010 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1589 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2886)
1582 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2028 AND id_shop=1 LIMIT 1
1582 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2028) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1578 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2034
LIMIT 1
1578 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2712
ORDER BY `position`
1577 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2001
ORDER BY `position`
1573 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1999
ORDER BY f.position ASC
1570 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2548) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1558 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2018 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1546 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2038
ORDER BY f.position ASC
1540 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2034) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1527 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2007 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2007 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1522 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%nav_top%" AND cs.id_shop="1";
1520 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2044
ORDER BY `position`
1520 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2041) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1513 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tm_meta` m
LEFT JOIN `tm_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1508 ms 60 Yes /classes/Dispatcher.php:650
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2712 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2712 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1508 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2043
AND image_shop.`cover` = 1 LIMIT 1
1506 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2011 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1504 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2011) AND (b.`id_shop` = 1) LIMIT 1
1501 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2020) AND (b.`id_shop` = 1) LIMIT 1
1500 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2021) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1499 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2043
ORDER BY f.position ASC
1498 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2041
ORDER BY f.position ASC
1494 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2026 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2026 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1488 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1480 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2036
ORDER BY `position`
1477 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1466 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2010
ORDER BY `position`
1454 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1453 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE psgdpr.active FROM `tm_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 22 LIMIT 1
1446 ms 8 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1999)
1442 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2041 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2041 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1432 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2020
ORDER BY `position`
1429 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2021
ORDER BY f.position ASC
1419 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1952
AND image_shop.`cover` = 1 LIMIT 1
1416 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2548 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2548 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1415 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2023
LIMIT 1
1414 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2023) AND (b.`id_shop` = 1) LIMIT 1
1413 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1952 AND id_shop=1 LIMIT 1
1410 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2014
AND image_shop.`cover` = 1 LIMIT 1
1410 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2712
ORDER BY f.position ASC
1406 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2014
LIMIT 1
1406 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2037 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2037 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1404 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE * FROM `tm_state` ORDER BY `name` ASC
1401 ms 352 Yes /classes/Country.php:154
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2548
LIMIT 1
1394 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2815
ORDER BY `position`
1391 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2815) AND (b.`id_shop` = 1) LIMIT 1
1385 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2886 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2886 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1384 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2034
ORDER BY f.position ASC
1379 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2043) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1373 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2037
LIMIT 1
1368 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2044
AND image_shop.`cover` = 1 LIMIT 1
1364 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2712) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1358 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2007) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1350 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2968) AND (b.`id_shop` = 1) LIMIT 1
1326 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1326 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2968
ORDER BY f.position ASC
1324 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2815 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2815 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1322 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2041) AND (b.`id_shop` = 1) LIMIT 1
1321 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2548
ORDER BY `position`
1321 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
1320 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2018) AND (b.`id_shop` = 1) LIMIT 1
1316 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2010
LIMIT 1
1314 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2043 AND `id_group` = 1 LIMIT 1
1310 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1952) AND (b.`id_shop` = 1) LIMIT 1
1309 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2043) AND (b.`id_shop` = 1) LIMIT 1
1308 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2007
1308 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2007
AND image_shop.`cover` = 1 LIMIT 1
1294 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2036) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1293 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2044) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1290 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2026
LIMIT 1
1290 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2548
ORDER BY f.position ASC
1288 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1286 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1999) AND (b.`id_shop` = 1) LIMIT 1
1285 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2014) AND (b.`id_shop` = 1) LIMIT 1
1283 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1999
AND image_shop.`cover` = 1 LIMIT 1
1283 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2010) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1281 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2712
AND image_shop.`cover` = 1 LIMIT 1
1279 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tm_shop_url su
LEFT JOIN tm_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tony-motorrad.fr' OR su.domain_ssl = 'tony-motorrad.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1268 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2010)
1267 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2037) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1262 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM tm_shop_group gs
LEFT JOIN tm_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tm_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
1259 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE *
FROM `tm_currency_lang`
WHERE `id_currency` = 1
1257 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2021
LIMIT 1
1252 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2815
LIMIT 1
1246 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2041
LIMIT 1
1245 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1952
ORDER BY `position`
1241 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tm_layered_category
WHERE id_category = 60
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1239 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2026)
1232 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2020 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2020 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1231 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2037
ORDER BY `position`
1231 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2038) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1227 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2907) AND (b.`id_shop` = 1) LIMIT 1
1224 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2006) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1221 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2014
ORDER BY `position`
1218 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitcontactpage" LIMIT 1
1217 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2044
1216 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
1199 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2968 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2968 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1198 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2044
ORDER BY f.position ASC
1196 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1189 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2026
ORDER BY `position`
1188 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2018
ORDER BY `position`
1182 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2020
LIMIT 1
1176 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2041
ORDER BY `position`
1175 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2018
AND image_shop.`cover` = 1 LIMIT 1
1164 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1
1164 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2712) AND (b.`id_shop` = 1) LIMIT 1
1146 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2021) AND (b.`id_shop` = 1) LIMIT 1
1141 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
1139 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2038) AND (b.`id_shop` = 1) LIMIT 1
1137 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2034) AND (b.`id_shop` = 1) LIMIT 1
1133 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2036)
1127 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2010
AND image_shop.`cover` = 1 LIMIT 1
1124 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2548) AND (b.`id_shop` = 1) LIMIT 1
1123 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2001
AND image_shop.`cover` = 1 LIMIT 1
1121 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
1119 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2036) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1117 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2026) AND (b.`id_shop` = 1) LIMIT 1
1114 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2041
AND image_shop.`cover` = 1 LIMIT 1
1114 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2548
1109 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2907
AND image_shop.`cover` = 1 LIMIT 1
1103 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1999) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1102 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1098 ms 22 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1097 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE c.id_contact FROM `tm_ets_ctf_contact` c
INNER JOIN `tm_ets_ctf_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `tm_ets_ctf_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1 AND c.hook like "%displayTop%" AND cs.id_shop="1";
1096 ms 2 /modules/ets_contactform7/classes/Contact.php:217
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tm_currency` c
LEFT JOIN tm_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
1091 ms 1 /classes/Currency.php:1126
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2815 AND `id_group` = 1 LIMIT 1
1090 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2044) AND (b.`id_shop` = 1) LIMIT 1
1088 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tm_product_attribute` pa
INNER JOIN tm_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1086 ms 1 Yes Yes /classes/Product.php:4494
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
1085 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
1085 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2907
LIMIT 1
1083 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2026 AND `id_group` = 1 LIMIT 1
1080 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
1080 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2034
AND image_shop.`cover` = 1 LIMIT 1
1075 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2886
AND image_shop.`cover` = 1 LIMIT 1
1074 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2023)
1072 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2712
LIMIT 1
1068 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1999
ORDER BY `position`
1062 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tm_category` c
LEFT JOIN `tm_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = '12 - Electricité moteur'
AND c.`id_category` != 2
AND c.`id_parent` = 60 LIMIT 1
1061 ms 2 /classes/Category.php:1490
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2010) AND (b.`id_shop` = 1) LIMIT 1
1050 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE tr.*
FROM `tm_tax_rule` tr
JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
1048 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tm_lang` l
JOIN tm_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
1036 ms 1 /classes/Language.php:1198
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2026
AND image_shop.`cover` = 1 LIMIT 1
1033 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2028) AND (b.`id_shop` = 1) LIMIT 1
1029 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2038
ORDER BY `position`
1018 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
1016 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2006)
1012 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2023
ORDER BY `position`
1012 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tm_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2907 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2907 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1007 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2023
AND image_shop.`cover` = 1 LIMIT 1
1000 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2011)
998 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
998 ms 8 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2018 AND `id_group` = 1 LIMIT 1
997 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_currency` a
LEFT JOIN `tm_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tm_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
993 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 1952
980 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2011
AND image_shop.`cover` = 1 LIMIT 1
970 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
966 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2886
ORDER BY `position`
958 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2037) AND (b.`id_shop` = 1) LIMIT 1
956 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-17 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM tm_product p
LEFT JOIN tm_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tm_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 2968
LIMIT 1
954 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE data FROM tm_layered_filter_block WHERE hash="1346d5bf5d7565e7d2064906b09b818a" LIMIT 1
952 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2011
ORDER BY `position`
948 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2026) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
940 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2001)
939 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tm_feature_product pf
LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tm_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2907
ORDER BY f.position ASC
934 ms 1 Yes /classes/Product.php:5912
SELECT SQL_NO_CACHE `name`, `alias` FROM `tm_hook_alias`
932 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE *
FROM `tm_lang` a
LEFT JOIN `tm_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
930 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2006) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
929 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
925 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2907)
924 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category` a0
LEFT JOIN `tm_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 406) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
924 ms 2 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
924 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2815)
921 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2014)
913 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2038
AND image_shop.`cover` = 1 LIMIT 1
905 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
902 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2028
ORDER BY `position`
898 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE *
FROM `tm_group` a
LEFT JOIN `tm_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
897 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2036
AND image_shop.`cover` = 1 LIMIT 1
896 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
895 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2028
AND image_shop.`cover` = 1 LIMIT 1
895 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
893 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
891 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tm_module` m
LEFT JOIN `tm_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
891 ms 99 /classes/module/Module.php:340
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2043)
890 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2020
AND image_shop.`cover` = 1 LIMIT 1
888 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
888 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2006) AND (b.`id_shop` = 1) LIMIT 1
884 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2815
AND image_shop.`cover` = 1 LIMIT 1
880 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tm_lang` l
LEFT JOIN `tm_lang_shop` ls ON (l.id_lang = ls.id_lang)
876 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2021
ORDER BY `position`
873 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
873 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2037)
872 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
869 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
862 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2815 AND id_shop=1 LIMIT 1
860 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2043
ORDER BY `position`
860 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2044) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
852 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
851 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2021
AND image_shop.`cover` = 1 LIMIT 1
848 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 61 AND `id_shop` = 1 LIMIT 1
848 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
847 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2026 AND id_shop=1 LIMIT 1
845 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 1999) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
845 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2021)
843 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2968)
836 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2014 AND `id_group` = 1 LIMIT 1
836 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2038)
834 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
831 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2712)
830 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2007
ORDER BY `position`
829 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE c.id_elementor FROM tm_iqit_elementor_category c WHERE c.id_category = 60 LIMIT 1
826 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2548)
825 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2907
ORDER BY `position`
825 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2007)
823 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2018
821 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `name`
FROM `tm_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
814 ms 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2021 AND `id_group` = 1 LIMIT 1
813 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2968
ORDER BY `position`
812 ms 1 Yes /classes/Product.php:3523
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
803 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2968 AND `id_group` = 1 LIMIT 1
801 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
799 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
799 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2010) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
798 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
797 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2001) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
796 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2044)
794 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
790 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2028) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
787 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tm_shop s
LEFT JOIN tm_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
785 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2018)
781 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
777 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tm_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
773 ms 8 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE name, alias FROM `tm_hook_alias`
768 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2001
764 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
762 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
758 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
756 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE 1 FROM tm_cart_product cp INNER JOIN tm_product p
ON (p.id_product = cp.id_product) INNER JOIN tm_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
756 ms 1 /classes/Cart.php:4218
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 1999 AND `id_group` = 1 LIMIT 1
755 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE * FROM tm_revslider_sliders
752 ms 1 /modules/revsliderprestashop/includes/revslider_db.class.php:214
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
746 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
742 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2548
AND image_shop.`cover` = 1 LIMIT 1
740 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2968
AND image_shop.`cover` = 1 LIMIT 1
733 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2023
723 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2036 AND `id_group` = 1 LIMIT 1
722 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE format
FROM `tm_address_format`
WHERE `id_country` = 8 LIMIT 1
722 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2041)
721 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
718 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tm_hook_module_exceptions`
WHERE `id_shop` IN (1)
717 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE *
FROM `tm_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
716 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_group_lang`
WHERE `id_group` = 1
716 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2034) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
713 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2041
712 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2007) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
712 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2006
AND image_shop.`cover` = 1 LIMIT 1
711 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2037
708 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2886 AND `id_group` = 1 LIMIT 1
708 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1
702 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
697 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2815
696 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1
696 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
691 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
691 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2020) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
687 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_languageselector" LIMIT 1
686 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
685 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2021) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
684 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
684 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tm_country` a
LEFT JOIN `tm_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tm_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
679 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2010 AND `id_group` = 1 LIMIT 1
678 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
677 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
673 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 81 LIMIT 1
671 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2028 AND `id_group` = 1 LIMIT 1
666 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2001 AND `id_group` = 1 LIMIT 1
665 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_currencyselector" LIMIT 1
661 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
660 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `reduction`
FROM `tm_group`
WHERE `id_group` = 1 LIMIT 1
656 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `iso_code`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
656 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE id_shop
FROM `tm_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
654 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_lang` FROM `tm_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
651 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tm_image` i
INNER JOIN tm_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2037
AND image_shop.`cover` = 1 LIMIT 1
650 ms 1 /classes/Product.php:3548
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2038
650 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2815) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
649 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
649 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2020
645 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2712 AND `id_group` = 1 LIMIT 1
645 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2968
643 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2020 AND `id_group` = 1 LIMIT 1
638 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
637 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2010
635 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
632 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
632 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
631 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `name`
FROM `tm_hook`
WHERE `id_hook` = 746 LIMIT 1
630 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2038 AND `id_group` = 1 LIMIT 1
629 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 79 LIMIT 1
627 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2712
624 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tm_category_group ctg
WHERE ctg.`id_category` = 60 AND ctg.`id_group` = 1 LIMIT 1
623 ms 1 /classes/Category.php:1736
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2886) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
615 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2020)
612 ms 1 /classes/Product.php:3835
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2968) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
611 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2041) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
609 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tm_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
609 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tm_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
608 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
598 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2023 AND `id_group` = 1 LIMIT 1
598 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2036
597 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2007 AND `id_group` = 1 LIMIT 1
596 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_tax_lang`
WHERE `id_tax` = 1
596 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2028
595 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
595 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
594 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2548 AND `id_group` = 1 LIMIT 1
590 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2006 AND `id_group` = 1 LIMIT 1
587 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
582 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2021
582 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2011 AND `id_group` = 1 LIMIT 1
578 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
576 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 1999 AND id_shop=1 LIMIT 1
573 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2014
571 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE *
FROM `tm_country_lang`
WHERE `id_country` = 8
571 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 398 LIMIT 1
570 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2041 AND `id_group` = 1 LIMIT 1
570 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE id_shop
FROM `tm_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
569 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE psgdprl.message FROM `tm_psgdpr_consent` psgdpr
LEFT JOIN tm_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 22 AND psgdprl.id_lang =1 LIMIT 1
565 ms 8 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2907 AND `id_group` = 1 LIMIT 1
563 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tm_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
561 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
558 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
555 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
553 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2038) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
551 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
551 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2037) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
547 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2712) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
546 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitmegamenu" LIMIT 1
546 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
545 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
537 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
533 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 151 LIMIT 1
530 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2034 AND `id_group` = 1 LIMIT 1
528 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2886
528 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2038 AND id_shop=1 LIMIT 1
526 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
525 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 151 LIMIT 1
525 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2907
522 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
521 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2020 AND id_shop=1 LIMIT 1
519 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE c.id_currency
FROM `tm_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
518 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
517 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = 2907) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
517 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
516 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tm_product_attribute`
WHERE `id_product` = 2034
516 ms 1 /classes/Product.php:2885
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
516 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "iqitproductsnav" LIMIT 1
514 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 398 LIMIT 1
512 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2034 AND id_shop=1 LIMIT 1
510 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
508 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tm_required_field
502 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE `id_order`
FROM `tm_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
496 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2041 AND id_shop=1 LIMIT 1
494 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2886 AND id_shop=1 LIMIT 1
493 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tm_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 80 LIMIT 1
493 ms 1 /classes/Category.php:1377
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facebook" LIMIT 1
490 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2014 AND id_shop=1 LIMIT 1
489 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2043 AND id_shop=1 LIMIT 1
489 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 81 LIMIT 1
486 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2548 AND id_shop=1 LIMIT 1
482 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
465 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2712 AND id_shop=1 LIMIT 1
465 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_accounts" LIMIT 1
463 ms 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2021 AND id_shop=1 LIMIT 1
460 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2023 AND id_shop=1 LIMIT 1
460 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2001 AND id_shop=1 LIMIT 1
460 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2010 AND id_shop=1 LIMIT 1
458 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2006 AND id_shop=1 LIMIT 1
457 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2036 AND id_shop=1 LIMIT 1
454 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2011 AND id_shop=1 LIMIT 1
453 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `reduction`
FROM `tm_product_group_reduction_cache`
WHERE `id_product` = 2037 AND `id_group` = 1 LIMIT 1
450 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tm_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
448 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2018 AND id_shop=1 LIMIT 1
442 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2037 AND id_shop=1 LIMIT 1
439 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE id_shop
FROM `tm_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
430 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2907 AND id_shop=1 LIMIT 1
425 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2007 AND id_shop=1 LIMIT 1
410 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_module` FROM `tm_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1
410 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 80 LIMIT 1
407 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `tm_pscheckout_funding_source`
WHERE `id_shop` = 1
403 ms 1 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2044 AND id_shop=1 LIMIT 1
402 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tm_product_shop`
WHERE `id_product` = 2968 AND id_shop=1 LIMIT 1
392 ms 1 /classes/Product.php:6766
SELECT SQL_NO_CACHE name FROM tm_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 79 LIMIT 1
388 ms 1 /classes/Product.php:5629
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tm_country`
WHERE `id_country` = 8 LIMIT 1
384 ms 1 /classes/Country.php:401

Doubles

27 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,<span style="color:blue">XX</span>) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tm_product` p
INNER JOIN `tm_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
LEFT JOIN `tm_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
WHERE (p.`id_product` = <span style="color:blue">XX</span>)
27 queries
                            SELECT `id_tax_rules_group`
                            FROM `tm_product_shop`
                            WHERE `id_product` = <span style="color:blue">XX</span> AND id_shop=<span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
27 queries
SELECT image_shop.`id_image`
                    FROM `tm_image` i
                     INNER JOIN tm_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
                    WHERE i.`id_product` = <span style="color:blue">XX</span>
                    AND image_shop.`cover` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
27 queries
SELECT `id_product_attribute`
            FROM `tm_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
27 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tm_image` i
             INNER JOIN tm_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
            LEFT JOIN `tm_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = <span style="color:blue">XX</span>)
            WHERE i.`id_product` = <span style="color:blue">XX</span>
            ORDER BY `position`
27 queries
                SELECT name, value, pf.id_feature, f.position
                FROM tm_feature_product pf
                LEFT JOIN tm_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tm_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tm_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                 INNER JOIN tm_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = <span style="color:blue">XX</span>)
                WHERE pf.id_product = <span style="color:blue">XX</span>
                ORDER BY f.position ASC
27 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), <span style="color:blue">XX</span>) as deep_quantity,
            COALESCE(SUM(first_level_quantity), <span style="color:blue">XX</span>) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, <span style="color:blue">XX</span> as pack_quantity
          FROM `tm_cart_product` cp
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND cp.`id_product` = <span style="color:blue">XX</span> UNION SELECT <span style="color:blue">XX</span> as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `tm_cart_product` cp JOIN `tm_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tm_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND p.`id_product_item` = <span style="color:blue">XX</span> AND (pr.`pack_stock_type` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) OR (
            pr.`pack_stock_type` = <span style="color:blue">XX</span>
            AND <span style="color:blue">XX</span> = <span style="color:blue">XX</span>
        ))) as q LIMIT <span style="color:blue">XX</span>
27 queries
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, <span style="color:blue">XX</span> qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `tm_product_attribute` pa
             INNER JOIN tm_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
            JOIN `tm_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tm_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tm_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = <span style="color:blue">XX</span>)
            JOIN `tm_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (<span style="color:blue">XX</span>) AND ag.`is_color_group` = <span style="color:blue">XX</span>
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
27 queries
SELECT `id_order`
            FROM `tm_orders`
            WHERE `id_cart` = <span style="color:blue">XX</span> AND id_shop IN (<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
27 queries
SELECT SUM(quantity)
FROM `tm_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
27 queries
			SELECT `reduction`
			FROM `tm_product_group_reduction_cache`
			WHERE `id_product` = <span style="color:blue">XX</span> AND `id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
27 queries
SELECT name FROM tm_category_lang WHERE id_shop = <span style="color:blue">XX</span> AND id_lang = <span style="color:blue">XX</span> AND id_category = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
27 queries
SELECT *
FROM `tm_product` a
LEFT JOIN `tm_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tm_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_product` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
27 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, <span style="color:blue">XX</span>) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>',
                            INTERVAL <span style="color:blue">XX</span> DAY
                        )
                    ) > <span style="color:blue">XX</span>) as new
                FROM tm_product p
                LEFT JOIN tm_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = <span style="color:blue">XX</span>
                    AND pl.id_lang = <span style="color:blue">XX</span>
                LEFT JOIN tm_stock_available sa   ON sa.id_product = p.id_product
			        AND sa.id_shop = <span style="color:blue">XX</span> LEFT JOIN tm_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = <span style="color:blue">XX</span>
			    WHERE p.id_product = <span style="color:blue">XX</span>
			    LIMIT <span style="color:blue">XX</span>
10 queries
SELECT `id_module` FROM `tm_module_shop` WHERE `id_module` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
10 queries
SELECT *
FROM `tm_category` a
LEFT JOIN `tm_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tm_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
5 queries
			SELECT cl.`link_rewrite`
			FROM `tm_category_lang` cl
			WHERE `id_lang` = <span style="color:blue">XX</span>
			 AND cl.id_shop = <span style="color:blue">XX</span> 
			AND cl.`id_category` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
5 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tm_module` m
                LEFT JOIN `tm_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
2 queries
            SELECT `name`, `active`, `position`
            FROM `tm_pscheckout_funding_source`
            WHERE `id_shop` = <span style="color:blue">XX</span>
2 queries
SELECT `id_lang` FROM `tm_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT <span style="color:blue">XX</span>
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `tm_manufacturer` m INNER JOIN tm_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = <span style="color:blue">XX</span>)INNER JOIN `tm_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = <span style="color:blue">XX</span>)WHERE <span style="color:blue">XX</span> AND m.`active` = <span style="color:blue">XX</span> ORDER BY m.`name` ASC
		
2 queries
				SELECT tr.*
				FROM `tm_tax_rule` tr
				JOIN `tm_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = <span style="color:blue">XX</span>
				AND tr.`id_country` = <span style="color:blue">XX</span>
				AND tr.`id_tax_rules_group` = <span style="color:blue">XX</span>
				AND tr.`id_state` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>)
				AND ('<span style="color:blue">XX</span>' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = <span style="color:blue">XX</span> AND tr.`zipcode_from` IN(<span style="color:blue">XX</span>, '<span style="color:blue">XX</span>')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `tm_feature` f  INNER JOIN tm_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = <span style="color:blue">XX</span>) LEFT JOIN `tm_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = <span style="color:blue">XX</span>) LEFT JOIN `tm_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `tm_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = <span style="color:blue">XX</span>) ORDER BY f.`position` ASC

Tables stress

116 product_shop
116 product
60 stock_available
60 product_attribute
55 cart_product
54 image_shop
54 product_attribute_shop
54 image
54 product_lang
47 category_lang
33 product_attribute_combination
29 feature
29 feature_lang
29 feature_shop
28 feature_product
27 attribute_group
27 attribute_lang
27 product_group_reduction_cache
27 orders
27 pack
27 feature_value_lang
27 attribute
27 image_lang
23 category
18 module
17 module_shop
13 category_shop
10 category_group
9 category_product
7 hook
6 product_sale
5 currency
5 country
5 lang
4 shop
4 shop_url
4 lang_shop
4 currency_shop
3 ets_ctf_contact
3 ets_ctf_contact_shop
3 manufacturer
3 hook_alias
3 ets_ctf_contact_lang
3 country_shop
3 country_lang
2 tax_rule
2 tax_rules_group
2 psgdpr_consent
2 layered_category
2 layered_indexable_feature_lang_value
2 configuration
2 group_shop
2 layered_indexable_feature
2 image_type
2 currency_lang
2 hook_module
2 pscheckout_funding_source
2 shop_group
2 manufacturer_shop
2 manufacturer_lang
2 group
1 configuration_lang
1 module_group
1 meta
1 psgdpr_consent_lang
1 meta_lang
1 iqit_elementor_category
1 group_lang
1 hook_module_exceptions
1 tax_lang
1 tax
1 zone
1 state
1 address_format
1 required_field
1 revslider_sliders
1 layered_price_index
1 layered_filter_block
1 connections

ObjectModel instances

Name Instances Source
Product 81 /classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
Combination 27 /classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
/classes/Product.php [5817]
Category 15 /controllers/front/listing/CategoryController.php [89]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/classes/Meta.php [380]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Product/Search.php [103]
/modules/ps_facetedsearch/src/Filters/Block.php [139]
Address 4 /classes/shop/Shop.php [469]
/classes/Product.php [3669]
/classes/Product.php [3779]
/classes/Product.php [5855]
Country 3 /config/config.inc.php [159]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
Language 2 /config/config.inc.php [224]
/classes/Tools.php [581]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [701]
Shop 1 /config/config.inc.php [130]
Tax 1 /classes/tax/TaxRulesTaxManager.php [116]
State 1 /classes/controller/FrontController.php [1676]
AddressFormat 1 /classes/controller/FrontController.php [1671]
Gender 1 /classes/controller/FrontController.php [1606]
Risk 1 /classes/controller/FrontController.php [1609]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Customer 1 /config/config.inc.php [273]
ShopGroup 1 /classes/shop/Shop.php [557]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php [774]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/react/promise/src/functions_include.php
11 /vendor/react/promise/src/functions.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-php72/bootstrap.php
14 /vendor/symfony/polyfill-intl-idn/bootstrap.php
15 /vendor/symfony/polyfill-ctype/bootstrap.php
16 /vendor/symfony/polyfill-mbstring/bootstrap.php
17 /vendor/symfony/polyfill-php73/bootstrap.php
18 /vendor/symfony/polyfill-iconv/bootstrap.php
19 /vendor/jakeasmith/http_build_url/src/http_build_url.php
20 /vendor/markbaker/complex/classes/src/functions/abs.php
21 /vendor/markbaker/complex/classes/src/functions/acos.php
22 /vendor/markbaker/complex/classes/src/functions/acosh.php
23 /vendor/markbaker/complex/classes/src/functions/acot.php
24 /vendor/markbaker/complex/classes/src/functions/acoth.php
25 /vendor/markbaker/complex/classes/src/functions/acsc.php
26 /vendor/markbaker/complex/classes/src/functions/acsch.php
27 /vendor/markbaker/complex/classes/src/functions/argument.php
28 /vendor/markbaker/complex/classes/src/functions/asec.php
29 /vendor/markbaker/complex/classes/src/functions/asech.php
30 /vendor/markbaker/complex/classes/src/functions/asin.php
31 /vendor/markbaker/complex/classes/src/functions/asinh.php
32 /vendor/markbaker/complex/classes/src/functions/atan.php
33 /vendor/markbaker/complex/classes/src/functions/atanh.php
34 /vendor/markbaker/complex/classes/src/functions/conjugate.php
35 /vendor/markbaker/complex/classes/src/functions/cos.php
36 /vendor/markbaker/complex/classes/src/functions/cosh.php
37 /vendor/markbaker/complex/classes/src/functions/cot.php
38 /vendor/markbaker/complex/classes/src/functions/coth.php
39 /vendor/markbaker/complex/classes/src/functions/csc.php
40 /vendor/markbaker/complex/classes/src/functions/csch.php
41 /vendor/markbaker/complex/classes/src/functions/exp.php
42 /vendor/markbaker/complex/classes/src/functions/inverse.php
43 /vendor/markbaker/complex/classes/src/functions/ln.php
44 /vendor/markbaker/complex/classes/src/functions/log2.php
45 /vendor/markbaker/complex/classes/src/functions/log10.php
46 /vendor/markbaker/complex/classes/src/functions/negative.php
47 /vendor/markbaker/complex/classes/src/functions/pow.php
48 /vendor/markbaker/complex/classes/src/functions/rho.php
49 /vendor/markbaker/complex/classes/src/functions/sec.php
50 /vendor/markbaker/complex/classes/src/functions/sech.php
51 /vendor/markbaker/complex/classes/src/functions/sin.php
52 /vendor/markbaker/complex/classes/src/functions/sinh.php
53 /vendor/markbaker/complex/classes/src/functions/sqrt.php
54 /vendor/markbaker/complex/classes/src/functions/tan.php
55 /vendor/markbaker/complex/classes/src/functions/tanh.php
56 /vendor/markbaker/complex/classes/src/functions/theta.php
57 /vendor/markbaker/complex/classes/src/operations/add.php
58 /vendor/markbaker/complex/classes/src/operations/subtract.php
59 /vendor/markbaker/complex/classes/src/operations/multiply.php
60 /vendor/markbaker/complex/classes/src/operations/divideby.php
61 /vendor/markbaker/complex/classes/src/operations/divideinto.php
62 /vendor/markbaker/matrix/classes/src/Functions/adjoint.php
63 /vendor/markbaker/matrix/classes/src/Functions/antidiagonal.php
64 /vendor/markbaker/matrix/classes/src/Functions/cofactors.php
65 /vendor/markbaker/matrix/classes/src/Functions/determinant.php
66 /vendor/markbaker/matrix/classes/src/Functions/diagonal.php
67 /vendor/markbaker/matrix/classes/src/Functions/identity.php
68 /vendor/markbaker/matrix/classes/src/Functions/inverse.php
69 /vendor/markbaker/matrix/classes/src/Functions/minors.php
70 /vendor/markbaker/matrix/classes/src/Functions/trace.php
71 /vendor/markbaker/matrix/classes/src/Functions/transpose.php
72 /vendor/markbaker/matrix/classes/src/Operations/add.php
73 /vendor/markbaker/matrix/classes/src/Operations/directsum.php
74 /vendor/markbaker/matrix/classes/src/Operations/subtract.php
75 /vendor/markbaker/matrix/classes/src/Operations/multiply.php
76 /vendor/markbaker/matrix/classes/src/Operations/divideby.php
77 /vendor/markbaker/matrix/classes/src/Operations/divideinto.php
78 /vendor/paragonie/random_compat/lib/random.php
79 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
80 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
81 /vendor/symfony/polyfill-apcu/bootstrap.php
82 /vendor/symfony/polyfill-intl-icu/bootstrap.php
83 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
84 /vendor/ircmaxell/password-compat/lib/password.php
85 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
86 /app/AppKernel.php
87 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
88 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
89 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
90 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
91 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
92 /config/alias.php
93 /classes/PrestaShopAutoload.php
94 /var/cache/prod/class_index.php
95 /config/bootstrap.php
96 /src/Core/ContainerBuilder.php
97 /src/Core/Foundation/IoC/Container.php
98 /src/Adapter/ServiceLocator.php
99 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
100 /var/cache/prod/appParameters.php
103 /classes/controller/Controller.php
105 /classes/ObjectModel.php
106 /src/Core/Foundation/Database/EntityInterface.php
108 /classes/db/Db.php
110 /classes/Hook.php
112 /classes/module/Module.php
113 /src/Core/Module/ModuleInterface.php
115 /classes/Tools.php
116 /classes/Context.php
117 /classes/shop/Shop.php
118 /classes/db/DbPDO.php
119 /classes/AddressFormat.php
120 /classes/Configuration.php
121 /classes/Validate.php
122 /classes/cache/Cache.php
123 /src/Adapter/EntityMapper.php
124 /classes/db/DbQuery.php
125 /src/Core/Addon/Theme/ThemeManagerBuilder.php
126 /src/Adapter/Configuration.php
127 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
128 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
129 /src/Core/ConfigurationInterface.php
130 /src/Core/Addon/Theme/ThemeRepository.php
131 /src/Core/Addon/AddonRepositoryInterface.php
132 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
133 /src/Core/Addon/Theme/Theme.php
134 /src/Core/Addon/AddonInterface.php
135 /vendor/shudrum/array-finder/ArrayFinder.php
136 /config/defines_uri.inc.php
137 /classes/Language.php
138 /src/Core/Language/LanguageInterface.php
139 /classes/Country.php
140 /classes/PrestaShopCollection.php
141 /classes/shop/ShopGroup.php
142 /classes/Cookie.php
143 /classes/PhpEncryption.php
144 /vendor/defuse/php-encryption/src/Core.php
145 /classes/PhpEncryptionEngine.php
146 /vendor/defuse/php-encryption/src/Key.php
147 /vendor/defuse/php-encryption/src/Encoding.php
148 /vendor/defuse/php-encryption/src/Crypto.php
149 /vendor/defuse/php-encryption/src/KeyOrPassword.php
150 /vendor/defuse/php-encryption/src/RuntimeTests.php
151 /vendor/defuse/php-encryption/src/DerivedKeys.php
152 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
153 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
154 /src/Core/Session/SessionHandler.php
155 /src/Core/Session/SessionHandlerInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
157 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
158 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
159 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
160 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
161 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
162 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
163 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
164 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
165 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
166 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
167 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
168 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
169 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
170 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
171 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
172 /config/smarty.config.inc.php
173 /vendor/smarty/smarty/libs/Smarty.class.php
174 /vendor/smarty/smarty/libs/Autoloader.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
176 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
177 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
178 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
179 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
180 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
181 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
184 /config/smartyfront.config.inc.php
185 /classes/Smarty/SmartyResourceModule.php
186 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
187 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
188 /classes/Smarty/SmartyResourceParent.php
189 /classes/Smarty/SmartyLazyRegister.php
190 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
191 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
192 /classes/Customer.php
193 /classes/Group.php
194 /classes/Link.php
195 /classes/shop/ShopUrl.php
196 /classes/Dispatcher.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
201 /src/Adapter/SymfonyContainer.php
202 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
203 /config/db_slave_server.inc.php
204 /modules/ph_simpleblog/ph_simpleblog.php
205 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
206 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
207 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
208 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
209 /modules/ph_simpleblog/vendor/autoload.php
210 /modules/ph_simpleblog/vendor/composer/autoload_real.php
211 /modules/ph_simpleblog/vendor/composer/platform_check.php
212 /modules/ph_simpleblog/vendor/composer/autoload_static.php
213 /modules/ph_simpleblog/models/SimpleBlogCategory.php
214 /modules/ph_simpleblog/models/SimpleBlogPost.php
215 /modules/ph_simpleblog/models/SimpleBlogPostType.php
216 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
217 /modules/ph_simpleblog/models/SimpleBlogTag.php
218 /modules/ph_simpleblog/models/SimpleBlogComment.php
219 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
220 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
221 /modules/ph_simpleblog/classes/BlogPostsFinder.php
222 /modules/ph_simpleblog/controllers/front/default_list.php
223 /classes/controller/ModuleFrontController.php
224 /classes/controller/FrontController.php
225 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
226 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
227 /classes/Translate.php
228 /modules/ph_simpleblog/translations/fr.php
229 /src/PrestaShopBundle/Translation/TranslatorComponent.php
230 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
231 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
232 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
233 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
234 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
235 /src/PrestaShopBundle/Translation/TranslatorInterface.php
236 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
237 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
240 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
241 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
242 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
243 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
244 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
245 /var/cache/prod/translations/catalogue.fr-FR.NXhscRe.php
246 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
247 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
249 /modules/ets_contactform7/ets_contactform7.php
250 /modules/ets_contactform7/classes/form-tag.php
251 /modules/ets_contactform7/classes/function.php
252 /modules/ets_contactform7/classes/Contact.php
253 /modules/ets_contactform7/classes/contact-form.php
254 /modules/ets_contactform7/classes/form-tags-manager.php
255 /modules/ets_contactform7/classes/submission.php
256 /modules/ets_contactform7/classes/mail.php
257 /modules/ets_contactform7/classes/pipe.php
258 /modules/ets_contactform7/classes/integration.php
259 /modules/ets_contactform7/classes/recaptcha.php
260 /modules/ets_contactform7/classes/validation.php
261 /modules/ets_contactform7/classes/ets_ctf_link_class.php
262 /modules/ets_contactform7/classes/ctf_browser.php
263 /modules/ets_contactform7/classes/ets_ctf_defines.php
264 /modules/ets_contactform7/classes/ContactMessage.php
265 /modules/ets_contactform7/translations/fr.php
266 /modules/colissimo/colissimo.php
267 /classes/module/CarrierModule.php
268 /modules/colissimo/classes/module.classes.php
269 /modules/colissimo/classes/ColissimoTools.php
270 /modules/colissimo/classes/ColissimoLink.php
271 /modules/colissimo/classes/ColissimoModuleConfiguration.php
272 /modules/colissimo/classes/ColissimoCarrier.php
273 /classes/Carrier.php
274 /modules/colissimo/classes/ColissimoService.php
275 /modules/colissimo/classes/ColissimoOrder.php
276 /modules/colissimo/classes/ColissimoLabel.php
277 /modules/colissimo/classes/ColissimoLabelProduct.php
278 /modules/colissimo/classes/ColissimoDepositSlip.php
279 /modules/colissimo/classes/ColissimoLabelGenerator.php
280 /modules/colissimo/classes/ColissimoPickupPoint.php
281 /modules/colissimo/classes/ColissimoCartPickupPoint.php
282 /modules/colissimo/classes/ColissimoTrackingCode.php
283 /modules/colissimo/classes/ColissimoOrderCarrier.php
284 /classes/order/OrderCarrier.php
285 /modules/colissimo/classes/ColissimoCustomCategory.php
286 /modules/colissimo/classes/ColissimoCustomProduct.php
287 /modules/colissimo/classes/ColissimoCustomDocument.php
288 /modules/colissimo/classes/ColissimoMerchantAddress.php
289 /modules/colissimo/classes/ColissimoAddress.php
290 /modules/colissimo/classes/ColissimoACE.php
291 /modules/colissimo/classes/migration/ColissimoOtherModuleInterface.php
292 /modules/colissimo/classes/migration/ColissimoMigration.php
293 /modules/colissimo/classes/migration/ColissimoSoflexibiliteMigration.php
294 /modules/colissimo/classes/migration/ColissimoSoniceEtiquetageMigration.php
295 /modules/colissimo/classes/migration/ColissimoColissimoSimpliciteMigration.php
296 /modules/colissimo/classes/migration/ColissimoSocolissimoMigration.php
297 /modules/colissimo/classes/logger/AbstractColissimoHandler.php
298 /modules/colissimo/classes/logger/ColissimoFileHandler.php
299 /modules/colissimo/classes/logger/ColissimoNullHandler.php
300 /modules/colissimo/classes/logger/ColissimoLogger.php
301 /modules/colissimo/lib/loader.php
302 /modules/colissimo/lib/ColissimoClient.php
303 /modules/colissimo/lib/Request/AbstractColissimoRequest.php
304 /modules/colissimo/lib/Request/ColissimoGenerateLabelRequest.php
305 /modules/colissimo/lib/Request/ColissimoGenerateBordereauRequest.php
306 /modules/colissimo/lib/Request/ColissimoWidgetAuthenticationRequest.php
307 /modules/colissimo/lib/Request/ColissimoMailboxDetailsRequest.php
308 /modules/colissimo/lib/Request/ColissimoTrackingEnrichiRequest.php
309 /modules/colissimo/lib/Request/ColissimoTrackingSimpleRequest.php
310 /modules/colissimo/lib/Request/ColissimoCheckGenerateLabelRequest.php
311 /modules/colissimo/lib/Request/ColissimoPlanPickupRequest.php
312 /modules/colissimo/lib/Request/ColissimoTrackingTimelineRequest.php
313 /modules/colissimo/lib/Request/ColissimoCreateCustomDocumentRequest.php
314 /modules/colissimo/lib/Request/ColissimoUpdateCustomDocumentRequest.php
315 /modules/colissimo/lib/Request/ColissimoBoxServicesRequest.php
316 /modules/colissimo/lib/Request/ColissimoboxConnectRequest.php
317 /modules/colissimo/lib/Request/ColissimoGenerateTokenRequest.php
318 /modules/colissimo/lib/Response/ColissimoReturnedResponseInterface.php
319 /modules/colissimo/lib/Response/AbstractColissimoResponse.php
320 /modules/colissimo/lib/Response/ColissimoResponseParser.php
321 /modules/colissimo/lib/Response/ColissimoGenerateLabelResponse.php
322 /modules/colissimo/lib/Response/ColissimoGenerateBordereauResponse.php
323 /modules/colissimo/lib/Response/ColissimoWidgetAuthenticationResponse.php
324 /modules/colissimo/lib/Response/ColissimoMailboxDetailsResponse.php
325 /modules/colissimo/lib/Response/ColissimoTrackingEnrichiResponse.php
326 /modules/colissimo/lib/Response/ColissimoTrackingSimpleResponse.php
327 /modules/colissimo/lib/Response/ColissimoCheckGenerateLabelResponse.php
328 /modules/colissimo/lib/Response/ColissimoPlanPickupResponse.php
329 /modules/colissimo/lib/Response/ColissimoTrackingTimelineResponse.php
330 /modules/colissimo/lib/Response/ColissimoCreateCustomDocumentResponse.php
331 /modules/colissimo/lib/Response/ColissimoUpdateCustomDocumentResponse.php
332 /modules/colissimo/lib/Response/ColissimoBoxServicesResponse.php
333 /modules/colissimo/lib/Response/ColissimoboxConnectResponse.php
334 /modules/colissimo/translations/fr.php
335 /modules/ps_mbo/ps_mbo.php
336 /modules/ps_mbo/vendor/autoload.php
337 /modules/ps_mbo/vendor/composer/autoload_real.php
338 /modules/ps_mbo/vendor/composer/platform_check.php
339 /modules/ps_mbo/vendor/composer/autoload_static.php
340 /modules/ps_mbo/translations/fr.php
341 /controllers/front/listing/CategoryController.php
342 /classes/controller/ProductListingFrontController.php
343 /classes/controller/ProductPresentingFrontController.php
344 /src/Adapter/Presenter/Object/ObjectPresenter.php
345 /src/Adapter/Presenter/PresenterInterface.php
346 /src/Adapter/Presenter/Cart/CartPresenter.php
347 /src/Adapter/Product/PriceFormatter.php
348 /src/Adapter/Image/ImageRetriever.php
349 /classes/tax/TaxConfiguration.php
350 /classes/Smarty/TemplateFinder.php
351 /classes/assets/StylesheetManager.php
352 /classes/assets/AbstractAssetManager.php
353 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
354 /classes/assets/JavascriptManager.php
355 /classes/assets/CccReducer.php
356 /modules/iqitthemeeditor/iqitthemeeditor.php
357 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
358 /modules/iqitthemeeditor/translations/fr.php
359 /classes/Category.php
360 /classes/webservice/WebserviceRequest.php
361 /src/Adapter/ContainerBuilder.php
362 /src/Adapter/Environment.php
363 /src/Core/EnvironmentInterface.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
365 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
366 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
367 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
368 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
369 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
370 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
371 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
372 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
373 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
375 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
376 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
377 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
378 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
379 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
380 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
411 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
412 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
413 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
414 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
415 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
418 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
419 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
420 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
421 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
422 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
423 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
424 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
425 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
426 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
427 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
428 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
429 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
430 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
431 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
432 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
433 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
434 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
435 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
436 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
437 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
438 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
439 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
440 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
441 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
442 /var/cache/prod/FrontContainer.php
443 /src/Adapter/Container/LegacyContainer.php
444 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
445 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
446 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
447 /vendor/psr/container/src/ContainerInterface.php
448 /src/Adapter/Container/LegacyContainerInterface.php
449 /modules/psaddonsconnect/vendor/autoload.php
450 /modules/psaddonsconnect/vendor/composer/autoload_real.php
451 /modules/psaddonsconnect/vendor/composer/autoload_static.php
452 /modules/psgdpr/vendor/autoload.php
453 /modules/psgdpr/vendor/composer/autoload_real.php
454 /modules/psgdpr/vendor/composer/autoload_static.php
455 /modules/ps_buybuttonlite/vendor/autoload.php
456 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
457 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
458 /modules/ps_checkout/vendor/autoload.php
459 /modules/ps_checkout/vendor/composer/autoload_real.php
460 /modules/ps_checkout/vendor/composer/platform_check.php
461 /modules/ps_checkout/vendor/composer/autoload_static.php
462 /modules/ps_checkout/vendor/symfony/polyfill-php70/bootstrap.php
463 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
464 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
465 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
466 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
467 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
468 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
469 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
470 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
471 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
472 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
473 /modules/ps_metrics/vendor/autoload.php
474 /modules/ps_metrics/vendor/composer/autoload_real.php
475 /modules/ps_metrics/vendor/composer/autoload_static.php
476 /modules/ps_metrics/vendor/clue/stream-filter/src/functions_include.php
477 /modules/ps_metrics/vendor/clue/stream-filter/src/functions.php
478 /modules/ps_metrics/vendor/ralouphie/getallheaders/src/getallheaders.php
479 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions_include.php
480 /modules/ps_metrics/vendor/guzzlehttp/psr7/src/functions.php
481 /modules/ps_metrics/vendor/php-http/message/src/filters.php
482 /modules/ps_facebook/vendor/autoload.php
483 /modules/ps_facebook/vendor/composer/autoload_real.php
484 /modules/ps_facebook/vendor/composer/autoload_static.php
485 /modules/psxmarketingwithgoogle/vendor/autoload.php
486 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
487 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
488 /modules/psxmarketingwithgoogle/vendor/symfony/polyfill-php80/bootstrap.php
489 /modules/iqitsociallogin/vendor/autoload.php
490 /modules/iqitsociallogin/vendor/composer/autoload_real.php
491 /modules/iqitsociallogin/vendor/composer/platform_check.php
492 /modules/iqitsociallogin/vendor/composer/autoload_static.php
493 /modules/paybox/vendor/autoload.php
494 /modules/paybox/vendor/composer/autoload_real.php
495 /modules/paybox/vendor/composer/platform_check.php
496 /modules/paybox/vendor/composer/autoload_static.php
497 /modules/colissimo/vendor/autoload.php
498 /modules/colissimo/vendor/composer/autoload_real.php
499 /modules/colissimo/vendor/composer/platform_check.php
500 /modules/colissimo/vendor/composer/autoload_static.php
501 /modules/ps_emailalerts/vendor/autoload.php
502 /modules/ps_emailalerts/vendor/composer/autoload_real.php
503 /modules/ps_emailalerts/vendor/composer/autoload_static.php
504 /modules/ps_accounts/vendor/autoload.php
505 /modules/ps_accounts/vendor/composer/autoload_real.php
506 /modules/ps_accounts/vendor/composer/platform_check.php
507 /modules/ps_accounts/vendor/composer/autoload_static.php
508 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
509 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
510 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
511 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
512 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
513 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
514 /modules/ps_eventbus/vendor/autoload.php
515 /modules/ps_eventbus/vendor/composer/autoload_real.php
516 /modules/ps_eventbus/vendor/composer/autoload_static.php
517 /src/Core/Localization/Locale/Repository.php
518 /src/Core/Localization/Locale/RepositoryInterface.php
519 /src/Core/Localization/CLDR/LocaleRepository.php
520 /src/Core/Localization/CLDR/LocaleDataSource.php
521 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
522 /src/Core/Data/Layer/AbstractDataLayer.php
523 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
524 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
525 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
526 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
527 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
528 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
529 /vendor/psr/cache/src/CacheItemPoolInterface.php
530 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
531 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
532 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
533 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
534 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
535 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
536 /vendor/psr/cache/src/CacheItemInterface.php
537 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
538 /src/Core/Localization/CLDR/Reader.php
539 /src/Core/Localization/CLDR/ReaderInterface.php
540 /src/Core/Localization/Currency/Repository.php
541 /src/Core/Localization/Currency/RepositoryInterface.php
542 /src/Core/Localization/Currency/CurrencyDataSource.php
543 /src/Core/Localization/Currency/DataSourceInterface.php
544 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
545 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
546 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
547 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
548 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
549 /src/Adapter/Currency/CurrencyDataProvider.php
550 /src/Core/Currency/CurrencyDataProviderInterface.php
551 /src/Adapter/LegacyContext.php
552 /src/Adapter/Tools.php
553 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
554 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
555 /vendor/prestashop/decimal/src/Operation/Rounding.php
556 /src/Core/Localization/Locale.php
557 /src/Core/Localization/LocaleInterface.php
558 /src/Core/Localization/Specification/Price.php
559 /src/Core/Localization/Specification/Number.php
560 /src/Core/Localization/Specification/NumberInterface.php
561 /src/Core/Localization/Specification/Factory.php
562 /src/Core/Localization/CLDR/LocaleData.php
563 /src/Core/Localization/CLDR/NumberSymbolsData.php
564 /src/Core/Localization/CLDR/CurrencyData.php
565 /src/Core/Localization/CLDR/Locale.php
566 /src/Core/Localization/CLDR/LocaleInterface.php
567 /src/Core/Localization/Specification/NumberSymbolList.php
568 /classes/Currency.php
569 /src/Core/Localization/Currency/LocalizedCurrencyId.php
570 /src/Core/Localization/Currency/CurrencyData.php
571 /src/Core/Localization/Currency/CurrencyCollection.php
572 /src/Core/Localization/Currency.php
573 /src/Core/Localization/CurrencyInterface.php
574 /src/Core/Localization/Specification/NumberCollection.php
575 /src/Core/Localization/Number/Formatter.php
576 /classes/Cart.php
577 /src/Adapter/AddressFactory.php
578 /classes/CartRule.php
579 /classes/Product.php
580 /src/Core/Domain/Product/ValueObject/RedirectType.php
581 /src/Core/Util/DateTime/DateTime.php
582 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
583 /classes/Pack.php
584 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
585 /src/Core/Domain/Product/ValueObject/ProductType.php
586 /src/Core/Domain/Product/ValueObject/Reference.php
587 /src/Core/Domain/Product/ValueObject/Ean13.php
588 /src/Core/Domain/Product/ValueObject/Isbn.php
589 /src/Core/Domain/Product/ValueObject/Upc.php
590 /src/Core/Domain/Product/ProductSettings.php
591 /classes/ImageType.php
592 /src/Core/Domain/Shop/ValueObject/ShopId.php
593 /modules/ps_emailsubscription/ps_emailsubscription.php
594 /src/Core/Module/WidgetInterface.php
595 /src/PrestaShopBundle/Translation/DomainNormalizer.php
596 /classes/Media.php
597 /modules/ps_checkout/ps_checkout.php
598 /classes/PaymentModule.php
599 /modules/ps_checkout/translations/fr.php
600 /modules/ps_checkout/src/Environment/EnvLoader.php
601 /modules/ps_checkout/src/Handler/ModuleFilteredRavenClient.php
602 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Client.php
603 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Util.php
604 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Compat.php
605 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
606 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor.php
607 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Context.php
608 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
609 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Serializer.php
610 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
611 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/TransactionStack.php
612 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
613 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Stacktrace.php
614 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
615 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
616 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
617 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
618 /var/cache/prod/Ps_checkout2210FrontContainer.php
619 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
620 /modules/ps_checkout/src/Validator/MerchantValidator.php
621 /modules/ps_checkout/src/Repository/PaypalAccountRepository.php
622 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
623 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
624 /modules/ps_checkout/src/Shop/ShopProvider.php
625 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
626 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
627 /modules/ps_checkout/src/Repository/PsAccountRepository.php
628 /modules/ps_checkout/src/Context/PrestaShopContext.php
629 /modules/ps_checkout/src/ShopUuidManager.php
630 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
631 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
632 /modules/ps_checkout/src/Customer.php
633 /modules/ps_checkout/src/Merchant.php
634 /modules/ps_checkout/src/Entity/PaypalAccount.php
635 /modules/ps_facebook/ps_facebook.php
636 /modules/ps_facebook/translations/fr.php
637 /var/cache/prod/Ps_facebookFrontContainer.php
638 /modules/ps_facebook/classes/Buffer/TemplateBuffer.php
639 /modules/paybox/paybox.php
640 /modules/paybox/src/Configuration/Settings.php
641 /modules/paybox/vendor/netresearch/jsonmapper/src/JsonMapper.php
642 /modules/paybox/src/Configuration/Account.php
643 /modules/paybox/src/Configuration/DemoAccount.php
644 /modules/paybox/src/Configuration/PaymentConfiguration.php
645 /modules/paybox/src/Configuration/SubscriptionConfiguration.php
646 /modules/paybox/src/Configuration/InstalmentConfiguration.php
647 /modules/paybox/src/Configuration/Instalment.php
648 /modules/paybox/src/Configuration/Contract.php
649 /modules/paybox/src/Utils/Tools.php
650 /vendor/monolog/monolog/src/Monolog/Logger.php
651 /vendor/psr/log/Psr/Log/LoggerInterface.php
652 /vendor/monolog/monolog/src/Monolog/ResettableInterface.php
653 /vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
654 /vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
655 /vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
656 /vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
657 /vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
658 /vendor/monolog/monolog/src/Monolog/Utils.php
659 /modules/paybox/translations/fr.php
660 /modules/ps_emailalerts/ps_emailalerts.php
661 /modules/ps_emailalerts/MailAlert.php
662 /classes/ProductDownload.php
663 /classes/tax/Tax.php
664 /src/Core/Localization/CLDR/ComputingPrecision.php
665 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
666 /src/Core/Cart/Calculator.php
667 /src/Core/Cart/CartRowCollection.php
668 /src/Core/Cart/Fees.php
669 /src/Core/Cart/AmountImmutable.php
670 /src/Core/Cart/CartRuleCollection.php
671 /src/Core/Cart/CartRuleCalculator.php
672 /src/Adapter/Product/PriceCalculator.php
673 /classes/order/Order.php
674 /src/Core/Cart/CartRow.php
675 /vendor/prestashop/decimal/src/DecimalNumber.php
676 /vendor/prestashop/decimal/src/Builder.php
677 /classes/Gender.php
678 /classes/Risk.php
679 /classes/Meta.php
680 /classes/Address.php
681 /src/Core/Addon/Module/ModuleManagerBuilder.php
682 /src/Core/Util/File/YamlParser.php
683 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
684 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
685 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
686 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
687 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
688 /var/cache/prod/yaml/0a29f60ae3388dc53e82445e2c58eb24.php
689 /var/cache/prod/yaml/936c34737e13a739d2a7cbbd2b3eedda.php
690 /src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
691 /vendor/guzzlehttp/guzzle/src/Client.php
692 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
693 /vendor/guzzlehttp/guzzle/src/ClientInterface.php
694 /vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
695 /vendor/guzzlehttp/guzzle/src/Url.php
696 /vendor/guzzlehttp/guzzle/src/Utils.php
697 /vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
698 /vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
699 /vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
700 /vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
701 /vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
702 /vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
703 /vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
704 /vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
705 /vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
706 /vendor/guzzlehttp/ringphp/src/Client/Middleware.php
707 /vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
708 /vendor/guzzlehttp/guzzle/src/RequestFsm.php
709 /app/config/parameters.php
710 /src/Adapter/Module/ModuleZipManager.php
711 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
712 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
713 /src/Core/Hook/HookDispatcherInterface.php
714 /src/Adapter/Addons/AddonsDataProvider.php
715 /src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
716 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
717 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
718 /src/Adapter/LegacyLogger.php
719 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
720 /src/Adapter/Module/ModuleDataProvider.php
721 /src/Adapter/Module/AdminModuleDataProvider.php
722 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
723 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
724 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
725 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
726 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
727 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
728 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
729 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
730 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
731 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
732 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
733 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
734 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
735 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
736 /src/Adapter/Module/ModuleDataUpdater.php
737 /src/Core/Addon/Module/ModuleManager.php
738 /src/Core/Addon/AddonManagerInterface.php
739 /src/Core/Addon/Module/ModuleRepository.php
740 /src/Core/Addon/Module/ModuleRepositoryInterface.php
741 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
742 /src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
743 /src/Core/Cache/Clearer/CacheClearerInterface.php
744 /classes/State.php
745 /src/Core/Filter/FrontEndObject/MainFilter.php
746 /src/Core/Filter/FilterInterface.php
747 /src/Core/Filter/FrontEndObject/CartFilter.php
748 /src/Core/Filter/HashMapWhitelistFilter.php
749 /src/Core/Filter/CollectionFilter.php
750 /src/Core/Filter/FrontEndObject/ProductFilter.php
751 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
752 /src/Core/Filter/FrontEndObject/CustomerFilter.php
753 /src/Core/Filter/FrontEndObject/ShopFilter.php
754 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
755 /modules/ps_shoppingcart/ps_shoppingcart.php
756 /modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
757 /modules/ps_facebook/classes/Config/Env.php
758 /modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
759 /modules/ps_facebook/classes/Config/Config.php
760 /modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
761 /modules/ps_metrics/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
762 /modules/ps_accounts/ps_accounts.php
763 /modules/ps_accounts/translations/fr.php
764 /modules/ps_accounts/classes/DependencyInjection/ServiceContainer.php
765 /modules/ps_accounts/classes/DependencyInjection/ContainerProvider.php
766 /var/cache/prod/Ps_accounts562FrontContainer.php
767 /modules/ps_accounts/classes/Service/PsAccountsService.php
768 /modules/ps_accounts/classes/Repository/ShopTokenRepository.php
769 /modules/ps_accounts/classes/Repository/AbstractTokenRepository.php
770 /modules/ps_accounts/classes/Repository/ConfigurationRepository.php
771 /modules/ps_accounts/classes/Adapter/Configuration.php
772 /modules/ps_accounts/classes/Service/AnalyticsService.php
773 /modules/ps_accounts/classes/Factory/PsAccountsLogger.php
774 /modules/ps_accounts/classes/Repository/UserTokenRepository.php
775 /modules/ps_accounts/classes/Adapter/Link.php
776 /modules/ps_accounts/classes/Context/ShopContext.php
777 /modules/ps_accounts/classes/Adapter/ConfigurationKeys.php
778 /modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
779 /modules/ps_facebook/classes/Handler/ApiConversionHandler.php
780 /modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
781 /modules/ps_facebook/classes/Factory/ContextFactory.php
782 /modules/ps_facebook/classes/API/Client/FacebookClient.php
783 /modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
784 /modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
785 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/ClientFactory.php
786 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/VersionDetection.php
787 /modules/ps_facebook/classes/Provider/AccessTokenProvider.php
788 /modules/ps_facebook/classes/API/ResponseListener.php
789 /modules/ps_facebook/classes/API/EventSubscriber/AccountSuspendedSubscriber.php
790 /modules/ps_facebook/classes/API/EventSubscriber/SubscriberInterface.php
791 /modules/ps_facebook/classes/API/EventSubscriber/ApiErrorSubscriber.php
792 /modules/ps_facebook/classes/Factory/PsApiClientFactory.php
793 /modules/ps_facebook/classes/Handler/ConfigurationHandler.php
794 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Client.php
795 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/HttpClientInterface.php
796 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Config.php
797 /modules/ps_metrics/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/ConfigInterface.php
798 /vendor/guzzlehttp/ringphp/src/Core.php
799 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
800 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
801 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
802 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
803 /modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
804 /modules/ps_facebook/classes/Handler/PixelHandler.php
805 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
806 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
807 /modules/ps_facebook/classes/Provider/EventDataProvider.php
808 /modules/ps_facebook/classes/Adapter/ToolsAdapter.php
809 /modules/ps_facebook/classes/Repository/ProductRepository.php
810 /modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
811 /modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
812 /modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
813 /modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
814 /modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
815 /modules/psxmarketingwithgoogle/psxmarketingwithgoogle.php
816 /modules/psxmarketingwithgoogle/translations/fr.php
817 /var/cache/prod/PsxmarketingwithgoogleFrontContainer.php
818 /modules/psxmarketingwithgoogle/classes/Adapter/ConfigurationAdapter.php
819 /modules/psxmarketingwithgoogle/classes/Factory/ContextFactory.php
820 /modules/psxmarketingwithgoogle/classes/config/Config.php
821 /modules/psxmarketingwithgoogle/classes/Handler/RemarketingHookHandler.php
822 /modules/psxmarketingwithgoogle/classes/Buffer/TemplateBuffer.php
823 /modules/revsliderprestashop/revsliderprestashop.php
824 /modules/revsliderprestashop/rev-loader.php
825 /modules/revsliderprestashop/includes/revslider_db.class.php
826 /modules/revsliderprestashop/includes/data.class.php
827 /modules/revsliderprestashop/includes/functions.class.php
828 /modules/revsliderprestashop/includes/em-integration.class.php
829 /modules/revsliderprestashop/includes/cssparser.class.php
830 /modules/revsliderprestashop/includes/woocommerce.class.php
831 /modules/revsliderprestashop/includes/wpml.class.php
832 /modules/revsliderprestashop/includes/colorpicker.class.php
833 /modules/revsliderprestashop/includes/navigation.class.php
834 /modules/revsliderprestashop/includes/object-library.class.php
835 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
836 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
837 /modules/revsliderprestashop/includes/extension.class.php
838 /modules/revsliderprestashop/includes/favorite.class.php
839 /modules/revsliderprestashop/includes/aq-resizer.class.php
840 /modules/revsliderprestashop/includes/external-sources.class.php
841 /modules/revsliderprestashop/includes/page-template.class.php
842 /modules/revsliderprestashop/includes/slider.class.php
843 /modules/revsliderprestashop/includes/slide.class.php
844 /modules/revsliderprestashop/includes/output.class.php
845 /modules/revsliderprestashop/public/revslider-front.class.php
846 /modules/revsliderprestashop/includes/backwards.php
847 /modules/revsliderprestashop/admin/includes/class-pclzip.php
848 /modules/revsliderprestashop/admin/includes/license.class.php
849 /modules/revsliderprestashop/admin/includes/addons.class.php
850 /modules/revsliderprestashop/admin/includes/template.class.php
851 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
852 /modules/revsliderprestashop/admin/includes/folder.class.php
853 /modules/revsliderprestashop/admin/includes/import.class.php
854 /modules/revsliderprestashop/admin/includes/export.class.php
855 /modules/revsliderprestashop/admin/includes/export-html.class.php
856 /modules/revsliderprestashop/admin/includes/newsletter.class.php
857 /modules/revsliderprestashop/admin/revslider-admin.class.php
858 /modules/revsliderprestashop/includes/update.class.php
859 /modules/revsliderprestashop/includes/resize-imag.php
860 /modules/revsliderprestashop/translations/fr.php
861 /modules/iqitcontactpage/iqitcontactpage.php
862 /modules/iqitcontactpage/translations/fr.php
863 /modules/iqitcountdown/iqitcountdown.php
864 /modules/iqitcountdown/translations/fr.php
865 /classes/assets/PrestashopAssetsLibraries.php
866 /modules/iqitsociallogin/iqitsociallogin.php
867 /modules/iqitsociallogin/translations/fr.php
868 /modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php
869 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
870 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
871 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php
872 /modules/ps_checkout/src/Environment/PaypalEnv.php
873 /modules/ps_checkout/src/Environment/Env.php
874 /modules/ps_checkout/src/PayPal/Mode.php
875 /modules/ps_checkout/src/PayPal/Intent.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
877 /var/cache/prod/smarty/compile/warehouse/ae/4a/37/ae4a37ad645fef20c4e1d9b5b0a08c2aa1f66467_2.file.header.tpl.php
878 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
879 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
880 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
881 /modules/iqitfreedeliverycount/translations/fr.php
882 /modules/iqitmegamenu/iqitmegamenu.php
883 /modules/iqitmegamenu/models/IqitMenuTab.php
884 /modules/iqitmegamenu/models/IqitMenuHtml.php
885 /modules/iqitmegamenu/models/IqitMenuLinks.php
886 /modules/iqitmegamenu/translations/fr.php
887 /modules/iqitsizecharts/iqitsizecharts.php
888 /modules/iqitsizecharts/src/IqitSizeCharts.php
889 /modules/iqitsizecharts/translations/fr.php
890 /modules/iqitextendedproduct/iqitextendedproduct.php
891 /modules/iqitextendedproduct/src/IqitThreeSixty.php
892 /modules/iqitextendedproduct/src/IqitProductVideo.php
893 /modules/iqitextendedproduct/translations/fr.php
894 /modules/iqitelementor/iqitelementor.php
895 /modules/iqitelementor/src/IqitElementorLanding.php
896 /modules/iqitelementor/src/IqitElementorTemplate.php
897 /modules/iqitelementor/src/IqitElementorProduct.php
898 /modules/iqitelementor/src/IqitElementorCategory.php
899 /modules/iqitelementor/src/IqitElementorContent.php
900 /modules/iqitelementor/src/iqitElementorWpHelper.php
901 /modules/iqitelementor/includes/plugin-elementor.php
902 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
903 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
904 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
905 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
906 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
907 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
908 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
909 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
910 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
911 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
912 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
913 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
914 /modules/iqitelementor/translations/fr.php
915 /modules/presta_tarteaucitron/presta_tarteaucitron.php
916 /modules/presta_tarteaucitron/functions.php
917 /modules/presta_tarteaucitron/translations/fr.php
918 /src/Core/Product/Search/ProductSearchContext.php
919 /src/Core/Product/Search/ProductSearchQuery.php
920 /src/Core/Product/Search/SortOrder.php
921 /modules/ps_facetedsearch/ps_facetedsearch.php
922 /modules/ps_facetedsearch/src/HookDispatcher.php
923 /modules/ps_facetedsearch/src/Hook/Attribute.php
924 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
925 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
926 /modules/ps_facetedsearch/src/Hook/Category.php
927 /modules/ps_facetedsearch/src/Hook/Configuration.php
928 /modules/ps_facetedsearch/src/Hook/Design.php
929 /modules/ps_facetedsearch/src/Hook/Feature.php
930 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
931 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
932 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
933 /modules/ps_facetedsearch/src/Hook/Product.php
934 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
935 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
936 /modules/ps_facetedsearch/src/URLSerializer.php
937 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
938 /modules/ps_facetedsearch/src/Product/SearchProvider.php
939 /src/Core/Product/Search/FacetsRendererInterface.php
940 /src/Core/Product/Search/ProductSearchProviderInterface.php
941 /modules/ps_facetedsearch/src/Filters/Converter.php
942 /modules/ps_facetedsearch/src/Product/SearchFactory.php
943 /src/Core/Product/Search/ProductSearchResult.php
944 /classes/Manufacturer.php
945 /modules/ps_facetedsearch/src/Product/Search.php
946 /modules/ps_facetedsearch/src/Adapter/MySQL.php
947 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
948 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
949 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
950 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
951 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
952 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
953 /modules/ps_facetedsearch/src/Filters/Products.php
954 /classes/stock/StockAvailable.php
955 /modules/ps_facetedsearch/src/Filters/Block.php
956 /src/Core/Product/Search/Facet.php
957 /src/Core/Product/Search/Filter.php
958 /src/Core/Product/Search/FacetCollection.php
959 /classes/ProductAssembler.php
960 /classes/Combination.php
961 /classes/SpecificPrice.php
962 /classes/tax/TaxManagerFactory.php
963 /classes/tax/TaxRulesTaxManager.php
964 /classes/tax/TaxManagerInterface.php
965 /classes/tax/TaxCalculator.php
966 /classes/GroupReduction.php
967 /classes/Feature.php
968 /classes/ProductPresenterFactory.php
969 /src/Adapter/Presenter/Product/ProductListingPresenter.php
970 /src/Adapter/Presenter/Product/ProductPresenter.php
971 /src/Adapter/Product/ProductColorsRetriever.php
972 /src/Adapter/HookManager.php
973 /src/Core/Product/ProductPresentationSettings.php
974 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
975 /src/Adapter/Presenter/Product/ProductLazyArray.php
976 /src/Adapter/Presenter/AbstractLazyArray.php
977 /classes/Image.php
978 /classes/ImageManager.php
979 /vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
980 /vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
981 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
982 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
983 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
984 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
985 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
986 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
987 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
988 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
989 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
990 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
991 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
992 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
993 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
994 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
995 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
996 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
997 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
998 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
999 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
1000 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
1001 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
1002 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1003 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1004 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
1005 /src/Core/Product/Search/Pagination.php
1006 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/4f/93/724f934fcd0a594ae32e87acf84bb4927ed92af3_2.file.category.tpl.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1008 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/80/63/d6/8063d66cb70597fd7e0bc52d00a2cc794717c6ab_2.file.product-list.tpl.php
1009 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5b/14/22/5b14220a2a6a1165c53b3e0f8ce07bf4589b1b7d_2.file.layout-full-width.tpl.php
1010 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/23/5a/53/235a53243d3280cff368a78c53dfb2beb1729881_2.file.layout-both-columns.tpl.php
1011 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/62/54/cc6254152c1390b4555424d860212f2467cf30dc_2.file.helpers.tpl.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1013 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/40/da/16/40da16296a82cd9545cfa520911d37d6f3e102c8_2.file.head.tpl.php
1014 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/3b/76/97/3b7697d69c2548aa81ce5fc00adc49649f4d632a_2.file.head-jsonld.tpl.php
1015 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/71/74/30/7174303ac5bf5cb8f4c93c0a0a57443d98689907_2.file.product-list-jsonld.tpl.php
1016 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/3c/5d/ca/3c5dcaf50c001b659ca3a037f76de76d0341364c_2.file.pagination-seo.tpl.php
1017 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1018 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7f/5b/5d/7f5b5d3958c573748692762dcb9f57e8e5f8d3a0_2.file.stylesheets.tpl.php
1019 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c5/87/25/c58725266ad68a59dc6106e9359ba87138a5ba00_2.file.javascript.tpl.php
1020 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ec/d6/5f/ecd65f87aa5cb84be27c646fa416055364afb943_2.file.product-activation.tpl.php
1021 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/99/aa/95/99aa95ff59d04232910c620c9cbeb6a46cba9def_2.file.header.tpl.php
1022 /modules/iqitlinksmanager/iqitlinksmanager.php
1023 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1024 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1025 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1026 /modules/iqitlinksmanager/translations/fr.php
1027 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1028 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1029 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1030 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/8/displayNav1/warehouse/df/09/b4/df09b46829bb8756eb62d617f5ebb52b3b5dc62c.iqitlinksmanagerviewstemp.php
1031 /modules/ps_languageselector/ps_languageselector.php
1032 /modules/ps_currencyselector/ps_currencyselector.php
1033 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/5d/2f/2d/5d2f2d045dd8629277e87ca136062ddf776bdad2_2.file.header-6.tpl.php
1034 /modules/iqitsearch/iqitsearch.php
1035 /modules/iqitsearch/translations/fr.php
1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1037 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplatesh.php
1038 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplatesh.php
1039 /modules/ps_customersignin/ps_customersignin.php
1040 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.pscustomersigninpscustome.php
1041 /src/Adapter/Cart/CartPresenter.php
1042 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.psshoppingcartpsshoppingc.php
1043 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
1044 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.psshoppingcartpsshoppingc.php
1045 /var/cache/prod/smarty/cache/iqitmegamenu/index/1/1/1/8/warehouse/98/60/28/9860281a74a4cbdd156d70c2e5703786e9dc80fe.iqitmegamenuviewstemplate.php
1046 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/6b/be/a0/6bbea068620206abafbdb3c1eaa307014c805f2e_2.file.mobile-header-3.tpl.php
1047 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplatesh.php
1048 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.pscustomersigninpscustome.php
1049 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.psshoppingcartpsshoppingc.php
1050 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f2/89/8b/f2898b4414ab9ff4c535199e57a04871012be918_2.file.breadcrumb.tpl.php
1051 /modules/iqitproductsnav/iqitproductsnav.php
1052 /modules/iqitproductsnav/translations/fr.php
1053 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/46/3d/b6/463db688c19c71b07cbe6a203c531e50343fcc29_2.file.notifications.tpl.php
1054 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d1/1a/e0/d11ae0758ee83611eee9cfe00952e2ec06cfb9b7_2.file.category-header.tpl.php
1055 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/cc/4e/ce/cc4ece35d4b15794b729a544269b40f04cbec6af_2.file.category-subcategories.tpl.php
1056 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/64/97/1b/64971b1db215f2ad65aede2c571af8d1c93913dd_2.file.products-top.tpl.php
1057 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1058 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/a9/52/26/a952269d8512ad75b8f57d2cce08a25e4298bb71_2.file.sort-orders.tpl.php
1059 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
1060 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/88/0d/ae/880daeb481d1a77241e5707f24d84f0fd3a20a52_2.file.products.tpl.php
1061 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7d/4d/60/7d4d60350c2810fd6c04584a4daaefa48afdb0cd_2.file.product.tpl.php
1062 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/50/df/d6/50dfd620adaf0720ab411e50e05fec97c63bda81_2.file.product-miniature-1.tpl.php
1063 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9e/c8/ba/9ec8ba8e6e5f7d66340c86549bc2b90178b9c089_2.file.product-miniature-thumb.tpl.php
1064 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/c2/96/29/c296295af4ea1e64a5e09e688760bd6329f9aa25_2.file.product-miniature-btn.tpl.php
1065 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/af/56/68/af56685872dc9794e2e71afc2aafb3f7d0553a17_2.file.pagination.tpl.php
1066 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9a/6f/17/9a6f17d44415582f6668ff07add575d8f15ceb92_2.file.products-bottom.tpl.php
1067 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/27/d1/02/27d102cd45902fc97436406e4156d43db45d0fe3_2.file.footer.tpl.php
1068 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/c6/5c/79c65ce255bd4285e257cf30b2920efcfadfe3ad_2.file.footer-2.tpl.php
1069 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
1070 /modules/psgdpr/psgdpr.php
1071 /modules/psgdpr/translations/fr.php
1072 /modules/psgdpr/classes/GDPRConsent.php
1073 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookd.php
1074 /var/cache/prod/smarty/cache/iqitlinksmanager/1/1/1/8/displayFooter/warehouse/df/09/b4/df09b46829bb8756eb62d617f5ebb52b3b5dc62c.iqitlinksmanagerviewstemp.php
1075 /var/cache/prod/smarty/cache/iqitcontactpage/1/1/1/8/warehouse/a0/5e/f5/a05ef57a78bcb37519665610ec2c127d3e4de79a.iqitcontactpageviewstempl.php
1076 /var/cache/prod/smarty/compile/warehouse/30/4b/c5/304bc562898eaa3508f24573fb64c3a5756cd56a_2.file.presta_tarteaucitron.tpl.php
1077 /var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/30/13/c5/3013c5f1bc9be1bfd8aedfe7eb1cee2ec6dd2fe6_2.file.footer-copyrights-1.tpl.php
1078 /modules/statsdata/statsdata.php
1079 /classes/Connection.php
1080 /classes/ConnectionsSource.php