HOME

HOME

LE ZUCCHE FLOVER FARM

Dal 27 settembre 2025!

GIFT CARD FLOVER

Visualizzati 2281-2310 su 2373 articoli
Load Time 517.316 ms
Querying Time 377 ms
Queries 848
Memory Peak Usage 27.3 Mb
Included Files 1058 files - 11.30 Mb
PrestaShop Cache - Mb
Global vars 0.38 Mb
PrestaShop Version 8.2.0
PHP Version 8.1.31
MySQL Version 10.8.3-MariaDB-1:10.8.3+maria~jammy
Memory Limit 512M
Max Execution Time 300s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 4.178 ms 4.178 ms 3.99 Mb 4.3 Mb
__construct 0.015 ms 4.193 ms - Mb 4.3 Mb
init 17.885 ms 22.078 ms 0.87 Mb 4.9 Mb
checkAccess 0.001 ms 22.079 ms - Mb 4.9 Mb
setMedia 16.850 ms 38.929 ms 0.89 Mb 5.8 Mb
postProcess 0.002 ms 38.931 ms - Mb 5.8 Mb
initHeader 0.001 ms 38.932 ms - Mb 5.8 Mb
initContent 282.260 ms 321.192 ms 8.32 Mb 14.1 Mb
initFooter 0.003 ms 321.195 ms - Mb 14.1 Mb
display 196.121 ms 517.316 ms 12.57 Mb 27.3 Mb
Hook Time Memory Usage
DisplayProductPriceBlock 126.223 ms 9.12 Mb
DisplayHeader 18.685 ms 0.44 Mb
displayLeftColumn 9.562 ms 0.55 Mb
displayBeforeBodyClosingTag 6.778 ms 0.16 Mb
ActionFrontControllerSetMedia 3.754 ms 0.08 Mb
DisplayBanner 1.913 ms 0.05 Mb
DisplayBeforeBodyClosingTag 1.880 ms 0.08 Mb
Header 1.144 ms 0.01 Mb
DisplayFooter 1.072 ms 0.06 Mb
DisplayNavFullWidth 0.821 ms 0.02 Mb
DisplayLeftColumn 0.708 ms 0.01 Mb
ActionPresentCart 0.700 ms 0.01 Mb
displayNavFullWidth 0.693 ms 0.06 Mb
displayFooterElementor 0.606 ms 0.07 Mb
DisplayTop 0.501 ms - Mb
ModuleRoutes 0.465 ms 0.01 Mb
ProductSearchProvider 0.301 ms - Mb
DisplayProductListFunctionalButtons 0.217 ms 0.03 Mb
displayNav1 0.014 ms - Mb
ActionProductSearchAfter 0.011 ms - Mb
displayFooterBefore 0.009 ms - Mb
DisplayAfterBodyOpeningTag 0.006 ms - Mb
DisplayFooterAfter 0.006 ms - Mb
DisplayTdCompareHeader 0.006 ms - Mb
displayFooter 0.003 ms - Mb
DisplayTdWishlistHeader 0.003 ms - Mb
DisplayOverrideTemplate 0.002 ms - Mb
displayNav2 0.002 ms - Mb
displayTop 0.001 ms - Mb
29 hook(s) 176.086 ms 10.78 Mb
Module Time Memory Usage
smartblog 2.008 ms 0.13 Mb
klarnapayment 130.019 ms 9.27 Mb
blockreassurance 0.976 ms 0.12 Mb
ps_socialfollow 0.159 ms 0.02 Mb
nexixpay 18.274 ms 0.61 Mb
fabfacebookpixel 3.891 ms 0.25 Mb
an_productfields 2.095 ms 0.25 Mb
tdelementor 6.783 ms 0.38 Mb
tdthemesettings 6.358 ms 0.21 Mb
bitmegamenu 1.416 ms 0.12 Mb
tdproductwishlist 0.462 ms 0.07 Mb
tdsearchblock 4.784 ms 0.15 Mb
tdcompare 0.259 ms 0.06 Mb
smartblogcategories 0.133 ms 0.02 Mb
smartblogarchive 0.132 ms 0.02 Mb
tdshoppingcart 1.412 ms 0.06 Mb
iubenda 0.199 ms 0.02 Mb
teamwantomnibus 2.837 ms 0.16 Mb
ps_googleanalytics 2.196 ms 0.12 Mb
paypal 2.413 ms 0.15 Mb
facebookfeed 0.309 ms 0.16 Mb
didpsfox 0.188 ms 0.02 Mb
ecsocialsharing 0.255 ms 0.02 Mb
ps_facetedsearch 0.750 ms 0.04 Mb
ps_categorytree 9.296 ms 0.53 Mb
tdcolumnblocks 0.811 ms - Mb
ps_languageselector 0.137 ms 0.02 Mb
ps_currencyselector 0.116 ms 0.02 Mb
28 module(s) 198.666 ms 12.98 Mb

Stopwatch SQL - 848 queries

# Query Time (ms) Rows Filesort Group By Location
110
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, p.on_sale, p.date_add FROM fdp_product p LEFT JOIN fdp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fdp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fdp_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 fdp_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fdp_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fdp_category_product cp ON (p.id_product = cp.id_product) INNER JOIN fdp_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fdp_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=721 GROUP BY p.id_product) p LEFT JOIN fdp_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fdp_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fdp_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 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC
40.190 ms 10653696 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
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 `fdp_configuration` c
LEFT JOIN `fdp_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
5.515 ms 1983 /classes/Configuration.php:180
50
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `fdp_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `fdp_hook_alias` ha
INNER JOIN `fdp_hook` h ON ha.name = h.name
4.668 ms 0 /classes/Hook.php:1326
556
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fdp_category` c
INNER JOIN fdp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fdp_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `fdp_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `fdp_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
4.277 ms 136 Yes Yes /classes/Category.php:799
845
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `fdp_category` c
INNER JOIN `fdp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `fdp_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND nleft >= 2 AND nright <= 721
AND c.id_category IN (
SELECT id_category
FROM `fdp_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
2.375 ms 361 Yes /modules/tdsearchblock/tdsearchblock.php:342
121
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 `fdp_hook_module` hm
STRAIGHT_JOIN `fdp_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `fdp_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
1.967 ms 665 /classes/Hook.php:456
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `fdp_module` m
INNER JOIN fdp_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 `fdp_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `fdp_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `fdp_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`
1.953 ms 110 Yes Yes /classes/Hook.php:1267
112
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-13 00:00:00',
INTERVAL 90 DAY
)
) > 0) as new
FROM fdp_product p
LEFT JOIN fdp_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fdp_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fdp_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3172,3167,3164,3163,3161,3159,3155,3154,3151,3150,3149,3148,3145,3144,3142,3141,3139,3135,3132,3131,3129,3124,3123,3122,3117,3116,3111,3110,3100,3096)
1.430 ms 30 /classes/ProductAssembler.php:95
389
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3122
ORDER BY f.position ASC
1.330 ms 1 Yes /classes/Product.php:6021
268
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3145
ORDER BY f.position ASC
1.283 ms 1 Yes /classes/Product.php:6021
246
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3149
ORDER BY f.position ASC
1.273 ms 1 Yes /classes/Product.php:6021
312
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3139
ORDER BY f.position ASC
1.262 ms 1 Yes /classes/Product.php:6021
82
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `fdp_category` c
INNER JOIN fdp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fdp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `fdp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.234 ms 16 Yes Yes /classes/Category.php:924
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `fdp_hook` h
WHERE (h.active = 1)
1.233 ms 964 /classes/Hook.php:1366
35
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `fdp_category` c
INNER JOIN fdp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fdp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `fdp_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.189 ms 16 Yes Yes /classes/Category.php:924
455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3096
ORDER BY f.position ASC
1.160 ms 1 Yes /classes/Product.php:6021
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM fdp_shop_url su
LEFT JOIN fdp_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.flovershop.it' OR su.domain_ssl = 'www.flovershop.it')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.079 ms 1 Yes /classes/shop/Shop.php:1364
726
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
1.039 ms 1 Yes /classes/Currency.php:826
102
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-09-13 00:00:00",
INTERVAL 90 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `fdp_category_product` cp
LEFT JOIN `fdp_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN fdp_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `fdp_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN fdp_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `fdp_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `fdp_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `fdp_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `fdp_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `fdp_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,10
1.000 ms 6 /classes/Category.php:1062
18
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fdp_module` m
LEFT JOIN `fdp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.881 ms 127 /classes/module/Module.php:346
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `fdp_hook`
0.878 ms 964 /classes/Hook.php:1326
505
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3139
ORDER BY `position`
0.841 ms 1 Yes /classes/Product.php:3545
345
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3131
ORDER BY f.position ASC
0.834 ms 1 Yes /classes/Product.php:6021
635
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.795 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `fdp_lang` l
JOIN fdp_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.751 ms 1 /classes/Language.php:1216
560
SELECT SQL_NO_CACHE c.*, cl.*  FROM `fdp_category` c
LEFT JOIN `fdp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 721 AND c.`nleft` >= 2 AND c.`nright` <= 721 ORDER BY `nleft` DESC
0.736 ms 1 Yes /classes/Category.php:1600
122
SELECT SQL_NO_CACHE tr.*
FROM `fdp_tax_rule` tr
JOIN `fdp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 232)
AND ('37012' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '37012')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.710 ms 2 /classes/tax/TaxRulesTaxManager.php:109
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3124
ORDER BY f.position ASC
0.699 ms 1 Yes /classes/Product.php:6021
847
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `fdp_category_product` cp
LEFT JOIN `fdp_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `fdp_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN fdp_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (3172,3167,3164,3163,3161,3159,3155,3154,3151,3150,3149,3148,3145,3144,3142,3141,3139,3135,3132,3131,3129,3124,3123,3122,3117,3116,3111,3110,3100,3096) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.695 ms 31 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
344
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.693 ms 0 /classes/Cart.php:1430
267
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3145 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3145 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.684 ms 0 /classes/Cart.php:1430
596
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.684 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
636
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.678 ms 1 Yes /classes/Currency.php:826
634
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.674 ms 1 Yes Yes /classes/Product.php:4524
37
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1
0.667 ms 1 /src/Adapter/EntityMapper.php:71
188
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3159 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3159 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.654 ms 0 /classes/Cart.php:1430
222
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3151 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.653 ms 0 /classes/Cart.php:1430
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM fdp_shop s
LEFT JOIN fdp_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
0.648 ms 1 /classes/shop/Shop.php:218
604
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.647 ms 1 Yes /classes/Currency.php:826
177
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3161 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3161 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.646 ms 0 /classes/Cart.php:1430
399
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3117 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3117 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.646 ms 0 /classes/Cart.php:1430
578
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.645 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
156
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3164
ORDER BY f.position ASC
0.641 ms 1 Yes /classes/Product.php:6021
63
UPDATE `fdp_configuration` SET `value` = '33',`date_upd` = '2025-09-13 05:04:53' WHERE `name` = 'XPAY_PENDING_PAYMENT' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.638 ms 1 /classes/Configuration.php:479
598
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3161) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.636 ms 1 Yes Yes /classes/Product.php:4524
355
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3129 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3129 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.636 ms 0 /classes/Cart.php:1430
625
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3154) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.634 ms 1 Yes Yes /classes/Product.php:4524
333
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3132 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.624 ms 0 /classes/Cart.php:1430
637
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.620 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
421
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3111 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.617 ms 0 /classes/Cart.php:1430
410
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3116 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3116 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.613 ms 0 /classes/Cart.php:1430
233
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.612 ms 0 /classes/Cart.php:1430
607
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3159) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.608 ms 1 Yes Yes /classes/Product.php:4524
366
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3124 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3124 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.605 ms 0 /classes/Cart.php:1430
377
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3123 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3123 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.605 ms 0 /classes/Cart.php:1430
41
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1094) AND (b.`id_shop` = 1) LIMIT 1
0.597 ms 1 /src/Adapter/EntityMapper.php:71
278
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3144 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.597 ms 0 /classes/Cart.php:1430
506
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3139
0.596 ms 1 /classes/Product.php:2902
155
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3164 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3164 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.595 ms 0 /classes/Cart.php:1430
514
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3131
ORDER BY `position`
0.593 ms 1 Yes /classes/Product.php:3545
45
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1309) AND (b.`id_shop` = 1) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:71
289
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3142 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3142 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.592 ms 0 /classes/Cart.php:1430
663
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.589 ms 1 Yes /classes/Currency.php:826
501
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3141) AND (b.`id_shop` = 1) LIMIT 1
0.588 ms 1 /src/Adapter/EntityMapper.php:71
454
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3096 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.586 ms 0 /classes/Cart.php:1430
40
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
0.585 ms 1 /src/Adapter/EntityMapper.php:71
199
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3155 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3155 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.585 ms 0 /classes/Cart.php:1430
245
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3149 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3149 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.585 ms 0 /classes/Cart.php:1430
178
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3161
ORDER BY f.position ASC
0.583 ms 1 Yes /classes/Product.php:6021
210
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3154 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3154 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.583 ms 0 /classes/Cart.php:1430
379
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3122
AND image_shop.`cover` = 1 LIMIT 1
0.583 ms 1 /classes/Product.php:3570
561
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3172) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.573 ms 1 Yes Yes /classes/Product.php:4524
589
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3163) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.572 ms 1 Yes Yes /classes/Product.php:4524
580
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3164) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.570 ms 1 Yes Yes /classes/Product.php:4524
540
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3100) AND (b.`id_shop` = 1) LIMIT 1
0.569 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3145 AND id_shop=1 LIMIT 1
0.568 ms 1 /classes/Product.php:6876
517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3129
ORDER BY `position`
0.564 ms 1 Yes /classes/Product.php:3545
131
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3172 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3172 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.561 ms 0 /classes/Cart.php:1430
547
SELECT SQL_NO_CACHE 1 FROM `fdp_cart_rule` WHERE ((date_to >= "2025-09-13 00:00:00" AND date_to <= "2025-09-13 23:59:59") OR (date_from >= "2025-09-13 00:00:00" AND date_from <= "2025-09-13 23:59:59") OR (date_from < "2025-09-13 00:00:00" AND date_to > "2025-09-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.561 ms 4 /classes/CartRule.php:357
541
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3100
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3545
19
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `fdp_meta` m
LEFT JOIN `fdp_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.557 ms 62 Yes /classes/Dispatcher.php:654
144
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3167 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3167 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.555 ms 0 /classes/Cart.php:1430
644
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.555 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
733
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.555 ms 1 Yes Yes /classes/Product.php:4524
642
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.554 ms 1 Yes /classes/Currency.php:826
311
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3139 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3139 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.552 ms 0 /classes/Cart.php:1430
667
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.552 ms 1 Yes /classes/Currency.php:826
706
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3139) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.550 ms 1 Yes Yes /classes/Product.php:4524
322
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3135 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.547 ms 0 /classes/Cart.php:1430
124
SELECT SQL_NO_CACHE *
FROM `fdp_tax_lang`
WHERE `id_tax` = 1
0.545 ms 1 /src/Adapter/EntityMapper.php:79
256
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3148 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3148 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.545 ms 0 /classes/Cart.php:1430
496
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3144
ORDER BY `position`
0.545 ms 1 Yes /classes/Product.php:3545
616
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3155) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.545 ms 1 Yes Yes /classes/Product.php:4524
605
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.544 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
534
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3111) AND (b.`id_shop` = 1) LIMIT 1
0.539 ms 1 /src/Adapter/EntityMapper.php:71
751
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3124) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.535 ms 1 Yes Yes /classes/Product.php:4524
279
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3144
ORDER BY f.position ASC
0.533 ms 1 Yes /classes/Product.php:6021
378
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3123
ORDER BY f.position ASC
0.533 ms 1 Yes /classes/Product.php:6021
368
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3123
AND image_shop.`cover` = 1 LIMIT 1
0.530 ms 1 /classes/Product.php:3570
456
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3172) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
670
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3145) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.529 ms 1 Yes Yes /classes/Product.php:4524
323
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3135
ORDER BY f.position ASC
0.527 ms 1 Yes /classes/Product.php:6021
552
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.525 ms 1 Yes /classes/Currency.php:826
411
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3116
ORDER BY f.position ASC
0.520 ms 1 Yes /classes/Product.php:6021
300
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3141 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.518 ms 0 /classes/Cart.php:1430
531
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3116) AND (b.`id_shop` = 1) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
528
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3117) AND (b.`id_shop` = 1) LIMIT 1
0.516 ms 1 /src/Adapter/EntityMapper.php:71
388
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3122 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3122 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.515 ms 0 /classes/Cart.php:1430
471
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3159) AND (b.`id_shop` = 1) LIMIT 1
0.514 ms 1 /src/Adapter/EntityMapper.php:71
688
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3142) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.514 ms 1 Yes Yes /classes/Product.php:4524
261
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3145)
0.513 ms 1 /classes/Product.php:3860
356
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3129
ORDER BY f.position ASC
0.513 ms 1 Yes /classes/Product.php:6021
577
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.511 ms 1 Yes /classes/Currency.php:826
132
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3172
ORDER BY f.position ASC
0.510 ms 1 Yes /classes/Product.php:6021
701
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.510 ms 1 Yes /classes/Currency.php:826
516
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3129) AND (b.`id_shop` = 1) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.509 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
520
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3124
ORDER BY `position`
0.508 ms 1 Yes /classes/Product.php:3545
113
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3172
AND image_shop.`cover` = 1 LIMIT 1
0.508 ms 1 /classes/Product.php:3570
617
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.508 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
62
SELECT SQL_NO_CACHE *
FROM `fdp_order_state` os
LEFT JOIN `fdp_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC
0.507 ms 43 Yes /classes/order/OrderState.php:132
692
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.507 ms 1 Yes /classes/Currency.php:826
443
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3100 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3100 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.505 ms 0 /classes/Cart.php:1430
519
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3124) AND (b.`id_shop` = 1) LIMIT 1
0.501 ms 1 /src/Adapter/EntityMapper.php:71
513
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3131) AND (b.`id_shop` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
742
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3129) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.499 ms 1 Yes Yes /classes/Product.php:4524
400
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3117
ORDER BY f.position ASC
0.497 ms 1 Yes /classes/Product.php:6021
486
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3149) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
522
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3123) AND (b.`id_shop` = 1) LIMIT 1
0.496 ms 1 /src/Adapter/EntityMapper.php:71
468
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3161) AND (b.`id_shop` = 1) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
537
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3110) AND (b.`id_shop` = 1) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:71
697
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3141) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.495 ms 1 Yes Yes /classes/Product.php:4524
327
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3132)
0.494 ms 1 /classes/Product.php:3860
508
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3135
ORDER BY `position`
0.492 ms 1 Yes /classes/Product.php:3545
571
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3167) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.492 ms 1 Yes Yes /classes/Product.php:4524
769
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.492 ms 1 Yes Yes /classes/Product.php:4524
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM fdp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.492 ms 1 /classes/shop/ShopUrl.php:182
652
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3149) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.490 ms 1 Yes Yes /classes/Product.php:4524
422
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3111
ORDER BY f.position ASC
0.487 ms 1 Yes /classes/Product.php:6021
459
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3167) AND (b.`id_shop` = 1) LIMIT 1
0.487 ms 1 /src/Adapter/EntityMapper.php:71
665
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.486 ms 1 Yes /classes/Currency.php:826
715
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3135) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.486 ms 1 Yes Yes /classes/Product.php:4524
557
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `fdp_category` c
LEFT JOIN `fdp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.484 ms 1 /classes/Category.php:2242
489
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3148) AND (b.`id_shop` = 1) LIMIT 1
0.483 ms 1 /src/Adapter/EntityMapper.php:71
474
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3155) AND (b.`id_shop` = 1) LIMIT 1
0.479 ms 1 /src/Adapter/EntityMapper.php:71
660
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.479 ms 1 Yes /classes/Currency.php:826
200
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3155
ORDER BY f.position ASC
0.479 ms 1 Yes /classes/Product.php:6021
624
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.479 ms 1 Yes /classes/Currency.php:826
525
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3122) AND (b.`id_shop` = 1) LIMIT 1
0.477 ms 1 /src/Adapter/EntityMapper.php:71
44
SELECT SQL_NO_CACHE * FROM `fdp_image_type`
0.476 ms 8 /classes/ImageType.php:161
3
SELECT SQL_NO_CACHE *
FROM `fdp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
499
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3142
ORDER BY `position`
0.476 ms 1 Yes /classes/Product.php:3545
614
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.476 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
548
SELECT SQL_NO_CACHE * FROM `fdp_cart_rule` cr
LEFT JOIN `fdp_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1
0.474 ms 3 /classes/CartRule.php:423
334
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3132
ORDER BY f.position ASC
0.473 ms 1 Yes /classes/Product.php:6021
550
SELECT SQL_NO_CACHE * FROM `fdp_cart_rule` cr
LEFT JOIN `fdp_cart_rule_lang` crl 
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%"
0.473 ms 1 /classes/CartRule.php:423
668
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.473 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
204
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3154)
0.469 ms 1 /classes/Product.php:3860
481
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3151
ORDER BY `position`
0.469 ms 1 Yes /classes/Product.php:3545
283
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3142)
0.467 ms 1 /classes/Product.php:3860
543
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3096) AND (b.`id_shop` = 1) LIMIT 1
0.467 ms 1 /src/Adapter/EntityMapper.php:71
189
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3159
ORDER BY f.position ASC
0.466 ms 1 Yes /classes/Product.php:6021
432
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3110 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.466 ms 0 /classes/Cart.php:1430
778
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3117) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.465 ms 1 Yes Yes /classes/Product.php:4524
1
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 fdp_shop_group gs
LEFT JOIN fdp_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN fdp_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
0.463 ms 1 Yes /classes/shop/Shop.php:715
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fdp_module` m
LEFT JOIN `fdp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.463 ms 127 /classes/module/Module.php:346
553
SELECT SQL_NO_CACHE `iso_code`
FROM `fdp_country`
WHERE `id_country` = 10 LIMIT 1
0.463 ms 1 /classes/Country.php:275
760
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3123) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4524
301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3141
ORDER BY f.position ASC
0.461 ms 1 Yes /classes/Product.php:6021
145
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3167
ORDER BY f.position ASC
0.458 ms 1 Yes /classes/Product.php:6021
290
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3142
ORDER BY f.position ASC
0.458 ms 1 Yes /classes/Product.php:6021
211
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3154
ORDER BY f.position ASC
0.457 ms 1 Yes /classes/Product.php:6021
502
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3141
ORDER BY `position`
0.457 ms 1 Yes /classes/Product.php:3545
510
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3132) AND (b.`id_shop` = 1) LIMIT 1
0.456 ms 1 /src/Adapter/EntityMapper.php:71
611
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.455 ms 1 Yes /classes/Currency.php:826
462
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3164) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
166
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fdp_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3163 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3163 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.452 ms 0 /classes/Cart.php:1430
457
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3172
ORDER BY `position`
0.452 ms 1 Yes /classes/Product.php:3545
526
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3122
ORDER BY `position`
0.452 ms 1 Yes /classes/Product.php:3545
658
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.452 ms 1 Yes /classes/Currency.php:826
546
SELECT SQL_NO_CACHE 1 FROM fdp_cart_product cp INNER JOIN fdp_product p
ON (p.id_product = cp.id_product) INNER JOIN fdp_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.450 ms 1 /classes/Cart.php:4255
376
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3123) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.450 ms 1 /classes/stock/StockAvailable.php:453
661
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3148) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.448 ms 1 Yes Yes /classes/Product.php:4524
639
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.447 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
257
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3148
ORDER BY f.position ASC
0.445 ms 1 Yes /classes/Product.php:6021
48
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "nexixpay" LIMIT 1
0.445 ms 1 /classes/module/Module.php:2659
656
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.445 ms 1 Yes /classes/Currency.php:826
566
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.444 ms 1 Yes /classes/Currency.php:826
724
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3132) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.444 ms 1 Yes Yes /classes/Product.php:4524
796
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.444 ms 1 Yes Yes /classes/Product.php:4524
621
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.443 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
685
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.443 ms 1 Yes /classes/Currency.php:826
42
SELECT SQL_NO_CACHE state FROM fdp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.442 ms 1 /classes/FeatureFlag.php:105
671
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.442 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
714
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.442 ms 1 Yes /classes/Currency.php:826
716
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.441 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
498
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3142) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
47
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `fdp_module` m
LEFT JOIN `fdp_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.440 ms 127 /classes/module/Module.php:346
529
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3117
ORDER BY `position`
0.440 ms 1 Yes /classes/Product.php:3545
582
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.439 ms 1 Yes /classes/Currency.php:826
787
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3116) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.439 ms 1 Yes Yes /classes/Product.php:4524
558
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `fdp_category` c
LEFT JOIN `fdp_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.437 ms 1 /classes/Category.php:1585
568
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.436 ms 1 Yes /classes/Currency.php:826
444
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3100
ORDER BY f.position ASC
0.435 ms 1 Yes /classes/Product.php:6021
679
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.435 ms 1 Yes Yes /classes/Product.php:4524
705
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.435 ms 1 Yes /classes/Currency.php:826
535
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3111
ORDER BY `position`
0.434 ms 1 Yes /classes/Product.php:3545
814
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3100) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.434 ms 1 Yes Yes /classes/Product.php:4524
549
SELECT SQL_NO_CACHE 1 FROM `fdp_cart_rule` WHERE ((date_to >= "2025-09-13 00:00:00" AND date_to <= "2025-09-13 23:59:59") OR (date_from >= "2025-09-13 00:00:00" AND date_from <= "2025-09-13 23:59:59") OR (date_from < "2025-09-13 00:00:00" AND date_to > "2025-09-13 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.434 ms 4 /classes/CartRule.php:357
149
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3164)
0.433 ms 1 /classes/Product.php:3860
179
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3159
AND image_shop.`cover` = 1 LIMIT 1
0.432 ms 1 /classes/Product.php:3570
484
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3150
ORDER BY `position`
0.432 ms 1 Yes /classes/Product.php:3545
583
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.432 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
512
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3132
0.431 ms 1 /classes/Product.php:2902
638
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.431 ms 1 Yes /classes/Currency.php:826
805
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3110) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.431 ms 1 Yes Yes /classes/Product.php:4524
157
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3163
AND image_shop.`cover` = 1 LIMIT 1
0.430 ms 1 /classes/Product.php:3570
572
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.429 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
721
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.428 ms 1 Yes /classes/Currency.php:826
731
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.428 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
234
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3150
ORDER BY f.position ASC
0.427 ms 1 Yes /classes/Product.php:6021
615
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.427 ms 1 Yes /classes/Currency.php:826
823
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3096) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.427 ms 1 Yes Yes /classes/Product.php:4524
567
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.426 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
643
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 `fdp_product_attribute` pa
INNER JOIN fdp_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 `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.426 ms 1 Yes Yes /classes/Product.php:4524
654
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.426 ms 1 Yes /classes/Currency.php:826
673
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.426 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
570
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.424 ms 1 Yes /classes/Currency.php:826
579
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.423 ms 1 Yes /classes/Currency.php:826
130
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3172) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.423 ms 1 /classes/stock/StockAvailable.php:453
167
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3163
ORDER BY f.position ASC
0.423 ms 1 Yes /classes/Product.php:6021
433
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3110
ORDER BY f.position ASC
0.423 ms 1 Yes /classes/Product.php:6021
544
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3096
ORDER BY `position`
0.423 ms 1 Yes /classes/Product.php:3545
101
SELECT SQL_NO_CACHE *
FROM `fdp_category` a0
LEFT JOIN `fdp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 721) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.422 ms 1 /classes/PrestaShopCollection.php:383
182
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3159)
0.422 ms 1 /classes/Product.php:3860
360
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3124)
0.422 ms 1 /classes/Product.php:3860
160
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3163)
0.421 ms 1 /classes/Product.php:3860
39
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 226) AND (b.`id_shop` = 1) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
313
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3135
AND image_shop.`cover` = 1 LIMIT 1
0.420 ms 1 /classes/Product.php:3570
609
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.419 ms 1 Yes /classes/Currency.php:826
666
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.419 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
629
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.418 ms 1 Yes /classes/Currency.php:826
49
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1
0.418 ms 1 /classes/module/Module.php:2132
223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fdp_feature_product pf
LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fdp_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3151
ORDER BY f.position ASC
0.417 ms 1 Yes /classes/Product.php:6021
466
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3163
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3545
504
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3139) AND (b.`id_shop` = 1) LIMIT 1
0.416 ms 1 /src/Adapter/EntityMapper.php:71
564
SELECT SQL_NO_CACHE *
FROM `fdp_currency` c
INNER JOIN fdp_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.416 ms 1 Yes /classes/Currency.php:694
478
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3154
ORDER BY `position`
0.414 ms 1 Yes /classes/Product.php:3545
492
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3145) AND (b.`id_shop` = 1) LIMIT 1
0.413 ms 1 /src/Adapter/EntityMapper.php:71
684
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.413 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
250
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3148)
0.412 ms 1 /classes/Product.php:3860
415
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3111)
0.412 ms 1 /classes/Product.php:3860
483
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3150) AND (b.`id_shop` = 1) LIMIT 1
0.412 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE tr.*
FROM `fdp_tax_rule` tr
JOIN `fdp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
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
0.411 ms 1 /classes/tax/TaxRulesTaxManager.php:109
465
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3163) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
538
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3110
ORDER BY `position`
0.411 ms 1 Yes /classes/Product.php:3545
551
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.411 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
588
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.411 ms 1 Yes /classes/Currency.php:826
713
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.409 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
190
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3155
AND image_shop.`cover` = 1 LIMIT 1
0.408 ms 1 /classes/Product.php:3570
460
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3167
ORDER BY `position`
0.408 ms 1 Yes /classes/Product.php:3545
563
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.408 ms 1 Yes /classes/Currency.php:826
146
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3164
AND image_shop.`cover` = 1 LIMIT 1
0.407 ms 1 /classes/Product.php:3570
574
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.407 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
469
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3161
ORDER BY `position`
0.406 ms 1 Yes /classes/Product.php:3545
677
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.406 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
696
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.406 ms 1 Yes /classes/Currency.php:826
719
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.406 ms 1 Yes /classes/Currency.php:826
651
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.405 ms 1 Yes /classes/Currency.php:826
622
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.405 ms 1 Yes /classes/Currency.php:826
445
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3096
AND image_shop.`cover` = 1 LIMIT 1
0.404 ms 1 /classes/Product.php:3570
487
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3149
ORDER BY `position`
0.404 ms 1 Yes /classes/Product.php:3545
174
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3161 LIMIT 1
0.403 ms 1 /classes/Pack.php:89
641
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.402 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
707
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.401 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
754
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.401 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
477
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3154) AND (b.`id_shop` = 1) LIMIT 1
0.400 ms 1 /src/Adapter/EntityMapper.php:71
718
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.400 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
426
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3110)
0.399 ms 1 /classes/Product.php:3860
735
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.399 ms 1 Yes /classes/Currency.php:826
680
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.398 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
678
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.398 ms 1 Yes /classes/Currency.php:826
703
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.398 ms 1 Yes /classes/Currency.php:826
495
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3144) AND (b.`id_shop` = 1) LIMIT 1
0.397 ms 1 /src/Adapter/EntityMapper.php:71
590
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.397 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
645
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.397 ms 1 Yes /classes/Currency.php:826
507
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3135) AND (b.`id_shop` = 1) LIMIT 1
0.396 ms 1 /src/Adapter/EntityMapper.php:71
594
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.396 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
470
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3161
0.395 ms 1 /classes/Product.php:2902
649
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.395 ms 1 Yes /classes/Currency.php:826
732
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.395 ms 1 Yes /classes/Currency.php:826
235
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3149
AND image_shop.`cover` = 1 LIMIT 1
0.394 ms 1 /classes/Product.php:3570
382
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3122)
0.394 ms 1 /classes/Product.php:3860
490
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3148
ORDER BY `position`
0.393 ms 1 Yes /classes/Product.php:3545
712
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.393 ms 1 Yes /classes/Currency.php:826
404
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3116)
0.392 ms 1 /classes/Product.php:3860
532
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3116
ORDER BY `position`
0.392 ms 1 Yes /classes/Product.php:3545
559
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `fdp_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.392 ms 1 /classes/Category.php:1591
480
SELECT SQL_NO_CACHE *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3151) AND (b.`id_shop` = 1) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
585
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.391 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
247
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3148
AND image_shop.`cover` = 1 LIMIT 1
0.388 ms 1 /classes/Product.php:3570
623
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.388 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
710
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.387 ms 1 Yes /classes/Currency.php:826
586
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.386 ms 1 Yes /classes/Currency.php:826
521
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3124
0.386 ms 1 /classes/Product.php:2902
695
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.386 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
761
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.386 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
238
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3149 LIMIT 1
0.385 ms 1 /classes/SpecificPrice.php:435
393
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3117)
0.385 ms 1 /classes/Product.php:3860
412
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3111
AND image_shop.`cover` = 1 LIMIT 1
0.384 ms 1 /classes/Product.php:3570
633
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.384 ms 1 Yes /classes/Currency.php:826
752
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.384 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
227
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3150)
0.384 ms 1 /classes/Product.php:3860
631
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.384 ms 1 Yes /classes/Currency.php:826
193
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3155)
0.383 ms 1 /classes/Product.php:3860
647
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.383 ms 1 Yes /classes/Currency.php:826
401
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3116
AND image_shop.`cover` = 1 LIMIT 1
0.383 ms 1 /classes/Product.php:3570
107
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM fdp_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.382 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
603
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.382 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
523
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3123
ORDER BY `position`
0.381 ms 1 Yes /classes/Product.php:3545
618
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.381 ms 1 Yes /classes/Currency.php:826
76
SELECT SQL_NO_CACHE *
FROM `fdp_category` a0
LEFT JOIN `fdp_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 721) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.380 ms 1 /classes/PrestaShopCollection.php:383
125
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3172 AND `id_group` = 1 LIMIT 1
0.380 ms 0 /classes/GroupReduction.php:156
584
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.380 ms 1 Yes /classes/Currency.php:826
698
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.379 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
700
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.379 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
175
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3161 LIMIT 1
0.378 ms 1 /classes/Pack.php:90
581
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.378 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
627
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.378 ms 1 Yes /classes/Currency.php:826
646
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.377 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
681
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.377 ms 1 Yes /classes/Currency.php:826
744
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.377 ms 1 Yes /classes/Currency.php:826
755
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.377 ms 1 Yes /classes/Currency.php:826
448
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3096)
0.376 ms 1 /classes/Product.php:3860
592
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.376 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
730
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.376 ms 1 Yes /classes/Currency.php:826
743
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.376 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
436
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3100 LIMIT 1
0.375 ms 1 /classes/SpecificPrice.php:435
597
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.375 ms 1 Yes /classes/Currency.php:826
693
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.375 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
757
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.375 ms 1 Yes /classes/Currency.php:826
294
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3141)
0.374 ms 1 /classes/Product.php:3860
437
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3100)
0.374 ms 1 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.374 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
587
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.374 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
747
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.373 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
758
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.373 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
613
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.373 ms 1 Yes /classes/Currency.php:826
708
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.372 ms 1 Yes /classes/Currency.php:826
338
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3131)
0.371 ms 1 /classes/Product.php:3860
340
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3131 AND `id_group` = 1 LIMIT 1
0.371 ms 0 /classes/GroupReduction.php:156
390
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3117
AND image_shop.`cover` = 1 LIMIT 1
0.370 ms 1 /classes/Product.php:3570
619
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.370 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
725
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.370 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
655
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.370 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
20
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.369 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.369 ms 1 Yes /classes/Currency.php:826
606
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.369 ms 1 Yes /classes/Currency.php:826
472
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3159
ORDER BY `position`
0.368 ms 1 Yes /classes/Product.php:3545
305
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3139)
0.367 ms 1 /classes/Product.php:3860
463
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3164
ORDER BY `position`
0.367 ms 1 Yes /classes/Product.php:3545
591
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.367 ms 1 Yes /classes/Currency.php:826
36
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 287) AND (b.`id_shop` = 1) LIMIT 1
0.365 ms 1 /src/Adapter/EntityMapper.php:71
64
SELECT SQL_NO_CACHE *
FROM `fdp_currency` a0
LEFT JOIN `fdp_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.365 ms 1 /classes/PrestaShopCollection.php:383
239
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3149)
0.365 ms 1 /classes/Product.php:3860
689
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.365 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
740
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.365 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
475
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3155
ORDER BY `position`
0.364 ms 1 Yes /classes/Product.php:3545
683
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.364 ms 1 Yes /classes/Currency.php:826
711
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.364 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
159
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3163 LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:435
349
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3129)
0.363 ms 1 /classes/Product.php:3860
369
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.363 ms 1 /classes/Product.php:5659
324
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3132
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
134
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3167
AND image_shop.`cover` = 1 LIMIT 1
0.362 ms 1 /classes/Product.php:3570
99
SELECT SQL_NO_CACHE *
FROM `fdp_currency` a0
LEFT JOIN `fdp_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.362 ms 1 /classes/PrestaShopCollection.php:383
736
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.362 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
511
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3132
ORDER BY `position`
0.361 ms 1 Yes /classes/Product.php:3545
91
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `fdp_currency` c
LEFT JOIN fdp_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.361 ms 1 /classes/Currency.php:1136
138
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3167)
0.361 ms 1 /classes/Product.php:3860
734
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.361 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
759
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.361 ms 1 Yes /classes/Currency.php:826
431
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.360 ms 1 /classes/stock/StockAvailable.php:453
595
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.360 ms 1 Yes /classes/Currency.php:826
27
SELECT SQL_NO_CACHE *
FROM `fdp_currency` a
LEFT JOIN `fdp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.358 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayFooterProduct' LIMIT 1
0.358 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
316
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3135)
0.358 ms 1 /classes/Product.php:3860
423
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3110
AND image_shop.`cover` = 1 LIMIT 1
0.358 ms 1 /classes/Product.php:3570
493
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3145
ORDER BY `position`
0.358 ms 1 Yes /classes/Product.php:3545
569
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.358 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
216
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3151)
0.358 ms 1 /classes/Product.php:3860
773
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.357 ms 1 Yes /classes/Currency.php:826
25
SELECT SQL_NO_CACHE *
FROM `fdp_currency` a
LEFT JOIN `fdp_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `fdp_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:71
753
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.357 ms 1 Yes /classes/Currency.php:826
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `fdp_lang` l
LEFT JOIN `fdp_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.355 ms 1 /classes/Language.php:1080
302
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3139
AND image_shop.`cover` = 1 LIMIT 1
0.355 ms 1 /classes/Product.php:3570
722
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.355 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
745
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.355 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
749
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.355 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
626
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.354 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
269
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3144
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 1 /classes/Product.php:3570
272
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3144)
0.353 ms 1 /classes/Product.php:3860
573
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.353 ms 1 Yes /classes/Currency.php:826
669
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.352 ms 1 Yes /classes/Currency.php:826
326
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3132 LIMIT 1
0.352 ms 1 /classes/SpecificPrice.php:435
212
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3151
AND image_shop.`cover` = 1 LIMIT 1
0.351 ms 1 /classes/Product.php:3570
497
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3144
0.351 ms 1 /classes/Product.php:2902
676
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.351 ms 1 Yes /classes/Currency.php:826
741
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.351 ms 1 Yes /classes/Currency.php:826
746
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.351 ms 1 Yes /classes/Currency.php:826
748
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.351 ms 1 Yes /classes/Currency.php:826
337
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3131 LIMIT 1
0.350 ms 1 /classes/SpecificPrice.php:435
662
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.350 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
672
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.350 ms 1 Yes /classes/Currency.php:826
675
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.350 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
280
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3142
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
780
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.349 ms 1 Yes /classes/Currency.php:826
717
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.349 ms 1 Yes /classes/Currency.php:826
630
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.348 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
304
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3139 LIMIT 1
0.348 ms 1 /classes/SpecificPrice.php:435
248
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.346 ms 1 /classes/Product.php:5659
100
SELECT SQL_NO_CACHE *
FROM `fdp_currency` a0
LEFT JOIN `fdp_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.346 ms 1 /classes/PrestaShopCollection.php:383
576
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.346 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
702
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.346 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
738
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.346 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
201
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3154
AND image_shop.`cover` = 1 LIMIT 1
0.345 ms 1 /classes/Product.php:3570
281
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.345 ms 1 /classes/Product.php:5659
659
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.345 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
737
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.345 ms 1 Yes /classes/Currency.php:826
739
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.345 ms 1 Yes /classes/Currency.php:826
762
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.345 ms 1 Yes /classes/Currency.php:826
782
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.345 ms 1 Yes /classes/Currency.php:826
691
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.344 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
729
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.344 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
763
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.344 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
765
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.344 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
657
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.343 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
236
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fdp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 404 LIMIT 1
0.342 ms 1 /classes/Category.php:1378
770
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.342 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
779
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.341 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
628
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.341 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
653
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.341 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
750
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.341 ms 1 Yes /classes/Currency.php:826
834
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.340 ms 1 /classes/module/Module.php:2659
83
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 287 LIMIT 1
0.339 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
699
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.339 ms 1 Yes /classes/Currency.php:826
781
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.339 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
784
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.339 ms 1 Yes /classes/Currency.php:826
263
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3145 AND `id_group` = 1 LIMIT 1
0.338 ms 0 /classes/GroupReduction.php:156
181
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3159 LIMIT 1
0.338 ms 1 /classes/SpecificPrice.php:435
328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3132 AND id_shop=1 LIMIT 1
0.337 ms 1 /classes/Product.php:6876
348
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3129 LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:435
783
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.337 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
127
SELECT SQL_NO_CACHE tr.*
FROM `fdp_tax_rule` tr
JOIN `fdp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 232)
AND ('37012' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '37012')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.336 ms 0 /classes/tax/TaxRulesTaxManager.php:109
593
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.336 ms 1 Yes /classes/Currency.php:826
682
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.336 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
776
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.336 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
6
SELECT SQL_NO_CACHE *
FROM `fdp_country` a
LEFT JOIN `fdp_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `fdp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
30
SELECT SQL_NO_CACHE *
FROM `fdp_group` a
LEFT JOIN `fdp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
720
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.334 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
575
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.334 ms 1 Yes /classes/Currency.php:826
335
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3131
AND image_shop.`cover` = 1 LIMIT 1
0.333 ms 1 /classes/Product.php:3570
347
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.333 ms 1 /classes/Product.php:5659
171
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3161)
0.333 ms 1 /classes/Product.php:3860
90
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'category'
AND bc.`key_related` = '2' LIMIT 1
0.332 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
723
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.332 ms 1 Yes /classes/Currency.php:826
545
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3096
0.332 ms 1 /classes/Product.php:2902
608
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.332 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
148
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3164 LIMIT 1
0.331 ms 1 /classes/SpecificPrice.php:435
224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3150
AND image_shop.`cover` = 1 LIMIT 1
0.331 ms 1 /classes/Product.php:3570
774
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.331 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
128
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3172 LIMIT 1
0.331 ms 1 /classes/Pack.php:89
704
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.331 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
764
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.331 ms 1 Yes /classes/Currency.php:826
620
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.330 ms 1 Yes /classes/Currency.php:826
158
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.330 ms 1 /classes/Product.php:5659
375
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3123 LIMIT 1
0.330 ms 1 /classes/Pack.php:90
727
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.330 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
771
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.330 ms 1 Yes /classes/Currency.php:826
264
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3145 LIMIT 1
0.329 ms 1 /classes/Pack.php:89
434
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3100
AND image_shop.`cover` = 1 LIMIT 1
0.329 ms 1 /classes/Product.php:3570
772
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.329 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
775
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.329 ms 1 Yes /classes/Currency.php:826
119
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3172)
0.328 ms 1 /classes/Product.php:3860
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3151) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.328 ms 1 /classes/stock/StockAvailable.php:453
777
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.328 ms 1 Yes /classes/Currency.php:826
51
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 402
AND `id_module` = 108
AND `id_shop` = 1
0.328 ms 1 /classes/Hook.php:515
92
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumn' LIMIT 1
0.327 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
766
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.327 ms 1 Yes /classes/Currency.php:826
168
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3161
AND image_shop.`cover` = 1 LIMIT 1
0.326 ms 1 /classes/Product.php:3570
371
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 `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fdp_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` = 3123)
0.326 ms 1 /classes/Product.php:3860
555
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.326 ms 1 /classes/module/Module.php:2132
788
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.326 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
95
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayLeftColumnProduct' LIMIT 1
0.324 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
357
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3124
AND image_shop.`cover` = 1 LIMIT 1
0.324 ms 1 /classes/Product.php:3570
799
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.324 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
809
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.323 ms 1 Yes /classes/Currency.php:826
728
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.322 ms 1 Yes /classes/Currency.php:826
152
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3164 LIMIT 1
0.322 ms 1 /classes/Pack.php:89
330
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3132 LIMIT 1
0.322 ms 1 /classes/Pack.php:89
117
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 0 LIMIT 1
0.321 ms 1 /classes/SpecificPrice.php:426
123
SELECT SQL_NO_CACHE *
FROM `fdp_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
756
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.321 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
65
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "an_productfields" LIMIT 1
0.319 ms 1 /classes/module/Module.php:2659
329
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3132 AND `id_group` = 1 LIMIT 1
0.319 ms 0 /classes/GroupReduction.php:156
370
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3123 LIMIT 1
0.319 ms 1 /classes/SpecificPrice.php:435
282
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3142 LIMIT 1
0.318 ms 1 /classes/SpecificPrice.php:435
346
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3129
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
38
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
69
SELECT SQL_NO_CACHE * FROM `fdp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.317 ms 8 Yes /classes/ImageType.php:109
640
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.317 ms 1 Yes /classes/Currency.php:826
28
SELECT SQL_NO_CACHE *
FROM `fdp_currency_lang`
WHERE `id_currency` = 1
0.316 ms 1 /src/Adapter/EntityMapper.php:79
686
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.316 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
687
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.315 ms 1 Yes /classes/Currency.php:826
612
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.315 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
8
SELECT SQL_NO_CACHE *
FROM `fdp_lang` a
LEFT JOIN `fdp_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
806
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.314 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
396
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3117 LIMIT 1
0.313 ms 1 /classes/Pack.php:89
447
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3096 LIMIT 1
0.313 ms 1 /classes/SpecificPrice.php:435
509
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3135
0.313 ms 1 /classes/Product.php:2902
599
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.313 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
709
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.313 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
21
SELECT SQL_NO_CACHE * FROM `fdp_currency` c ORDER BY `iso_code` ASC
0.312 ms 1 Yes /classes/Currency.php:709
503
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3141
0.312 ms 1 /classes/Product.php:2902
610
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.312 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
694
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.312 ms 1 Yes /classes/Currency.php:826
96
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumnProduct' LIMIT 1
0.311 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
93
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayRightColumn' LIMIT 1
0.310 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3148 AND id_shop=1 LIMIT 1
0.310 ms 1 /classes/Product.php:6876
565
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.310 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
768
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.310 ms 1 Yes /classes/Currency.php:826
797
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.310 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
785
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.307 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
79
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "header")
0.307 ms 10 /modules/tdelementor/tdelementor.php:1388
385
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3122 LIMIT 1
0.307 ms 1 /classes/Pack.php:89
192
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3155 LIMIT 1
0.306 ms 1 /classes/SpecificPrice.php:435
650
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.306 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
147
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.306 ms 1 /classes/Product.php:5659
260
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3145 LIMIT 1
0.305 ms 1 /classes/SpecificPrice.php:435
374
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3123 LIMIT 1
0.305 ms 1 /classes/Pack.php:89
815
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.305 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
286
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3142 LIMIT 1
0.304 ms 1 /classes/Pack.php:89
791
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.304 ms 1 Yes /classes/Currency.php:826
151
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3164 AND `id_group` = 1 LIMIT 1
0.303 ms 0 /classes/GroupReduction.php:156
632
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.303 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
196
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3155 LIMIT 1
0.302 ms 1 /classes/Pack.php:89
789
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.302 ms 1 Yes /classes/Currency.php:826
807
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.301 ms 1 Yes /classes/Currency.php:826
786
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.301 ms 1 Yes /classes/Currency.php:826
381
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3122 LIMIT 1
0.300 ms 1 /classes/SpecificPrice.php:435
602
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.300 ms 1 Yes /classes/Currency.php:826
373
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3123 AND `id_group` = 1 LIMIT 1
0.299 ms 0 /classes/GroupReduction.php:156
31
SELECT SQL_NO_CACHE *
FROM `fdp_group_lang`
WHERE `id_group` = 1
0.299 ms 1 /src/Adapter/EntityMapper.php:79
43
SELECT SQL_NO_CACHE * FROM `fdp_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.299 ms 8 Yes /classes/ImageType.php:109
790
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.299 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
816
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.299 ms 1 Yes /classes/Currency.php:826
135
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fdp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 405 LIMIT 1
0.298 ms 1 /classes/Category.php:1378
185
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3159 LIMIT 1
0.298 ms 1 /classes/Pack.php:89
600
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.298 ms 1 Yes /classes/Currency.php:826
838
SELECT SQL_NO_CACHE *
FROM `fdp_currency` c
INNER JOIN fdp_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.298 ms 1 Yes /classes/Currency.php:694
810
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.298 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
275
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3144 LIMIT 1
0.297 ms 1 /classes/Pack.php:89
291
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3141
AND image_shop.`cover` = 1 LIMIT 1
0.297 ms 1 /classes/Product.php:3570
824
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.297 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
833
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.297 ms 1 Yes /classes/Currency.php:826
414
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3111 LIMIT 1
0.297 ms 1 /classes/SpecificPrice.php:435
820
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.297 ms 1 Yes /classes/Currency.php:826
767
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.296 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
812
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.296 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
554
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.295 ms 1 /classes/module/Module.php:2659
143
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3167) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.295 ms 1 /classes/stock/StockAvailable.php:453
792
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.295 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
798
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.295 ms 1 Yes /classes/Currency.php:826
111
SELECT SQL_NO_CACHE data FROM fdp_layered_filter_block WHERE hash="604bd5b6db80def258e0d8b9e04e18ca" LIMIT 1
0.294 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
142
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3167 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
451
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3096 LIMIT 1
0.293 ms 1 /classes/Pack.php:89
601
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.293 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
800
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.293 ms 1 Yes /classes/Currency.php:826
258
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fdp_image` i
INNER JOIN fdp_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3145
AND image_shop.`cover` = 1 LIMIT 1
0.292 ms 1 /classes/Product.php:3570
405
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3116 AND id_shop=1 LIMIT 1
0.292 ms 1 /classes/Product.php:6876
825
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.292 ms 1 Yes /classes/Currency.php:826
249
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3148 LIMIT 1
0.292 ms 1 /classes/SpecificPrice.php:435
476
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3155
0.291 ms 1 /classes/Product.php:2902
308
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3139 LIMIT 1
0.291 ms 1 /classes/Pack.php:89
811
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.291 ms 1 Yes /classes/Currency.php:826
832
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.291 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
435
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.290 ms 1 /classes/Product.php:5659
515
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3131
0.290 ms 1 /classes/Product.php:2902
690
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.290 ms 1 Yes /classes/Currency.php:826
244
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3149) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.289 ms 1 /classes/stock/StockAvailable.php:453
793
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.289 ms 1 Yes /classes/Currency.php:826
137
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3167 LIMIT 1
0.288 ms 1 /classes/SpecificPrice.php:435
259
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.288 ms 1 /classes/Product.php:5659
319
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3135 LIMIT 1
0.288 ms 1 /classes/Pack.php:89
342
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3131 LIMIT 1
0.288 ms 1 /classes/Pack.php:90
354
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3129) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:453
418
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3111 LIMIT 1
0.288 ms 1 /classes/Pack.php:89
804
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.288 ms 1 Yes /classes/Currency.php:826
98
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'display404Elementor' LIMIT 1
0.287 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
524
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3123
0.287 ms 1 /classes/Product.php:2902
542
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3100
0.287 ms 1 /classes/Product.php:2902
794
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.286 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
97
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_related` bc
LEFT JOIN `fdp_tdelementor_related_shop` bcs
ON (bc.`id_tdelementor_related` = bcs.`id_tdelementor_related`)
WHERE bcs.`id_shop` = 1
AND bc.`post_type` = 'hook'
AND bc.`key_related` = 'displayContactElementor' LIMIT 1
0.286 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
187
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.285 ms 1 /classes/stock/StockAvailable.php:453
827
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.285 ms 1 Yes /classes/Currency.php:826
562
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.285 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
801
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.285 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
67
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.284 ms 0 /classes/module/Module.php:2659
230
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3150 LIMIT 1
0.284 ms 1 /classes/Pack.php:89
332
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3132) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
808
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.284 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
818
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.284 ms 1 Yes /classes/Currency.php:826
829
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.284 ms 1 Yes /classes/Currency.php:826
846
SELECT SQL_NO_CACHE data
FROM `fdp_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.284 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
141
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3167 LIMIT 1
0.283 ms 1 /classes/Pack.php:89
425
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3110 LIMIT 1
0.283 ms 1 /classes/SpecificPrice.php:435
817
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.283 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
828
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.283 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
52
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 441
AND `id_module` = 108
AND `id_shop` = 1
0.282 ms 1 /classes/Hook.php:515
104
SELECT SQL_NO_CACHE *
FROM `fdp_group` a
LEFT JOIN `fdp_group_lang` `b` ON a.`id_group` = b.`id_group` AND b.`id_lang` = 1
LEFT JOIN `fdp_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:71
826
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.282 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
813
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.281 ms 1 Yes /classes/Currency.php:826
73
SELECT SQL_NO_CACHE *
FROM `fdp_country` a
LEFT JOIN `fdp_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
831
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.279 ms 1 Yes /classes/Currency.php:826
161
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3163 AND id_shop=1 LIMIT 1
0.279 ms 1 /classes/Product.php:6876
242
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3149 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
802
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.279 ms 1 Yes /classes/Currency.php:826
819
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.279 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
822
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.279 ms 1 Yes /classes/Currency.php:826
830
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.279 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
795
SELECT SQL_NO_CACHE c.*
FROM `fdp_module_currency` mc
LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 214
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.278 ms 1 Yes /classes/Currency.php:826
821
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.278 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
194
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3155 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
170
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3161 LIMIT 1
0.276 ms 1 /classes/SpecificPrice.php:435
407
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3116 LIMIT 1
0.276 ms 1 /classes/Pack.php:89
108
SELECT SQL_NO_CACHE *
FROM `fdp_category` a
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE `id_category`
FROM `fdp_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.275 ms 1 /classes/Category.php:2450
71
SELECT SQL_NO_CACHE `need_identification_number`
FROM `fdp_country`
WHERE `id_country` = 10 LIMIT 1
0.275 ms 1 /classes/Country.php:405
198
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3155) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.275 ms 1 /classes/stock/StockAvailable.php:453
120
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3172 AND id_shop=1 LIMIT 1
0.274 ms 1 /classes/Product.php:6876
154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3164) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.274 ms 1 /classes/stock/StockAvailable.php:453
207
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3154 LIMIT 1
0.274 ms 1 /classes/Pack.php:89
341
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3131 LIMIT 1
0.274 ms 1 /classes/Pack.php:89
539
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3110
0.274 ms 1 /classes/Product.php:2902
464
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3164
0.273 ms 1 /classes/Product.php:2902
70
SELECT SQL_NO_CACHE format
FROM `fdp_address_format`
WHERE `id_country` = 10 LIMIT 1
0.273 ms 1 /classes/AddressFormat.php:656
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3139) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.273 ms 1 /classes/stock/StockAvailable.php:453
352
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3129 LIMIT 1
0.273 ms 1 /classes/Pack.php:89
394
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3117 AND id_shop=1 LIMIT 1
0.273 ms 1 /classes/Product.php:6876
527
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3122
0.273 ms 1 /classes/Product.php:2902
530
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3117
0.273 ms 1 /classes/Product.php:2902
803
SELECT SQL_NO_CACHE c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 214) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.273 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
427
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3110 AND id_shop=1 LIMIT 1
0.272 ms 1 /classes/Product.php:6876
380
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.271 ms 1 /classes/Product.php:5659
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3154) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.271 ms 1 /classes/stock/StockAvailable.php:453
303
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.270 ms 1 /classes/Product.php:5659
265
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3145 LIMIT 1
0.270 ms 1 /classes/Pack.php:90
266
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3145) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.270 ms 1 /classes/stock/StockAvailable.php:453
392
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3117 LIMIT 1
0.270 ms 1 /classes/SpecificPrice.php:435
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.270 ms 1 /classes/stock/StockAvailable.php:453
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3135) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.269 ms 1 /classes/stock/StockAvailable.php:453
7
SELECT SQL_NO_CACHE *
FROM `fdp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.269 ms 1 /src/Adapter/EntityMapper.php:71
362
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3124 AND `id_group` = 1 LIMIT 1
0.268 ms 0 /classes/GroupReduction.php:156
488
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3149
0.268 ms 1 /classes/Product.php:2902
34
SELECT SQL_NO_CACHE ctg.`id_group`
FROM fdp_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.267 ms 1 /classes/Category.php:1754
72
SELECT SQL_NO_CACHE *
FROM `fdp_state` a
WHERE (a.`id_state` = 232) LIMIT 1
0.267 ms 1 /src/Adapter/EntityMapper.php:71
118
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3172 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
220
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3151 LIMIT 1
0.267 ms 1 /classes/Pack.php:90
359
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3124 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
403
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3116 LIMIT 1
0.267 ms 1 /classes/SpecificPrice.php:435
109
SELECT SQL_NO_CACHE *
FROM `fdp_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.266 ms 1 /src/Adapter/EntityMapper.php:79
339
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3131 AND id_shop=1 LIMIT 1
0.266 ms 1 /classes/Product.php:6876
500
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3142
0.266 ms 1 /classes/Product.php:2902
80
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "footer")
0.266 ms 10 /modules/tdelementor/tdelementor.php:1388
440
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3100 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
458
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3172
0.265 ms 1 /classes/Product.php:2902
17
SELECT SQL_NO_CACHE name, alias FROM `fdp_hook_alias`
0.264 ms 88 /classes/Hook.php:339
315
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3135 LIMIT 1
0.263 ms 1 /classes/SpecificPrice.php:435
391
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.263 ms 1 /classes/Product.php:5659
479
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3154
0.263 ms 1 /classes/Product.php:2902
88
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 1094 LIMIT 1
0.262 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
277
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3144) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:453
276
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3144 LIMIT 1
0.262 ms 1 /classes/Pack.php:90
331
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3132 LIMIT 1
0.261 ms 1 /classes/Pack.php:90
163
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3163 LIMIT 1
0.261 ms 1 /classes/Pack.php:89
271
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3144 LIMIT 1
0.261 ms 1 /classes/SpecificPrice.php:435
292
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.261 ms 1 /classes/Product.php:5659
439
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3100 AND `id_group` = 1 LIMIT 1
0.261 ms 0 /classes/GroupReduction.php:156
473
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3159
0.260 ms 1 /classes/Product.php:2902
215
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3151 LIMIT 1
0.260 ms 1 /classes/SpecificPrice.php:435
293
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3141 LIMIT 1
0.260 ms 1 /classes/SpecificPrice.php:435
449
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3096 AND id_shop=1 LIMIT 1
0.260 ms 1 /classes/Product.php:6876
518
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3129
0.260 ms 1 /classes/Product.php:2902
533
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3116
0.259 ms 1 /classes/Product.php:2902
89
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 1309 LIMIT 1
0.259 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
429
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3110 LIMIT 1
0.259 ms 1 /classes/Pack.php:89
87
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 29 LIMIT 1
0.258 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
274
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3144 AND `id_group` = 1 LIMIT 1
0.258 ms 0 /classes/GroupReduction.php:156
299
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3141) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:453
485
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3150
0.258 ms 1 /classes/Product.php:2902
202
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.257 ms 1 /classes/Product.php:5659
297
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3141 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
81
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "home")
0.257 ms 10 /modules/tdelementor/tdelementor.php:1388
395
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3117 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:156
409
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3116) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.255 ms 1 /classes/stock/StockAvailable.php:453
430
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3110 LIMIT 1
0.255 ms 1 /classes/Pack.php:90
325
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.254 ms 1 /classes/Product.php:5659
24
SELECT SQL_NO_CACHE c.id_currency
FROM `fdp_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.254 ms 1 /classes/Currency.php:893
46
SELECT SQL_NO_CACHE * FROM `fdp_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.254 ms 1 /classes/module/Module.php:2041
353
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3129 LIMIT 1
0.254 ms 1 /classes/Pack.php:90
408
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3116 LIMIT 1
0.254 ms 1 /classes/Pack.php:90
420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.254 ms 1 /classes/stock/StockAvailable.php:453
219
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3151 LIMIT 1
0.253 ms 1 /classes/Pack.php:89
105
SELECT SQL_NO_CACHE `name`
FROM `fdp_hook`
WHERE `id_hook` = 14 LIMIT 1
0.253 ms 1 /classes/Hook.php:244
136
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.253 ms 1 /classes/Product.php:5659
318
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3135 AND `id_group` = 1 LIMIT 1
0.253 ms 0 /classes/GroupReduction.php:156
383
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3122 AND id_shop=1 LIMIT 1
0.253 ms 1 /classes/Product.php:6876
66
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 217 AND `id_shop` = 1 LIMIT 1
0.252 ms 1 /classes/module/Module.php:2132
314
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.252 ms 1 /classes/Product.php:5659
361
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3124 AND id_shop=1 LIMIT 1
0.252 ms 1 /classes/Product.php:6876
23
SELECT SQL_NO_CACHE value FROM `fdp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.250 ms 1 /classes/shop/Shop.php:1183
150
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3164 AND id_shop=1 LIMIT 1
0.250 ms 1 /classes/Product.php:6876
153
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3164 LIMIT 1
0.250 ms 1 /classes/Pack.php:90
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:453
129
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3172 LIMIT 1
0.249 ms 1 /classes/Pack.php:90
351
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3129 AND `id_group` = 1 LIMIT 1
0.249 ms 0 /classes/GroupReduction.php:156
309
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3139 LIMIT 1
0.249 ms 1 /classes/Pack.php:90
416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3111 AND id_shop=1 LIMIT 1
0.249 ms 1 /classes/Product.php:6876
270
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.248 ms 1 /classes/Product.php:5659
461
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3167
0.248 ms 1 /classes/Product.php:2902
32
SELECT SQL_NO_CACHE id_shop
FROM `fdp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.248 ms 1 /classes/ObjectModel.php:1729
86
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 226 LIMIT 1
0.248 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
139
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3167 AND id_shop=1 LIMIT 1
0.248 ms 1 /classes/Product.php:6876
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `fdp_hook_alias`
0.247 ms 88 /classes/Hook.php:287
58
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 78
AND `id_module` = 108
AND `id_shop` = 1
0.247 ms 1 /classes/Hook.php:515
226
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3150 LIMIT 1
0.247 ms 1 /classes/SpecificPrice.php:435
288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3142) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.247 ms 1 /classes/stock/StockAvailable.php:453
494
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3145
0.246 ms 1 /classes/Product.php:2902
241
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3149 AND `id_group` = 1 LIMIT 1
0.245 ms 0 /classes/GroupReduction.php:156
364
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3124 LIMIT 1
0.245 ms 1 /classes/Pack.php:90
398
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3117) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
424
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
844
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 191 AND `id_shop` = 1 LIMIT 1
0.245 ms 1 /classes/module/Module.php:2132
176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:453
295
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3141 AND id_shop=1 LIMIT 1
0.245 ms 1 /classes/Product.php:6876
438
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3100 AND id_shop=1 LIMIT 1
0.244 ms 1 /classes/Product.php:6876
363
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3124 LIMIT 1
0.244 ms 1 /classes/Pack.php:89
402
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.243 ms 1 /classes/Product.php:5659
183
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3159 AND id_shop=1 LIMIT 1
0.243 ms 1 /classes/Product.php:6876
22
SELECT SQL_NO_CACHE `id_lang` FROM `fdp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.242 ms 1 /classes/Language.php:883
419
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3111 LIMIT 1
0.242 ms 1 /classes/Pack.php:90
106
SELECT SQL_NO_CACHE `id_category`
FROM `fdp_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.241 ms 1 /classes/Category.php:2450
191
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.241 ms 1 /classes/Product.php:5659
9
SELECT SQL_NO_CACHE id_shop
FROM `fdp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.241 ms 1 /classes/ObjectModel.php:1729
208
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3154 LIMIT 1
0.240 ms 1 /classes/Pack.php:90
240
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3149 AND id_shop=1 LIMIT 1
0.240 ms 1 /classes/Product.php:6876
203
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3154 LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:435
306
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3139 AND id_shop=1 LIMIT 1
0.239 ms 1 /classes/Product.php:6876
386
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3122 LIMIT 1
0.239 ms 1 /classes/Pack.php:90
85
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 28 LIMIT 1
0.239 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
255
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3148) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:453
184
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3159 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:156
29
SELECT SQL_NO_CACHE id_shop
FROM `fdp_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.237 ms 1 /classes/ObjectModel.php:1729
77
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdelementor" LIMIT 1
0.237 ms 1 /classes/module/Module.php:2659
298
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3141 LIMIT 1
0.237 ms 1 /classes/Pack.php:90
162
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3163 AND `id_group` = 1 LIMIT 1
0.236 ms 0 /classes/GroupReduction.php:156
165
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3163) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:453
536
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3111
0.235 ms 1 /classes/Product.php:2902
397
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3117 LIMIT 1
0.235 ms 1 /classes/Pack.php:90
225
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
467
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3163
0.234 ms 1 /classes/Product.php:2902
446
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
205
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3154 AND id_shop=1 LIMIT 1
0.233 ms 1 /classes/Product.php:6876
214
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
284
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3142 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
343
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
387
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:453
491
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3148
0.231 ms 1 /classes/Product.php:2902
103
SELECT SQL_NO_CACHE `id_default_group`
FROM `fdp_customer`
WHERE `id_customer` = 0 LIMIT 1
0.230 ms 0 /classes/Customer.php:1154
417
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3111 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
57
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 442
AND `id_module` = 108
AND `id_shop` = 1
0.230 ms 1 /classes/Hook.php:515
428
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3110 AND `id_group` = 1 LIMIT 1
0.229 ms 0 /classes/GroupReduction.php:156
413
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.229 ms 1 /classes/Product.php:5659
839
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "bitmegamenu" LIMIT 1
0.228 ms 1 /classes/module/Module.php:2659
843
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdsearchblock" LIMIT 1
0.228 ms 1 /classes/module/Module.php:2659
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3124) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.227 ms 1 /classes/stock/StockAvailable.php:453
406
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3116 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
26
SELECT SQL_NO_CACHE `id_lang` FROM `fdp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.226 ms 1 /classes/Language.php:883
74
SELECT SQL_NO_CACHE *
FROM `fdp_country_lang`
WHERE `id_country` = 10
0.226 ms 1 /src/Adapter/EntityMapper.php:79
273
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3144 AND id_shop=1 LIMIT 1
0.226 ms 1 /classes/Product.php:6876
317
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3135 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6876
53
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 501
AND `id_module` = 108
AND `id_shop` = 1
0.223 ms 1 /classes/Hook.php:515
75
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM fdp_required_field
0.223 ms 2 /classes/ObjectModel.php:1592
173
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3161 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
180
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
358
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.223 ms 1 /classes/Product.php:5659
452
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3096 LIMIT 1
0.223 ms 1 /classes/Pack.php:90
336
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.222 ms 1 /classes/Product.php:5659
116
SELECT SQL_NO_CACHE `name`
FROM `fdp_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.221 ms 0 /classes/Manufacturer.php:316
186
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3159 LIMIT 1
0.221 ms 1 /classes/Pack.php:90
372
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3123 AND id_shop=1 LIMIT 1
0.221 ms 1 /classes/Product.php:6876
213
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fdp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 402 LIMIT 1
0.220 ms 1 /classes/Category.php:1378
231
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3150 LIMIT 1
0.220 ms 1 /classes/Pack.php:90
68
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.219 ms 0 /classes/module/Module.php:2132
441
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3100 LIMIT 1
0.219 ms 1 /classes/Pack.php:90
285
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3142 AND `id_group` = 1 LIMIT 1
0.219 ms 0 /classes/GroupReduction.php:156
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.219 ms 1 /classes/stock/StockAvailable.php:453
482
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3151
0.219 ms 1 /classes/Product.php:2902
217
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3151 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6876
350
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3129 AND id_shop=1 LIMIT 1
0.218 ms 1 /classes/Product.php:6876
287
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3142 LIMIT 1
0.217 ms 1 /classes/Pack.php:90
54
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 40
AND `id_module` = 108
AND `id_shop` = 1
0.215 ms 1 /classes/Hook.php:515
237
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
307
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3139 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:156
60
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 573
AND `id_module` = 108
AND `id_shop` = 1
0.214 ms 1 /classes/Hook.php:515
126
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_group`
WHERE `id_group` = 1 LIMIT 1
0.214 ms 1 /classes/Group.php:154
835
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.214 ms 1 /classes/module/Module.php:2132
296
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3141 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:156
115
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.213 ms 1 /classes/Product.php:5659
114
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fdp_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 403 LIMIT 1
0.212 ms 1 /classes/Category.php:1378
228
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3150 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6876
252
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3148 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
841
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdshoppingcart" LIMIT 1
0.212 ms 1 /classes/module/Module.php:2659
55
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 52
AND `id_module` = 108
AND `id_shop` = 1
0.210 ms 1 /classes/Hook.php:515
254
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3148 LIMIT 1
0.210 ms 1 /classes/Pack.php:90
253
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3148 LIMIT 1
0.209 ms 1 /classes/Pack.php:89
836
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.207 ms 1 /classes/module/Module.php:2659
169
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.206 ms 1 /classes/Product.php:5659
450
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3096 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:156
59
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 43
AND `id_module` = 108
AND `id_shop` = 1
0.205 ms 1 /classes/Hook.php:515
78
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 184 AND `id_shop` = 1 LIMIT 1
0.205 ms 1 /classes/module/Module.php:2132
243
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3149 LIMIT 1
0.205 ms 1 /classes/Pack.php:90
164
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3163 LIMIT 1
0.204 ms 1 /classes/Pack.php:90
172
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3161 AND id_shop=1 LIMIT 1
0.204 ms 1 /classes/Product.php:6876
84
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 27 LIMIT 1
0.204 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
61
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 589
AND `id_module` = 108
AND `id_shop` = 1
0.203 ms 1 /classes/Hook.php:515
197
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3155 LIMIT 1
0.201 ms 1 /classes/Pack.php:90
384
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3122 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:156
842
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 192 AND `id_shop` = 1 LIMIT 1
0.200 ms 1 /classes/module/Module.php:2132
56
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 508
AND `id_module` = 108
AND `id_shop` = 1
0.198 ms 1 /classes/Hook.php:515
320
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3135 LIMIT 1
0.197 ms 1 /classes/Pack.php:90
837
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.197 ms 1 /classes/module/Module.php:2132
195
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3155 AND `id_group` = 1 LIMIT 1
0.194 ms 0 /classes/GroupReduction.php:156
218
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3151 AND `id_group` = 1 LIMIT 1
0.192 ms 0 /classes/GroupReduction.php:156
840
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 185 AND `id_shop` = 1 LIMIT 1
0.192 ms 1 /classes/module/Module.php:2132
229
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3150 AND `id_group` = 1 LIMIT 1
0.190 ms 0 /classes/GroupReduction.php:156
206
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3154 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
140
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3167 AND `id_group` = 1 LIMIT 1
0.186 ms 0 /classes/GroupReduction.php:156

Doubles

122 queries
SELECT c.iso_code
FROM `fdp_country` c
LEFT JOIN `fdp_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = XX) AND (mc.id_module = XX) AND (mc.id_shop = XX)
ORDER BY c.iso_code ASC
122 queries
SELECT c.*
				FROM `fdp_module_currency` mc
				LEFT JOIN `fdp_currency` c ON c.`id_currency` = mc.`id_currency`
				WHERE c.`deleted` = XX
					AND mc.`id_module` = XX
					AND c.`active` = XX
					AND mc.id_shop = XX
				ORDER BY c.`iso_code` ASC
31 queries
SELECT XX FROM `fdp_specific_price` WHERE id_product = XX LIMIT XX
30 queries
SELECT image_shop.`id_image`
                    FROM `fdp_image` i
                     INNER JOIN fdp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
30 queries
SELECT name FROM fdp_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
30 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `fdp_product` p
INNER JOIN `fdp_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `fdp_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
30 queries
                            SELECT `id_tax_rules_group`
                            FROM `fdp_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
30 queries
			SELECT `reduction`
			FROM `fdp_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
30 queries
SELECT COUNT(*) FROM `fdp_pack` WHERE id_product_pack = XX LIMIT XX
30 queries
SELECT product_type FROM `fdp_product` WHERE id_product = XX LIMIT XX
30 queries
SELECT SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
30 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `fdp_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `fdp_cart_product` cp JOIN `fdp_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fdp_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
30 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM fdp_feature_product pf
                LEFT JOIN fdp_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN fdp_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN fdp_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN fdp_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
30 queries
SELECT *
FROM `fdp_product` a
LEFT JOIN `fdp_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `fdp_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
30 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `fdp_image` i
             INNER JOIN fdp_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `fdp_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
30 queries
SELECT `id_product_attribute`
            FROM `fdp_product_attribute`
            WHERE `id_product` = XX
30 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `fdp_product_attribute` pa
             INNER JOIN fdp_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `fdp_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `fdp_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `fdp_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `fdp_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
11 queries
SELECT * FROM fdp_hook_module
                  WHERE `id_hook` = XX
                  AND `id_module` = XX
                  AND `id_shop` = XX
10 queries
SELECT `id_module` FROM `fdp_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
SELECT *
FROM `fdp_category` a
LEFT JOIN `fdp_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `fdp_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
7 queries
			SELECT icon
			FROM `fdp_tdthemesettings_category`
			WHERE `id_ps_category` = XX LIMIT XX
4 queries
			SELECT cl.`link_rewrite`
			FROM `fdp_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
3 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `fdp_module` m
                LEFT JOIN `fdp_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
3 queries
SELECT *
FROM `fdp_currency` aXX
LEFT JOIN `fdp_currency_lang` `aXX` ON (aXX.`id_currency` = aXX.`id_currency`)
WHERE (aXX.`id_currency` = XX)
3 queries
				SELECT tr.*
				FROM `fdp_tax_rule` tr
				JOIN `fdp_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT `id_lang` FROM `fdp_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `fdp_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `fdp_category` c
		 INNER JOIN fdp_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `fdp_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `fdp_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 queries
SELECT *
FROM `fdp_category` aXX
LEFT JOIN `fdp_category_lang` `aXX` ON (aXX.`id_category` = aXX.`id_category`)
WHERE (aXX.`nleft` < XX) AND (aXX.`nright` > XX) AND (aXX.`id_lang` = XX) AND (aXX.`id_shop` = XX)
2 queries
SELECT XX FROM `fdp_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
            SELECT *
            FROM `fdp_currency` c
             INNER JOIN fdp_currency_shop currency_shop
        ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = XX)
                WHERE c.`deleted` = XX AND c.`active` = XX ORDER BY `iso_code` ASC

Tables stress

132 currency
126 country
124 product
122 module_country
122 module_currency
94 product_shop
62 product_attribute
61 product_attribute_shop
61 image_shop
61 cart_product
60 image
60 pack
54 category_lang
34 stock_available
32 product_lang
32 product_attribute_combination
31 image_lang
31 specific_price
30 product_group_reduction_cache
30 feature_product
30 feature_lang
30 feature_value_lang
30 feature
30 feature_shop
30 attribute
30 attribute_lang
30 attribute_group
22 category
16 category_shop
15 module
14 module_shop
13 hook_module
8 tdelementor_related
8 tdelementor_related_shop
7 hook
7 tdthemesettings_category
6 currency_shop
6 category_group
5 lang
5 currency_lang
4 shop_url
4 shop
4 lang_shop
4 cart_rule
3 hook_alias
3 group
3 group_shop
3 image_type
3 tdelementor_post
3 category_product
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 group_lang
2 manufacturer
2 cart_rule_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 feature_flag
1 hook_module_exceptions
1 order_state
1 order_state_lang
1 address_format
1 state
1 required_field
1 customer
1 layered_category
1 product_sale
1 layered_filter_block
1 tax
1 tax_lang
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 30 /src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3172]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3167]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3164]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3163]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3161]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3159]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3155]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3154]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3151]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3150]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3149]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3148]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3145]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3144]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3142]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3141]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3139]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3135]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3132]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3129]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3124]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3123]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3122]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3117]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3116]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3111]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3110]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3100]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3096]
Category 24 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 287]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 27]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 28]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 226]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 29]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 1094]
/controllers/front/listing/CategoryController.php:217 (__construct) [id: 1309]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/tdthemesettings/tdthemesettings.php:904 (__construct) [id: 2]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 287]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 27]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 28]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 226]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 29]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 1094]
/modules/tdthemesettings/tdthemesettings.php:910 (__construct) [id: 1309]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/modules/tdsearchblock/tdsearchblock.php:305 (__construct) [id: 2]
Country 5 /config/config.inc.php:146 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10]
/classes/controller/FrontController.php:1779 (__construct) [id: 10]
/modules/paypal/paypal.php:352 (__construct) [id: 10]
/modules/paypal/classes/AbstractMethodPaypal.php:100 (__construct) [id: 10]
Currency 5 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:694 (getCurrencyInstance) [id: 1]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Group 3 /classes/Cart.php:249 (getCurrent) [id: 1]
/modules/fabfacebookpixel/libs/FFPUtils.php:333 (__construct) [id: ]
/modules/fabfacebookpixel/libs/FFPUtils.php:308 (__construct) [id: 1]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:564 (__construct) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 232]
/classes/controller/FrontController.php:1778 (__construct) [id: 232]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]

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/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/prod/appParameters.php
114 /var/cache/prod/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /vendor/smarty/smarty/libs/Smarty.class.php
196 /vendor/smarty/smarty/libs/functions.php
197 /vendor/smarty/smarty/libs/Autoloader.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
207 /config/smartyfront.config.inc.php
208 /classes/Smarty/SmartyResourceModule.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
211 /classes/Smarty/SmartyResourceParent.php
212 /classes/Smarty/SmartyLazyRegister.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
214 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
215 /classes/Customer.php
216 /classes/Group.php
217 /classes/Link.php
218 /classes/shop/ShopUrl.php
219 /classes/Dispatcher.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
227 /src/Adapter/SymfonyContainer.php
228 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
229 /config/db_slave_server.inc.php
230 /modules/smartblog/smartblog.php
231 /modules/smartblog/classes/BlogCategory.php
232 /modules/smartblog/classes/BlogImageType.php
233 /modules/smartblog/classes/BlogTag.php
234 /modules/smartblog/classes/SmartBlogPost.php
235 /modules/smartblog/classes/SmartBlogHelperTreeCategories.php
236 /classes/tree/Tree.php
237 /modules/smartblog/classes/BlogComment.php
238 /modules/smartblog/classes/BlogPostCategory.php
239 /modules/smartblog/classes/SmartBlogLink.php
240 /src/Core/Security/Hashing.php
241 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
242 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
243 /classes/Translate.php
244 /modules/smartblog/translations/it.php
245 /src/PrestaShopBundle/Translation/TranslatorComponent.php
246 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
247 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
248 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
249 /vendor/symfony/contracts/Translation/TranslatorInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
251 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
252 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
253 /src/PrestaShopBundle/Translation/TranslatorInterface.php
254 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
256 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
257 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
258 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
260 /vendor/symfony/contracts/Translation/TranslatorTrait.php
261 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
262 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
264 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
265 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
266 /var/cache/prod/translations/catalogue.it-IT.NXhscRe.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
270 /src/Core/Util/String/StringModifier.php
271 /src/Core/Util/String/StringModifierInterface.php
272 /modules/klarnapayment/klarnapayment.php
273 /classes/PaymentModule.php
274 /modules/klarnapayment/translations/it.php
275 /modules/klarnapayment/vendor/autoload.php
276 /modules/klarnapayment/vendor/composer/autoload_real.php
277 /modules/klarnapayment/vendor/composer/platform_check.php
278 /modules/klarnapayment/vendor/composer/autoload_static.php
279 /modules/klarnapayment/vendor/invertus/knapsack/src/collection_functions.php
280 /modules/klarnapayment/vendor/invertus/knapsack/src/utility_functions.php
281 /modules/klarnapayment/src/Core/Config/Config.php
282 /controllers/front/listing/CategoryController.php
283 /classes/controller/ProductListingFrontController.php
284 /classes/controller/ProductPresentingFrontController.php
285 /override/classes/controller/FrontController.php
286 /classes/controller/FrontController.php
287 /src/Adapter/Presenter/Object/ObjectPresenter.php
288 /src/Adapter/Presenter/PresenterInterface.php
289 /src/Adapter/Presenter/Cart/CartPresenter.php
290 /src/Adapter/Image/ImageRetriever.php
291 /classes/tax/TaxConfiguration.php
292 /classes/Smarty/TemplateFinder.php
293 /classes/assets/StylesheetManager.php
294 /classes/assets/AbstractAssetManager.php
295 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
296 /classes/assets/JavascriptManager.php
297 /classes/assets/CccReducer.php
298 /override/classes/Category.php
299 /classes/Category.php
300 /classes/webservice/WebserviceRequest.php
301 /src/Adapter/ContainerBuilder.php
302 /src/Adapter/Environment.php
303 /src/Core/EnvironmentInterface.php
304 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
305 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
306 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
307 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
308 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
309 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
310 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
311 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
312 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
313 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
314 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
315 /vendor/symfony/contracts/Service/ResetInterface.php
316 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
317 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
318 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
319 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
320 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
321 /vendor/symfony/contracts/Cache/ItemInterface.php
322 /vendor/psr/cache/src/CacheItemInterface.php
323 /vendor/psr/cache/src/CacheItemPoolInterface.php
324 /vendor/symfony/contracts/Cache/CacheInterface.php
325 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
327 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
329 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
330 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
331 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
332 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
333 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
334 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
386 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
387 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
388 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
389 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
390 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
391 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
392 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
395 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
396 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
397 /var/cache/prod/FrontContainer.php
398 /src/Adapter/Container/LegacyContainer.php
399 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
400 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
403 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
404 /vendor/psr/container/src/ContainerExceptionInterface.php
405 /vendor/psr/container/src/NotFoundExceptionInterface.php
406 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
407 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
408 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
409 /src/Adapter/Container/LegacyContainerInterface.php
410 /modules/gsitemap/vendor/autoload.php
411 /modules/gsitemap/vendor/composer/autoload_real.php
412 /modules/gsitemap/vendor/composer/autoload_static.php
413 /modules/ps_categorytree/vendor/autoload.php
414 /modules/ps_categorytree/vendor/composer/autoload_real.php
415 /modules/ps_categorytree/vendor/composer/autoload_static.php
416 /modules/ps_checkpayment/vendor/autoload.php
417 /modules/ps_checkpayment/vendor/composer/autoload_real.php
418 /modules/ps_checkpayment/vendor/composer/autoload_static.php
419 /modules/ps_currencyselector/vendor/autoload.php
420 /modules/ps_currencyselector/vendor/composer/autoload_real.php
421 /modules/ps_currencyselector/vendor/composer/autoload_static.php
422 /modules/ps_customeraccountlinks/vendor/autoload.php
423 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
424 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
425 /modules/ps_customersignin/vendor/autoload.php
426 /modules/ps_customersignin/vendor/composer/autoload_real.php
427 /modules/ps_customersignin/vendor/composer/autoload_static.php
428 /modules/ps_languageselector/vendor/autoload.php
429 /modules/ps_languageselector/vendor/composer/autoload_real.php
430 /modules/ps_languageselector/vendor/composer/autoload_static.php
431 /modules/ps_searchbar/vendor/autoload.php
432 /modules/ps_searchbar/vendor/composer/autoload_real.php
433 /modules/ps_searchbar/vendor/composer/autoload_static.php
434 /modules/ps_sharebuttons/vendor/autoload.php
435 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
436 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
437 /modules/ps_shoppingcart/vendor/autoload.php
438 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
439 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
440 /modules/ps_socialfollow/vendor/autoload.php
441 /modules/ps_socialfollow/vendor/composer/autoload_real.php
442 /modules/ps_socialfollow/vendor/composer/autoload_static.php
443 /modules/ps_themecusto/vendor/autoload.php
444 /modules/ps_themecusto/vendor/composer/autoload_real.php
445 /modules/ps_themecusto/vendor/composer/autoload_static.php
446 /modules/ps_wirepayment/vendor/autoload.php
447 /modules/ps_wirepayment/vendor/composer/autoload_real.php
448 /modules/ps_wirepayment/vendor/composer/autoload_static.php
449 /modules/blockreassurance/vendor/autoload.php
450 /modules/blockreassurance/vendor/composer/autoload_real.php
451 /modules/blockreassurance/vendor/composer/autoload_static.php
452 /modules/paypal/vendor/autoload.php
453 /modules/paypal/vendor/composer/autoload_real.php
454 /modules/paypal/vendor/composer/autoload_static.php
455 /modules/ps_categoryproducts/vendor/autoload.php
456 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
457 /modules/ps_categoryproducts/vendor/composer/platform_check.php
458 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
459 /modules/ps_viewedproduct/vendor/autoload.php
460 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
461 /modules/ps_viewedproduct/vendor/composer/platform_check.php
462 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
463 /modules/ps_googleanalytics/vendor/autoload.php
464 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
465 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
466 /modules/ps_brandlist/vendor/autoload.php
467 /modules/ps_brandlist/vendor/composer/autoload_real.php
468 /modules/ps_brandlist/vendor/composer/autoload_static.php
469 /modules/psxmarketingwithgoogle/vendor/autoload.php
470 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
471 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
472 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment.php
473 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Client.php
474 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
475 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
476 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
477 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
478 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
479 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
480 /modules/psxmarketingwithgoogle/vendor/segmentio/analytics-php/lib/Segment/Version.php
481 /modules/ps_accounts/vendor/autoload.php
482 /modules/ps_accounts/vendor/composer/autoload_real.php
483 /modules/ps_accounts/vendor/composer/platform_check.php
484 /modules/ps_accounts/vendor/composer/autoload_static.php
485 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
486 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
487 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
488 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
489 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
490 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
491 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
492 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
493 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
494 /modules/ps_eventbus/vendor/autoload.php
495 /modules/ps_eventbus/vendor/composer/autoload_real.php
496 /modules/ps_eventbus/vendor/composer/autoload_static.php
497 /modules/productcomments/vendor/autoload.php
498 /modules/productcomments/vendor/composer/autoload_real.php
499 /modules/productcomments/vendor/composer/platform_check.php
500 /modules/productcomments/vendor/composer/autoload_static.php
501 /modules/ps_bestsellers/vendor/autoload.php
502 /modules/ps_bestsellers/vendor/composer/autoload_real.php
503 /modules/ps_bestsellers/vendor/composer/platform_check.php
504 /modules/ps_bestsellers/vendor/composer/autoload_static.php
505 /modules/ps_newproducts/vendor/autoload.php
506 /modules/ps_newproducts/vendor/composer/autoload_real.php
507 /modules/ps_newproducts/vendor/composer/platform_check.php
508 /modules/ps_newproducts/vendor/composer/autoload_static.php
509 /modules/ps_specials/vendor/autoload.php
510 /modules/ps_specials/vendor/composer/autoload_real.php
511 /modules/ps_specials/vendor/composer/platform_check.php
512 /modules/ps_specials/vendor/composer/autoload_static.php
513 /modules/ps_dataprivacy/vendor/autoload.php
514 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
515 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
516 /modules/didpsfox/vendor/autoload.php
517 /modules/didpsfox/vendor/composer/autoload_real.php
518 /modules/didpsfox/vendor/composer/platform_check.php
519 /modules/didpsfox/vendor/composer/autoload_static.php
520 /modules/didpsfox/vendor/sabre/uri/lib/functions.php
521 /modules/didpsfox/vendor/sabre/event/lib/coroutine.php
522 /modules/didpsfox/vendor/sabre/event/lib/Loop/functions.php
523 /modules/didpsfox/vendor/sabre/event/lib/Promise/functions.php
524 /modules/didpsfox/vendor/sabre/xml/lib/Deserializer/functions.php
525 /modules/didpsfox/vendor/sabre/xml/lib/Serializer/functions.php
526 /modules/didpsfox/vendor/sabre/http/lib/functions.php
527 /modules/psgdpr/vendor/autoload.php
528 /modules/psgdpr/vendor/composer/autoload_real.php
529 /modules/psgdpr/vendor/composer/autoload_static.php
530 /modules/ps_crossselling/vendor/autoload.php
531 /modules/ps_crossselling/vendor/composer/autoload_real.php
532 /modules/ps_crossselling/vendor/composer/platform_check.php
533 /modules/ps_crossselling/vendor/composer/autoload_static.php
534 /modules/autoupgrade/vendor/autoload.php
535 /modules/autoupgrade/vendor/composer/autoload_real.php
536 /modules/autoupgrade/vendor/composer/autoload_static.php
537 /modules/ps_distributionapiclient/vendor/autoload.php
538 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
539 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
540 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
541 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
542 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
543 /modules/ps_facetedsearch/vendor/autoload.php
544 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
545 /modules/ps_facetedsearch/vendor/composer/platform_check.php
546 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
547 /src/Core/Localization/Locale/Repository.php
548 /src/Core/Localization/Locale/RepositoryInterface.php
549 /src/Core/Localization/CLDR/LocaleRepository.php
550 /src/Core/Localization/CLDR/LocaleDataSource.php
551 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
552 /src/Core/Data/Layer/AbstractDataLayer.php
553 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
554 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
555 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
556 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
557 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
558 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
559 /vendor/symfony/contracts/Cache/CacheTrait.php
560 /vendor/psr/cache/src/InvalidArgumentException.php
561 /vendor/psr/cache/src/CacheException.php
562 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
563 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
564 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
565 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
566 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
567 /src/Core/Localization/CLDR/Reader.php
568 /src/Core/Localization/CLDR/ReaderInterface.php
569 /src/Core/Localization/Currency/Repository.php
570 /src/Core/Localization/Currency/RepositoryInterface.php
571 /src/Core/Localization/Currency/CurrencyDataSource.php
572 /src/Core/Localization/Currency/DataSourceInterface.php
573 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
574 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
575 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
576 /src/Adapter/Currency/CurrencyDataProvider.php
577 /src/Core/Currency/CurrencyDataProviderInterface.php
578 /src/Adapter/LegacyContext.php
579 /src/Adapter/Tools.php
580 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
581 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
582 /vendor/prestashop/decimal/src/Operation/Rounding.php
583 /src/Core/Localization/Locale.php
584 /src/Core/Localization/LocaleInterface.php
585 /src/Core/Localization/Specification/Price.php
586 /src/Core/Localization/Specification/Number.php
587 /src/Core/Localization/Specification/NumberInterface.php
588 /src/Core/Localization/Specification/Factory.php
589 /src/Core/Localization/CLDR/LocaleData.php
590 /src/Core/Localization/CLDR/NumberSymbolsData.php
591 /src/Core/Localization/CLDR/CurrencyData.php
592 /src/Core/Localization/CLDR/Locale.php
593 /src/Core/Localization/CLDR/LocaleInterface.php
594 /src/Core/Localization/Specification/NumberSymbolList.php
595 /classes/Currency.php
596 /src/Core/Localization/Currency/LocalizedCurrencyId.php
597 /src/Core/Localization/Currency/CurrencyData.php
598 /src/Core/Localization/Currency/CurrencyCollection.php
599 /src/Core/Localization/Currency.php
600 /src/Core/Localization/CurrencyInterface.php
601 /src/Core/Localization/Specification/NumberCollection.php
602 /src/Core/Localization/Number/Formatter.php
603 /override/classes/Cart.php
604 /classes/Cart.php
605 /src/Adapter/AddressFactory.php
606 /classes/CartRule.php
607 /classes/Product.php
608 /src/Core/Domain/Product/ValueObject/RedirectType.php
609 /src/Core/Util/DateTime/DateTime.php
610 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
611 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
612 /src/Core/Domain/Product/ValueObject/ProductType.php
613 /src/Core/Domain/Product/ValueObject/Reference.php
614 /src/Core/Domain/Product/ValueObject/Ean13.php
615 /src/Core/Domain/Product/ValueObject/Isbn.php
616 /src/Core/Domain/Product/ValueObject/Upc.php
617 /src/Core/Domain/Product/ProductSettings.php
618 /src/Core/Image/ImageFormatConfiguration.php
619 /src/Core/Image/ImageFormatConfigurationInterface.php
620 /classes/FeatureFlag.php
621 /src/Core/FeatureFlag/FeatureFlagSettings.php
622 /classes/ImageType.php
623 /src/Core/Domain/Shop/ValueObject/ShopId.php
624 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
625 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
626 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
627 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
628 /modules/blockreassurance/blockreassurance.php
629 /src/Core/Module/WidgetInterface.php
630 /src/PrestaShopBundle/Translation/DomainNormalizer.php
631 /classes/Media.php
632 /modules/ps_socialfollow/ps_socialfollow.php
633 /modules/nexixpay/nexixpay.php
634 /modules/nexixpay/include/autoload.php
635 /modules/nexixpay/include/Utility/Helper.php
636 /modules/nexixpay/translations/it.php
637 /modules/nexixpay/include/Settings.php
638 /modules/nexixpay/include/XPay/PaymentInfo.php
639 /modules/nexixpay/include/XPay/XPayBuildContract.php
640 /modules/nexixpay/include/NPG/OrderInfo.php
641 /modules/nexixpay/include/NPG/NpgLock.php
642 /modules/nexixpay/include/NPG/Contract.php
643 /modules/nexixpay/include/costant.php
644 /modules/nexixpay/controllers/front/base.php
645 /classes/controller/ModuleFrontController.php
646 /classes/order/OrderState.php
647 /modules/klarnapayment/src/Infrastructure/Container/Container.php
648 /modules/klarnapayment/vendor/league/container/src/Container.php
649 /modules/klarnapayment/vendor/psr/container/src/ContainerInterface.php
650 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregate.php
651 /modules/klarnapayment/vendor/league/container/src/ContainerAwareTrait.php
652 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregateInterface.php
653 /modules/klarnapayment/vendor/league/container/src/ContainerAwareInterface.php
654 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregate.php
655 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
656 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregate.php
657 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregateInterface.php
658 /modules/klarnapayment/vendor/league/container/src/ReflectionContainer.php
659 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverTrait.php
660 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverInterface.php
661 /modules/klarnapayment/src/Infrastructure/Container/Providers/BaseServiceProvider.php
662 /modules/klarnapayment/src/Infrastructure/Container/Providers/AbstractServiceProvider.php
663 /modules/klarnapayment/vendor/league/container/src/Definition/Definition.php
664 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionInterface.php
665 /modules/klarnapayment/src/Infrastructure/Container/Providers/RepositoryServiceProvider.php
666 /modules/klarnapayment/src/Infrastructure/Adapter/Configuration.php
667 /modules/klarnapayment/vendor/league/container/src/Argument/ClassName.php
668 /modules/klarnapayment/vendor/league/container/src/Argument/ClassNameInterface.php
669 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContext.php
670 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContextInterface.php
671 /modules/klarnapayment/src/Infrastructure/Adapter/Context.php
672 /modules/klarnapayment/src/Infrastructure/Logger/Logger.php
673 /modules/klarnapayment/src/Infrastructure/Logger/LoggerInterface.php
674 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatter.php
675 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatterInterface.php
676 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelEntityManager.php
677 /modules/klarnapayment/src/Infrastructure/EntityManager/EntityManagerInterface.php
678 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelUnitOfWork.php
679 /modules/klarnapayment/src/Infrastructure/Provider/NumberIdempotencyProvider.php
680 /modules/klarnapayment/src/Infrastructure/Provider/IdempotencyProviderInterface.php
681 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepository.php
682 /modules/klarnapayment/src/Infrastructure/Repository/CollectionRepository.php
683 /modules/klarnapayment/src/Infrastructure/Repository/ReadOnlyCollectionRepositoryInterface.php
684 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepositoryInterface.php
685 /modules/klarnapayment/src/Infrastructure/Provider/ApplicationContextProvider.php
686 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepository.php
687 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepositoryInterface.php
688 /modules/klarnapayment/src/Core/Merchant/Provider/CredentialsConfigurationKeyProvider.php
689 /modules/klarnapayment/src/Core/Merchant/Provider/RegionProvider.php
690 /modules/klarnapayment/src/Infrastructure/Context/ApplicationContext.php
691 /modules/klarnapayment/src/Api/Environment.php
692 /modules/klarnapayment/src/Presentation/Loader/PaymentFormAssetLoader.php
693 /modules/klarnapayment/src/Infrastructure/Adapter/ModuleFactory.php
694 /modules/klarnapayment/src/Core/Shared/Validation/ValidateIsAssetsRequired.php
695 /modules/klarnapayment/src/Core/Tools/Action/ValidateIsOpcModuleController.php
696 /modules/fabfacebookpixel/fabfacebookpixel.php
697 /modules/fabfacebookpixel/libs/FFPUtils.php
698 /modules/fabfacebookpixel/libs/conversionapi/FFPConversionAPIUtils.php
699 /modules/fabfacebookpixel/libs/conversionapi/FFPUserData.php
700 /modules/fabfacebookpixel/libs/conversionapi/FFPNormalizer.php
701 /modules/fabfacebookpixel/libs/FFPProductInfoTrait.php
702 /modules/fabfacebookpixel/libs/FFPOrderInfoTrait.php
703 /modules/fabfacebookpixel/libs/FFPInitCheckoutTrait.php
704 /modules/fabfacebookpixel/libs/FFPCategoryInfoTrait.php
705 /modules/fabfacebookpixel/libs/FFPEventInitCheckoutContent.php
706 /modules/fabfacebookpixel/libs/conversionapi/FFPEventRequest.php
707 /modules/fabfacebookpixel/libs/conversionapi/FFPApiConfig.php
708 /modules/fabfacebookpixel/libs/conversionapi/FFPEvent.php
709 /modules/fabfacebookpixel/libs/conversionapi/FFPCustomData.php
710 /modules/fabfacebookpixel/libs/conversionapi/FFPContent.php
711 /modules/fabfacebookpixel/libs/FFPEventCompleteRegistrationContent.php
712 /modules/fabfacebookpixel/libs/FFPEventSearchContent.php
713 /modules/fabfacebookpixel/libs/FFPEventViewCategoryContent.php
714 /modules/fabfacebookpixel/libs/FFPEventViewContent.php
715 /modules/fabfacebookpixel/libs/FFPEventPurchaseContent.php
716 /modules/fabfacebookpixel/libs/FFPCartInfoTrait.php
717 /modules/fabfacebookpixel/libs/FFPEventAddToCart.php
718 /modules/fabfacebookpixel/translations/it.php
719 /src/Adapter/Presenter/Cart/CartLazyArray.php
720 /src/Adapter/Presenter/AbstractLazyArray.php
721 /src/Adapter/Product/PriceFormatter.php
722 /src/Core/Util/Inflector.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
727 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
728 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
733 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
735 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
736 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
737 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
738 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
739 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
740 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
741 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
742 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
743 /modules/an_productfields/an_productfields.php
744 /modules/an_productfields/classes/anProductFields.php
745 /modules/an_productfields/classes/anProductFieldsValues.php
746 /modules/an_productfields/classes/anProductFieldsTax.php
747 /modules/an_productfields/classes/anProductFieldsFiles.php
748 /modules/an_productfields/classes/anPfs.php
749 /modules/an_productfields/classes/anProductFieldsGroups.php
750 /modules/an_productfields/classes/anProductFieldsCart.php
751 /modules/an_productfields/classes/anPfsCustomerFiles.php
752 /modules/an_productfields/classes/anProductFieldsCartValues.php
753 /modules/an_productfields/classes/anProductFieldsPsCart.php
754 /modules/an_productfields/classes/anPfsOrderDetails.php
755 /modules/an_productfields/classes/anPfsDependencies.php
756 /modules/an_productfields/classes/anPfsFormula.php
757 /modules/an_productfields/translations/it.php
758 /classes/Gender.php
759 /classes/Risk.php
760 /classes/Meta.php
761 /classes/Address.php
762 /classes/State.php
763 /src/Core/Security/PasswordPolicyConfiguration.php
764 /src/Core/Configuration/DataConfigurationInterface.php
765 /src/Core/Filter/FrontEndObject/MainFilter.php
766 /src/Core/Filter/FilterInterface.php
767 /src/Core/Filter/FrontEndObject/CartFilter.php
768 /src/Core/Filter/HashMapWhitelistFilter.php
769 /src/Core/Filter/CollectionFilter.php
770 /src/Core/Filter/FrontEndObject/ProductFilter.php
771 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
772 /src/Core/Filter/FrontEndObject/CustomerFilter.php
773 /src/Core/Filter/FrontEndObject/ShopFilter.php
774 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
775 /modules/tdthemesettings/tdthemesettings.php
776 /modules/tdthemesettings/classes/TdThemeCategory.php
777 /modules/tdthemesettings/translations/it.php
778 /modules/tdelementor/tdelementor.php
779 /modules/tdelementor/classes/TdElementorWpHelper.php
780 /modules/tdelementor/includes/plugin.php
781 /modules/tdelementor/classes/TdElementorPost.php
782 /modules/tdelementor/classes/TdElementorRelated.php
783 /modules/tdelementor/classes/TdElementorTemplate.php
784 /modules/tdelementor/classes/TdElementorRevisions.php
785 /modules/tdelementor/translations/it.php
786 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
787 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
788 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
789 /var/cache/prod/smarty/cache/pageBuilder/GlobalCssJs/1/1/1/10/PRS028/5b/5b/51/5b5b51c3808257a877e9de755be7e52111071b5a.tdelementorviewstemplateshookcss_js_unique.tpl.php
790 /modules/bitmegamenu/bitmegamenu.php
791 /modules/bitmegamenu/classes/BitMenuTab.php
792 /modules/bitmegamenu/classes/BitMenuHtml.php
793 /modules/bitmegamenu/classes/BitMenuLinks.php
794 /modules/bitmegamenu/translations/it.php
795 /modules/tdproductwishlist/tdproductwishlist.php
796 /modules/tdproductwishlist/classes/TdWishList.php
797 /modules/tdproductwishlist/translations/it.php
798 /modules/tdsearchblock/tdsearchblock.php
799 /modules/tdsearchblock/classes/TdSearchCore.php
800 /classes/Search.php
801 /modules/tdsearchblock/classes/TdSearchProvider.php
802 /src/Core/Product/Search/ProductSearchProviderInterface.php
803 /modules/tdsearchblock/translations/it.php
804 /modules/tdcompare/tdcompare.php
805 /modules/tdcompare/classes/TdCompareProduct.php
806 /modules/tdcompare/translations/it.php
807 /modules/smartblogcategories/smartblogcategories.php
808 /modules/smartblogcategories/translations/it.php
809 /modules/smartblogarchive/smartblogarchive.php
810 /modules/smartblogarchive/translations/it.php
811 /modules/tdshoppingcart/tdshoppingcart.php
812 /modules/tdshoppingcart/translations/it.php
813 /modules/klarnapayment/src/Presentation/Loader/HeadSectionAssetLoader.php
814 /modules/klarnapayment/src/Presentation/Loader/OnsiteMessagingAssetLoader.php
815 /modules/klarnapayment/src/Presentation/Loader/SignInWithKlarnaAssetLoader.php
816 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/LocaleProvider.php
817 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/GlobalCurrencyLocaleProvider.php
818 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/EuroCurrencyLocaleProvider.php
819 /modules/klarnapayment/src/Presentation/Loader/KlarnaExpressCheckoutAssetLoader.php
820 /modules/klarnapayment/src/Presentation/Presenter/Verification/CanPresentKlarnaExpressCheckout.php
821 /modules/klarnapayment/src/Infrastructure/Adapter/Tools.php
822 /modules/klarnapayment/src/Core/Merchant/Provider/MerchantIdProvider.php
823 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php
824 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepositoryInterface.php
825 /modules/klarnapayment/src/Core/Shared/Repository/CarrierRepository.php
826 /modules/klarnapayment/src/Core/Shared/Repository/CarrierRepositoryInterface.php
827 /modules/klarnapayment/src/Core/Merchant/Service/MerchantTypeService.php
828 /modules/klarnapayment/src/Presentation/Loader/KlarnaSdkClientAssetLoader.php
829 /modules/klarnapayment/src/Core/Merchant/Provider/KlarnaSdkUrlProvider.php
830 /modules/klarnapayment/src/Presentation/Loader/InteroperabilityAssetLoader.php
831 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
832 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
833 /modules/klarnapayment/src/Infrastructure/Utility/ArrayUtility.php
834 /src/Core/Localization/CLDR/ComputingPrecision.php
835 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
836 /modules/klarnapayment/src/Core/Merchant/Enum/MerchantType.php
837 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
838 /var/cache/prod/smarty/compile/PRS028/67/f3/bb/67f3bb79af9d72e3c27318a6d886bdb360cea7e1_2.file.klarna_sdk_script.tpl.php
839 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
840 /modules/iubenda/iubenda.php
841 /modules/iubenda/translations/it.php
842 /modules/teamwantomnibus/teamwantomnibus.php
843 /modules/teamwantomnibus/vendor/autoload.php
844 /modules/teamwantomnibus/vendor/composer/autoload_real.php
845 /modules/teamwantomnibus/vendor/composer/platform_check.php
846 /modules/teamwantomnibus/vendor/composer/autoload_static.php
847 /modules/teamwantomnibus/src/FrontHooks.php
848 /modules/teamwantomnibus/src/AdminHooks.php
849 /modules/teamwantomnibus/src/Widget.php
850 /modules/teamwantomnibus/src/ModuleConfiguration.php
851 /modules/teamwantomnibus/translations/it.php
852 /classes/Combination.php
853 /classes/stock/StockAvailable.php
854 /var/cache/prod/smarty/compile/PRS028/b8/fa/b5/b8fab56c60aace5360e504c4e028494d751699e0_2.file.init_page_view.tpl.php
855 /vendor/smarty/smarty/libs/plugins/modifier.count.php
856 /vendor/smarty/smarty/libs/plugins/function.counter.php
857 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
858 /modules/ps_googleanalytics/ps_googleanalytics.php
859 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
860 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
861 /var/cache/prod/smarty/compile/PRS028/ac/d3/3c/acd33c967484453b1742efdafcc206b9247a71b7_2.file.ps_googleanalytics.tpl.php
862 /modules/paypal/paypal.php
863 /modules/paypal/config_prod.php
864 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
865 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
866 /modules/paypal/translations/it.php
867 /modules/paypal/classes/Constants/PaypalConfigurations.php
868 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
869 /modules/paypal/classes/Constants/WebHookConf.php
870 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
871 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
872 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
873 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
874 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
875 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
876 /modules/paypal/diagnostic.php
877 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
878 /modules/paypal/classes/AbstractMethodPaypal.php
879 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
880 /modules/paypal/classes/MethodEC.php
881 /modules/paypal/classes/WhiteList/WhiteListService.php
882 /modules/paypal/classes/API/PaypalApiManager.php
883 /modules/paypal/classes/API/PaypalApiManagerInterface.php
884 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
885 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
886 /modules/paypal/classes/API/PaypalClient.php
887 /modules/paypal/classes/API/Client/HttpClient.php
888 /modules/paypal/classes/API/ClientInterface.php
889 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
890 /modules/paypal/classes/API/EnvironmentInterface.php
891 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
892 /modules/paypal/classes/API/InjectorInterface.php
893 /modules/paypal/classes/API/Injector/BnCodeInjector.php
894 /modules/paypal/classes/API/Injector/UserAgentInjector.php
895 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
896 /modules/facebookfeed/facebookfeed.php
897 /modules/facebookfeed/translations/it.php
898 /modules/didpsfox/didpsfox.php
899 /modules/didpsfox/defines.php
900 /modules/didpsfox/translations/it.php
901 /modules/ecsocialsharing/ecsocialsharing.php
902 /src/Core/Product/Search/ProductSearchContext.php
903 /src/Core/Product/Search/ProductSearchQuery.php
904 /src/Core/Product/Search/SortOrder.php
905 /modules/ps_facetedsearch/ps_facetedsearch.php
906 /modules/ps_facetedsearch/src/HookDispatcher.php
907 /modules/ps_facetedsearch/src/Hook/Attribute.php
908 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
909 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
910 /modules/ps_facetedsearch/src/Hook/Category.php
911 /modules/ps_facetedsearch/src/Hook/Configuration.php
912 /modules/ps_facetedsearch/src/Hook/Design.php
913 /modules/ps_facetedsearch/src/Hook/Feature.php
914 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
915 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
916 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
917 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
918 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
919 /modules/ps_facetedsearch/src/Hook/Product.php
920 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
921 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
922 /modules/ps_facetedsearch/src/Filters/Provider.php
923 /modules/ps_facetedsearch/src/URLSerializer.php
924 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
925 /modules/ps_facetedsearch/src/Product/SearchProvider.php
926 /src/Core/Product/Search/FacetsRendererInterface.php
927 /modules/ps_facetedsearch/src/Filters/Converter.php
928 /modules/ps_facetedsearch/src/Product/SearchFactory.php
929 /src/Core/Product/Search/ProductSearchResult.php
930 /modules/ps_facetedsearch/src/Product/Search.php
931 /modules/ps_facetedsearch/src/Adapter/MySQL.php
932 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
933 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
934 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
935 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
936 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
937 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
938 /modules/ps_facetedsearch/src/Filters/Products.php
939 /modules/ps_facetedsearch/src/Filters/Block.php
940 /src/Core/Product/Search/FacetCollection.php
941 /classes/ProductAssembler.php
942 /classes/tax/Tax.php
943 /classes/Manufacturer.php
944 /classes/SpecificPrice.php
945 /classes/tax/TaxManagerFactory.php
946 /classes/tax/TaxRulesTaxManager.php
947 /classes/tax/TaxManagerInterface.php
948 /classes/tax/TaxCalculator.php
949 /classes/GroupReduction.php
950 /classes/Pack.php
951 /classes/order/Order.php
952 /classes/Feature.php
953 /classes/ProductPresenterFactory.php
954 /src/Adapter/Presenter/Product/ProductListingPresenter.php
955 /src/Adapter/Presenter/Product/ProductPresenter.php
956 /src/Adapter/Product/ProductColorsRetriever.php
957 /src/Adapter/HookManager.php
958 /src/Core/Product/ProductPresentationSettings.php
959 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
960 /src/Adapter/Presenter/Product/ProductLazyArray.php
961 /vendor/prestashop/decimal/src/DecimalNumber.php
962 /vendor/prestashop/decimal/src/Builder.php
963 /classes/Image.php
964 /var/cache/prod/smarty/compile/PRS028/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
965 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
966 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
967 /src/Core/Product/Search/Pagination.php
968 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/fa/03/12/fa031207e213dd3ab74317aa90aecb8ac12fa1c4_2.file.category.tpl.php
969 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f4/03/fb/f403fbbc4bee375211a7d227b7d7ecd28c53bcb3_2.file.product-list.tpl.php
970 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/ae/c3/6f/aec36f820b700b9b0ac669b6b3488b6d09a131ce_2.file.layout-both-columns.tpl.php
971 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/c4/fa/b1/c4fab10b5418e0032f75049787dff123587fe6bd_2.file.head.tpl.php
972 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/44/7f/43/447f439aa74a6dada758158836c80e943ef86083_2.file.head-jsonld.tpl.php
973 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/9f/71/f1/9f71f1edf57f4cf9323001e20c090a553677ca67_2.file.product-list-jsonld.tpl.php
974 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f0/6c/0e/f06c0e63747df09bb2b5d0032814227cf9f60fe9_2.file.pagination-seo.tpl.php
975 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
976 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
977 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/49/fc/2c/49fc2ca981a35d1052a630438a6eb698505d9b46_2.file.stylesheets.tpl.php
978 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/86/ba/fb/86bafb5e802ec65b2d669be7600a5333a97d6947_2.file.javascript.tpl.php
979 /classes/ProductDownload.php
980 /src/Core/Cart/Calculator.php
981 /src/Core/Cart/CartRowCollection.php
982 /src/Core/Cart/Fees.php
983 /src/Core/Cart/AmountImmutable.php
984 /src/Core/Cart/CartRuleCollection.php
985 /src/Core/Cart/CartRuleCalculator.php
986 /src/Adapter/Product/PriceCalculator.php
987 /src/Core/Cart/CartRow.php
988 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
989 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/b0/b2/06/b0b206245f2c54dd9c80d09eac9430fb6e7dec33_2.file.preloader.tpl.php
990 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/2d/0b/14/2d0b1411c89060acf5a53c61b43ae885fe3ab63c_2.file.svg-icons.tpl.php
991 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/7d/ec/4c/7dec4ce2ab1220c6594e955ac57c0416e02422a1_2.file.product-activation.tpl.php
992 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/9b/b6/95/9bb695c9686c1ccea42f9d6308b57531fd7fb812_2.file.header.tpl.php
993 /modules/klarnapayment/src/Infrastructure/Verification/CanRenderWidgets.php
994 /modules/klarnapayment/src/Infrastructure/Adapter/Currency.php
995 /modules/klarnapayment/src/Presentation/Presenter/OnsiteMessagingPresenter.php
996 /modules/klarnapayment/src/Infrastructure/Utility/MoneyCalculator.php
997 /modules/klarnapayment/src/Core/Payment/Enum/OnsiteMessagingPlacement.php
998 /var/cache/prod/smarty/compile/PRS028/58/9c/92/589c926038748d562d1666a9953470c7333c6a23_2.file.onsite_messaging.tpl.php
999 /modules/klarnapayment/src/Presentation/Presenter/SignInWithKlarnaNotificationPresenter.php
1000 /modules/klarnapayment/src/Presentation/Presenter/Verification/CanPresentSignInWithKlarna.php
1001 /var/cache/prod/smarty/cache/pageBuilder/5/5/category/2/1/1/1/10/PRS028/f8/6c/de/f86cde4ea4970fd7fe0c3cbb57a75ea030f7abda.tdelementorviewstemplateshookpage_content.tpl.php
1002 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1003 /modules/paypal/classes/InstallmentBanner/Banner.php
1004 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/c1/d4/d0/c1d4d0b4de50ccb792cc3840ecbc49ca1c32af3f_2.file.breadcrumb.tpl.php
1005 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f9/e8/40/f9e840932920da150bc3497ae807fbd5d13968ff_2.file.notifications.tpl.php
1006 /modules/ps_categorytree/ps_categorytree.php
1007 /var/cache/prod/smarty/compile/PRS028/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1008 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1009 /modules/tdcolumnblocks/tdcolumnblocks.php
1010 /modules/tdcolumnblocks/classes/TdColumnBlock.php
1011 /modules/tdcolumnblocks/sql/ColumnBlockSampleData.php
1012 /modules/tdcolumnblocks/translations/it.php
1013 /classes/controller/AdminController.php
1014 /var/cache/prod/smarty/cache/tdcolumnblocks/1/1/1/10/PRS028/cf/82/2b/cf822b738b2f0fe72b81e6e250fbf5e844eaec44.tdcolumnblocksviewstemplateshooktdcolumnblocks.tpl.php
1015 /var/cache/prod/smarty/cache/pageBuilder/10/category/2/1/1/1/10/PRS028/f8/6c/de/f86cde4ea4970fd7fe0c3cbb57a75ea030f7abda.tdelementorviewstemplateshookpage_content.tpl.php
1016 /var/cache/prod/smarty/compile/PRS028/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1017 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/d9/53/aa/d953aac73236f2a8b12581efaab0fb0c7636a808_2.file.category-header.tpl.php
1018 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/3d/27/a1/3d27a1943fcfb88892b618eedd57559106671529_2.file.subcategories.tpl.php
1019 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/bb/94/6c/bb946c401f2658ccce4097210041f7c2ba30f323_2.file.products-top.tpl.php
1020 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1021 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f4/d4/22/f4d422b6749c3101ee528dceb29779582100a466_2.file.sort-orders.tpl.php
1022 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/73/e7/c0/73e7c058004f6f2ae35975884550a57d8f437610_2.file.products.tpl.php
1023 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f0/d7/35/f0d735b362284938af64add123710f73d04c7071_2.file.product.tpl.php
1024 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/1c/08/98/1c08981d4af19209df639658a6209395ed2fa653_2.file.product-1.tpl.php
1025 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/1c/d2/35/1cd235ab0f2e3de36baf0c4b70d657b1d7e546b0_2.file.product-miniature-thumb.tpl.php
1026 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/73/05/b2/7305b2eab135ce38fa064cf927a53cbb44b976e1_2.file.product-miniature-btn.tpl.php
1027 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/5b/fe/b5/5bfeb52008ec972b39cf9b41ac3887f20b29057e_2.file.product-miniature-quickview.tpl.php
1028 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/69/68/a9/6968a9cca8f4e15df35ff4b13a6379220df5e19f_2.file.product-miniature-name.tpl.php
1029 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/77/c2/d8/77c2d85287e261d41d57a60c47c787a3dbc7733e_2.file.product-miniature-price.tpl.php
1030 /modules/nexixpay/include/XPay/XPay.php
1031 /modules/teamwantomnibus/src/TeamwantOmnibusSingleton.php
1032 /modules/teamwantomnibus/src/ConfigurationQuery.php
1033 /modules/teamwantomnibus/src/Types/IsTrueBoolean.php
1034 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1035 /modules/nexixpay/include/XPay/PagoDIL/Configuration.php
1036 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/3b/05/b9/3b05b903a1a18d0445214ec06d8b7c5c6898bf32_2.file.pagination.tpl.php
1037 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/51/1a/da/511adae94d7171784d696a4ab09f032a4fde6579_2.file.products-bottom.tpl.php
1038 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/6c/9a/00/6c9a00e76b98ecb19da7ad81d390fb656a62042d_2.file.category-footer.tpl.php
1039 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/73/ac/6a/73ac6a3f3c1c03c040b81998dc2e207c4f789572_2.file.footer.tpl.php
1040 /var/cache/prod/smarty/cache/pageBuilder/4/category/2/1/1/1/10/PRS028/f8/6c/de/f86cde4ea4970fd7fe0c3cbb57a75ea030f7abda.tdelementorviewstemplateshookpage_content.tpl.php
1041 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/ca/7c/e3/ca7ce3e8c76849c7a9e5cbb90162bb742bde3335_2.file.back-to-top.tpl.php
1042 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/b6/d7/e7/b6d7e7d33f0c9711c2b965851e5ffef04215c122_2.file.offcanvas-modal.tpl.php
1043 /modules/ps_languageselector/ps_languageselector.php
1044 /modules/ps_currencyselector/ps_currencyselector.php
1045 /var/cache/prod/smarty/compile/PRS028layouts_layout_left_column_tpl/f5/96/99/f596993c9aeba9296b9c2bc10d3307ca71f20e82_2.file.password-policy-template.tpl.php
1046 /var/cache/prod/smarty/cache/bitmegamenu/index/1/1/1/10/PRS028/2f/bd/4f/2fbd4f1f532d782ec4719ab21202c8843f315d2b.bitmegamenuviewstemplateshookmobile.tpl.php
1047 /src/Adapter/Cart/CartPresenter.php
1048 /var/cache/prod/smarty/compile/PRS028/34/db/9f/34db9f9616ac6fce025791b42859f3c6be6e26bc_2.module.tdshoppingcartviewstemplateshooktdshoppingcartsidecart.tpl.php
1049 /var/cache/prod/smarty/cache/tdSearch/1/1/1/10/PRS028/52/16/17/521617264ec570623cca64b16407d4f6b2e7fc95.tdsearchblockviewstemplateshooktdsearchblocksidesearch.tpl.php
1050 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1051 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1052 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1053 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1054 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1055 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1056 /var/cache/prod/smarty/compile/PRS028/7b/52/08/7b520873e6629834e2865270c7ed3d798b4cdd7b_2.file.ga_tag.tpl.php
1057 /modules/iubenda/iubenda-cookie-class/iubenda.class.php