HOME

HOME

LE ZUCCHE FLOVER FARM

Dal 27 settembre 2025!

GIFT CARD FLOVER

Visualizzati 2311-2340 su 2373 articoli
Load Time 733.277 ms
Querying Time 360 ms
Queries 847
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 5.395 ms 5.395 ms 3.99 Mb 4.3 Mb
__construct 0.070 ms 5.465 ms - Mb 4.3 Mb
init 20.799 ms 26.264 ms 0.87 Mb 4.9 Mb
checkAccess 0.002 ms 26.266 ms - Mb 4.9 Mb
setMedia 12.988 ms 39.254 ms 0.87 Mb 5.8 Mb
postProcess 0.001 ms 39.255 ms - Mb 5.8 Mb
initHeader 0.002 ms 39.257 ms - Mb 5.8 Mb
initContent 313.791 ms 353.048 ms 8.34 Mb 14.1 Mb
initFooter 0.003 ms 353.051 ms - Mb 14.1 Mb
display 380.226 ms 733.277 ms 12.57 Mb 27.3 Mb
Hook Time Memory Usage
DisplayProductPriceBlock 118.995 ms 9.12 Mb
DisplayHeader 26.319 ms 0.45 Mb
displayLeftColumn 7.975 ms 0.55 Mb
displayBeforeBodyClosingTag 6.891 ms 0.16 Mb
ActionFrontControllerSetMedia 3.436 ms 0.06 Mb
DisplayBanner 1.886 ms 0.05 Mb
DisplayBeforeBodyClosingTag 1.856 ms 0.08 Mb
Header 1.711 ms 0.01 Mb
DisplayFooter 1.225 ms 0.06 Mb
ActionPresentCart 1.012 ms 0.02 Mb
DisplayLeftColumn 0.767 ms 0.01 Mb
displayFooterElementor 0.666 ms 0.07 Mb
DisplayNavFullWidth 0.588 ms 0.02 Mb
ModuleRoutes 0.571 ms 0.01 Mb
displayNavFullWidth 0.538 ms 0.06 Mb
DisplayTop 0.446 ms - Mb
ProductSearchProvider 0.406 ms - Mb
DisplayProductListFunctionalButtons 0.212 ms 0.03 Mb
displayNav1 0.015 ms - Mb
ActionProductSearchAfter 0.011 ms - Mb
displayFooterBefore 0.009 ms - Mb
DisplayAfterBodyOpeningTag 0.006 ms - Mb
DisplayTdCompareHeader 0.006 ms - Mb
DisplayFooterAfter 0.005 ms - Mb
displayNav2 0.002 ms - Mb
DisplayOverrideTemplate 0.002 ms - Mb
displayFooter 0.002 ms - Mb
DisplayTdWishlistHeader 0.002 ms - Mb
displayTop 0.001 ms - Mb
29 hook(s) 175.560 ms 10.77 Mb
Module Time Memory Usage
smartblog 2.433 ms 0.13 Mb
klarnapayment 123.348 ms 9.25 Mb
blockreassurance 1.242 ms 0.12 Mb
ps_socialfollow 0.150 ms 0.02 Mb
nexixpay 13.844 ms 0.62 Mb
fabfacebookpixel 4.432 ms 0.26 Mb
an_productfields 1.999 ms 0.25 Mb
tdelementor 13.688 ms 0.38 Mb
tdthemesettings 6.413 ms 0.21 Mb
bitmegamenu 1.475 ms 0.12 Mb
tdproductwishlist 0.372 ms 0.07 Mb
tdsearchblock 4.781 ms 0.15 Mb
tdcompare 0.239 ms 0.06 Mb
smartblogcategories 0.160 ms 0.02 Mb
smartblogarchive 0.124 ms 0.02 Mb
tdshoppingcart 1.505 ms 0.06 Mb
iubenda 0.192 ms 0.02 Mb
teamwantomnibus 2.624 ms 0.16 Mb
ps_googleanalytics 2.271 ms 0.12 Mb
paypal 2.898 ms 0.15 Mb
facebookfeed 1.191 ms 0.16 Mb
didpsfox 0.240 ms 0.02 Mb
ecsocialsharing 0.348 ms 0.02 Mb
ps_facetedsearch 0.969 ms 0.04 Mb
ps_categorytree 7.678 ms 0.53 Mb
tdcolumnblocks 0.973 ms - Mb
ps_languageselector 0.136 ms 0.02 Mb
ps_currencyselector 0.118 ms 0.02 Mb
28 module(s) 195.844 ms 12.98 Mb

Stopwatch SQL - 847 queries

# Query Time (ms) Rows Filesort Group By Location
109
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
46.877 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`)
4.372 ms 1983 /classes/Configuration.php:180
555
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
3.181 ms 136 Yes Yes /classes/Category.php:799
120
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
2.426 ms 665 /classes/Hook.php:456
844
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.306 ms 361 Yes /modules/tdsearchblock/tdsearchblock.php:342
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`
2.295 ms 108 Yes Yes /classes/Hook.php:1267
21
SELECT SQL_NO_CACHE * FROM `fdp_currency` c ORDER BY `iso_code` ASC
1.762 ms 1 Yes /classes/Currency.php:709
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
1.711 ms 0 /classes/Hook.php:1326
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.341 ms 16 Yes Yes /classes/Category.php:924
212
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 = 3074
ORDER BY f.position ASC
1.228 ms 1 Yes /classes/Product.php:6021
81
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.207 ms 16 Yes Yes /classes/Category.php:924
111
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 (3090,3088,3086,3083,3079,3078,3075,3074,3072,3070,3068,3063,3060,3056,3053,3051,3048,3047,3045,3042,3034,3031,3023,3018,3017,3015,3014,3013,3011,3007)
1.143 ms 30 /classes/ProductAssembler.php:95
366
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 = 3031
ORDER BY f.position ASC
1.140 ms 1 Yes /classes/Product.php:6021
144
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 = 3088
ORDER BY f.position ASC
1.117 ms 1 Yes /classes/Product.php:6021
179
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 = 3079
ORDER BY f.position ASC
1.091 ms 1 Yes /classes/Product.php:6021
201
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 = 3075
ORDER BY f.position ASC
1.089 ms 1 Yes /classes/Product.php:6021
267
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 = 3060
ORDER BY f.position ASC
1.079 ms 1 Yes /classes/Product.php:6021
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 = 3070
ORDER BY f.position ASC
1.068 ms 1 Yes /classes/Product.php:6021
359
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` = 3031)
1.061 ms 1 /classes/Product.php:3860
355
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 = 3034
ORDER BY f.position ASC
1.054 ms 1 Yes /classes/Product.php:6021
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 = 3072
ORDER BY f.position ASC
1.043 ms 1 Yes /classes/Product.php:6021
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `fdp_hook` h
WHERE (h.active = 1)
1.013 ms 964 /classes/Hook.php:1366
503
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` = 3048) AND (b.`id_shop` = 1) LIMIT 1
0.943 ms 1 /src/Adapter/EntityMapper.php:71
101
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
0.938 ms 6 /classes/Category.php:1062
112
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` = 3090
AND image_shop.`cover` = 1 LIMIT 1
0.772 ms 1 /classes/Product.php:3570
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.754 ms 1 /classes/Language.php:1080
345
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` = 3034
AND image_shop.`cover` = 1 LIMIT 1
0.726 ms 1 /classes/Product.php:3570
255
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` = 3063 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` = 3063 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1430
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.715 ms 127 /classes/module/Module.php:346
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` = 3086)
0.715 ms 1 /classes/Product.php:3860
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.713 ms 62 Yes /classes/Dispatcher.php:654
464
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` = 3083) AND (b.`id_shop` = 1) LIMIT 1
0.676 ms 1 /src/Adapter/EntityMapper.php:71
461
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` = 3086) AND (b.`id_shop` = 1) LIMIT 1
0.665 ms 1 /src/Adapter/EntityMapper.php:71
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `fdp_hook_alias`
0.661 ms 88 /classes/Hook.php:287
732
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 (3042) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.661 ms 1 Yes Yes /classes/Product.php:4524
846
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 (3090,3088,3086,3083,3079,3078,3075,3074,3072,3070,3068,3063,3060,3056,3053,3051,3048,3047,3045,3042,3034,3031,3023,3018,3017,3015,3014,3013,3011,3007) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.653 ms 31 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
357
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.640 ms 1 /classes/Product.php:5659
470
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` = 3078) AND (b.`id_shop` = 1) LIMIT 1
0.631 ms 1 /src/Adapter/EntityMapper.php:71
266
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` = 3060 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` = 3060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.630 ms 0 /classes/Cart.php:1430
465
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` = 3083
ORDER BY `position`
0.628 ms 1 Yes /classes/Product.php:3545
471
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` = 3078
ORDER BY `position`
0.624 ms 1 Yes /classes/Product.php:3545
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.618 ms 1 /classes/shop/Shop.php:218
167
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` = 3083 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` = 3083 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.615 ms 0 /classes/Cart.php:1430
154
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.611 ms 1 /classes/stock/StockAvailable.php:453
539
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` = 3011) AND (b.`id_shop` = 1) LIMIT 1
0.611 ms 1 /src/Adapter/EntityMapper.php:71
310
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` = 3048 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` = 3048 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.610 ms 0 /classes/Cart.php:1430
183
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` = 3078)
0.609 ms 1 /classes/Product.php:3860
521
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` = 3023) AND (b.`id_shop` = 1) LIMIT 1
0.598 ms 1 /src/Adapter/EntityMapper.php:71
110
SELECT SQL_NO_CACHE data FROM fdp_layered_filter_block WHERE hash="604bd5b6db80def258e0d8b9e04e18ca" LIMIT 1
0.595 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
356
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` = 3031
AND image_shop.`cover` = 1 LIMIT 1
0.595 ms 1 /classes/Product.php:3570
518
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` = 3031) AND (b.`id_shop` = 1) LIMIT 1
0.593 ms 1 /src/Adapter/EntityMapper.php:71
533
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` = 3014) AND (b.`id_shop` = 1) LIMIT 1
0.586 ms 1 /src/Adapter/EntityMapper.php:71
545
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.584 ms 1 /classes/Cart.php:4255
43
SELECT SQL_NO_CACHE * FROM `fdp_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.583 ms 8 Yes /classes/ImageType.php:109
168
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 = 3083
ORDER BY f.position ASC
0.582 ms 1 Yes /classes/Product.php:6021
442
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` = 3011 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` = 3011 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.582 ms 0 /classes/Cart.php:1430
7
SELECT SQL_NO_CACHE *
FROM `fdp_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.579 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `fdp_hook`
0.577 ms 964 /classes/Hook.php:1326
299
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` = 3051 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` = 3051 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.571 ms 0 /classes/Cart.php:1430
75
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.566 ms 1 /classes/PrestaShopCollection.php:383
546
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.562 ms 4 /classes/CartRule.php:357
137
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` = 3088)
0.560 ms 1 /classes/Product.php:3860
211
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` = 3074 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` = 3074 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.559 ms 0 /classes/Cart.php:1430
530
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` = 3015) AND (b.`id_shop` = 1) LIMIT 1
0.559 ms 1 /src/Adapter/EntityMapper.php:71
536
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` = 3013) AND (b.`id_shop` = 1) LIMIT 1
0.553 ms 1 /src/Adapter/EntityMapper.php:71
409
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` = 3015 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` = 3015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.551 ms 0 /classes/Cart.php:1430
244
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` = 3068 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` = 3068 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.549 ms 0 /classes/Cart.php:1430
512
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` = 3042) AND (b.`id_shop` = 1) LIMIT 1
0.546 ms 1 /src/Adapter/EntityMapper.php:71
392
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` = 3017)
0.545 ms 1 /classes/Product.php:3860
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.544 ms 127 /classes/module/Module.php:346
362
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3031 LIMIT 1
0.543 ms 1 /classes/Pack.php:89
421
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 = 3014
ORDER BY f.position ASC
0.543 ms 1 Yes /classes/Product.php:6021
64
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "an_productfields" LIMIT 1
0.541 ms 1 /classes/module/Module.php:2659
100
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.536 ms 1 /classes/PrestaShopCollection.php:383
500
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` = 3051) AND (b.`id_shop` = 1) LIMIT 1
0.529 ms 1 /src/Adapter/EntityMapper.php:71
482
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` = 3070) AND (b.`id_shop` = 1) LIMIT 1
0.527 ms 1 /src/Adapter/EntityMapper.php:71
200
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` = 3075 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` = 3075 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.522 ms 0 /classes/Cart.php:1430
540
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` = 3011
ORDER BY `position`
0.522 ms 1 Yes /classes/Product.php:3545
277
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` = 3056 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` = 3056 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.520 ms 0 /classes/Cart.php:1430
515
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` = 3034) AND (b.`id_shop` = 1) LIMIT 1
0.517 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `fdp_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.513 ms 1 /src/Adapter/EntityMapper.php:71
256
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 = 3063
ORDER BY f.position ASC
0.511 ms 1 Yes /classes/Product.php:6021
113
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.510 ms 1 /classes/Category.php:1378
504
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` = 3048
ORDER BY `position`
0.509 ms 1 Yes /classes/Product.php:3545
398
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` = 3017 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` = 3017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.508 ms 0 /classes/Cart.php:1430
534
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` = 3014
ORDER BY `position`
0.507 ms 1 Yes /classes/Product.php:3545
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.506 ms 43 Yes /classes/order/OrderState.php:132
519
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` = 3031
ORDER BY `position`
0.505 ms 1 Yes /classes/Product.php:3545
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` = 3083
AND image_shop.`cover` = 1 LIMIT 1
0.503 ms 1 /classes/Product.php:3570
498
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` = 3053
ORDER BY `position`
0.502 ms 1 Yes /classes/Product.php:3545
560
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 (3090) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.501 ms 1 Yes Yes /classes/Product.php:4524
813
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 (3011) 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
187
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3078 LIMIT 1
0.497 ms 1 /classes/Pack.php:90
506
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` = 3047) AND (b.`id_shop` = 1) LIMIT 1
0.497 ms 1 /src/Adapter/EntityMapper.php:71
188
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3078) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.496 ms 1 /classes/stock/StockAvailable.php:453
420
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` = 3014 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` = 3014 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.496 ms 0 /classes/Cart.php:1430
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` = 3086 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` = 3086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.493 ms 0 /classes/Cart.php:1430
750
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 (3031) 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
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.488 ms 1 /src/Adapter/EntityMapper.php:71
130
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` = 3090 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` = 3090 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.488 ms 0 /classes/Cart.php:1430
507
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` = 3047
ORDER BY `position`
0.488 ms 1 Yes /classes/Product.php:3545
178
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` = 3079 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` = 3079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.486 ms 0 /classes/Cart.php:1430
343
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` = 3042 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` = 3042 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.484 ms 0 /classes/Cart.php:1430
278
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 = 3056
ORDER BY f.position ASC
0.483 ms 1 Yes /classes/Product.php:6021
189
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` = 3078 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` = 3078 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.482 ms 0 /classes/Cart.php:1430
143
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` = 3088 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` = 3088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.478 ms 0 /classes/Cart.php:1430
288
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` = 3053 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` = 3053 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.478 ms 0 /classes/Cart.php:1430
678
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 (3056) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.478 ms 1 Yes Yes /classes/Product.php:4524
768
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 (3018) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.478 ms 1 Yes Yes /classes/Product.php:4524
570
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 (3088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.477 ms 1 Yes Yes /classes/Product.php:4524
537
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` = 3013
ORDER BY `position`
0.476 ms 1 Yes /classes/Product.php:3545
494
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` = 3056) AND (b.`id_shop` = 1) LIMIT 1
0.476 ms 1 /src/Adapter/EntityMapper.php:71
332
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` = 3045 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` = 3045 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.475 ms 0 /classes/Cart.php:1430
597
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 (3079) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.474 ms 1 Yes Yes /classes/Product.php:4524
547
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.473 ms 3 /classes/CartRule.php:423
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 = 3086
ORDER BY f.position ASC
0.472 ms 1 Yes /classes/Product.php:6021
759
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 (3023) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
777
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 (3017) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
786
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 (3015) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
642
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 (3070) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.471 ms 1 Yes Yes /classes/Product.php:4524
365
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` = 3031 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` = 3031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1430
804
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 (3013) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.467 ms 1 Yes Yes /classes/Product.php:4524
516
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` = 3034
ORDER BY `position`
0.466 ms 1 Yes /classes/Product.php:3545
687
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 (3053) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.466 ms 1 Yes Yes /classes/Product.php:4524
121
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.465 ms 2 /classes/tax/TaxRulesTaxManager.php:109
67
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.463 ms 0 /classes/module/Module.php:2132
431
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` = 3013 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` = 3013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.463 ms 0 /classes/Cart.php:1430
723
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 (3045) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.463 ms 1 Yes Yes /classes/Product.php:4524
509
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` = 3045) AND (b.`id_shop` = 1) LIMIT 1
0.462 ms 1 /src/Adapter/EntityMapper.php:71
822
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 (3007) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.462 ms 1 Yes Yes /classes/Product.php:4524
202
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` = 3074
AND image_shop.`cover` = 1 LIMIT 1
0.460 ms 1 /classes/Product.php:3570
513
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` = 3042
ORDER BY `position`
0.460 ms 1 Yes /classes/Product.php:3545
548
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.460 ms 4 /classes/CartRule.php:357
741
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 (3034) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.460 ms 1 Yes Yes /classes/Product.php:4524
501
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` = 3051
ORDER BY `position`
0.459 ms 1 Yes /classes/Product.php:3545
455
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` = 3090) AND (b.`id_shop` = 1) LIMIT 1
0.458 ms 1 /src/Adapter/EntityMapper.php:71
522
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` = 3023
ORDER BY `position`
0.458 ms 1 Yes /classes/Product.php:3545
795
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 (3014) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.455 ms 1 Yes Yes /classes/Product.php:4524
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.452 ms 127 /classes/module/Module.php:346
542
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` = 3007) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
387
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` = 3018 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` = 3018 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.451 ms 0 /classes/Cart.php:1430
579
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 (3086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.451 ms 1 Yes Yes /classes/Product.php:4524
17
SELECT SQL_NO_CACHE name, alias FROM `fdp_hook_alias`
0.449 ms 88 /classes/Hook.php:339
272
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3056 AND id_shop=1 LIMIT 1
0.448 ms 1 /classes/Product.php:6876
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` = 3072 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` = 3072 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.447 ms 0 /classes/Cart.php:1430
497
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` = 3053) AND (b.`id_shop` = 1) LIMIT 1
0.447 ms 1 /src/Adapter/EntityMapper.php:71
633
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 (3072) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.447 ms 1 Yes Yes /classes/Product.php:4524
510
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` = 3045
ORDER BY `position`
0.447 ms 1 Yes /classes/Product.php:3545
615
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 (3075) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.446 ms 1 Yes Yes /classes/Product.php:4524
651
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 (3068) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.446 ms 1 Yes Yes /classes/Product.php:4524
354
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` = 3034 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` = 3034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.446 ms 0 /classes/Cart.php:1430
624
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 (3074) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.446 ms 1 Yes Yes /classes/Product.php:4524
485
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` = 3068) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
399
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 = 3017
ORDER BY f.position ASC
0.441 ms 1 Yes /classes/Product.php:6021
696
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 (3051) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.440 ms 1 Yes Yes /classes/Product.php:4524
169
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` = 3079
AND image_shop.`cover` = 1 LIMIT 1
0.440 ms 1 /classes/Product.php:3570
453
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` = 3007 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` = 3007 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1430
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.439 ms 1 Yes /classes/shop/Shop.php:715
588
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 (3083) 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
669
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 (3060) 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
204
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3074 LIMIT 1
0.437 ms 1 /classes/SpecificPrice.php:435
549
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.437 ms 1 /classes/CartRule.php:423
531
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` = 3015
ORDER BY `position`
0.436 ms 1 Yes /classes/Product.php:3545
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` = 3070 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` = 3070 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.435 ms 0 /classes/Cart.php:1430
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
0.434 ms 1 Yes /classes/shop/Shop.php:1364
550
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.433 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
333
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 = 3045
ORDER BY f.position ASC
0.432 ms 1 Yes /classes/Product.php:6021
344
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 = 3042
ORDER BY f.position ASC
0.432 ms 1 Yes /classes/Product.php:6021
454
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 = 3007
ORDER BY f.position ASC
0.432 ms 1 Yes /classes/Product.php:6021
660
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 (3063) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.432 ms 1 Yes Yes /classes/Product.php:4524
388
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 = 3018
ORDER BY f.position ASC
0.432 ms 1 Yes /classes/Product.php:6021
118
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` = 3090)
0.431 ms 1 /classes/Product.php:3860
321
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` = 3047 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` = 3047 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.431 ms 0 /classes/Cart.php:1430
346
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.431 ms 1 /classes/Product.php:5659
376
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` = 3023 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` = 3023 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1
0.431 ms 0 /classes/Cart.php:1430
757
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
606
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 (3078) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.429 ms 1 Yes Yes /classes/Product.php:4524
443
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 = 3011
ORDER BY f.position ASC
0.428 ms 1 Yes /classes/Product.php:6021
131
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 = 3090
ORDER BY f.position ASC
0.428 ms 1 Yes /classes/Product.php:6021
377
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 = 3023
ORDER BY f.position ASC
0.427 ms 1 Yes /classes/Product.php:6021
458
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` = 3088) AND (b.`id_shop` = 1) LIMIT 1
0.426 ms 1 /src/Adapter/EntityMapper.php:71
476
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` = 3074) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
190
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 = 3078
ORDER BY f.position ASC
0.423 ms 1 Yes /classes/Product.php:6021
467
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` = 3079) AND (b.`id_shop` = 1) LIMIT 1
0.421 ms 1 /src/Adapter/EntityMapper.php:71
322
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 = 3047
ORDER BY f.position ASC
0.420 ms 1 Yes /classes/Product.php:6021
705
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 (3048) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.419 ms 1 Yes Yes /classes/Product.php:4524
192
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.418 ms 1 /classes/Product.php:5659
432
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 = 3013
ORDER BY f.position ASC
0.418 ms 1 Yes /classes/Product.php:6021
469
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3079
0.418 ms 1 /classes/Product.php:2902
527
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` = 3017) AND (b.`id_shop` = 1) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:71
217
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3072 AND id_shop=1 LIMIT 1
0.417 ms 1 /classes/Product.php:6876
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` = 3068
AND image_shop.`cover` = 1 LIMIT 1
0.417 ms 1 /classes/Product.php:3570
353
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3034) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.416 ms 1 /classes/stock/StockAvailable.php:453
714
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 (3047) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.416 ms 1 Yes Yes /classes/Product.php:4524
72
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.415 ms 1 /src/Adapter/EntityMapper.php:71
524
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` = 3018) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
569
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.415 ms 1 Yes /classes/Currency.php:826
410
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 = 3015
ORDER BY f.position ASC
0.413 ms 1 Yes /classes/Product.php:6021
334
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` = 3042
AND image_shop.`cover` = 1 LIMIT 1
0.412 ms 1 /classes/Product.php:3570
289
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 = 3053
ORDER BY f.position ASC
0.411 ms 1 Yes /classes/Product.php:6021
479
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` = 3072) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
300
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 = 3051
ORDER BY f.position ASC
0.409 ms 1 Yes /classes/Product.php:6021
312
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` = 3047
AND image_shop.`cover` = 1 LIMIT 1
0.409 ms 1 /classes/Product.php:3570
551
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.409 ms 1 Yes /classes/Currency.php:826
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.408 ms 1 /src/Adapter/EntityMapper.php:71
488
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` = 3063) AND (b.`id_shop` = 1) LIMIT 1
0.407 ms 1 /src/Adapter/EntityMapper.php:71
138
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3088 AND id_shop=1 LIMIT 1
0.406 ms 1 /classes/Product.php:6876
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` = 3072)
0.406 ms 1 /classes/Product.php:3860
257
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` = 3060
AND image_shop.`cover` = 1 LIMIT 1
0.405 ms 1 /classes/Product.php:3570
271
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` = 3056)
0.403 ms 1 /classes/Product.php:3860
245
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 = 3068
ORDER BY f.position ASC
0.402 ms 1 Yes /classes/Product.php:6021
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.401 ms 1 /src/Adapter/EntityMapper.php:71
657
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
491
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` = 3060) AND (b.`id_shop` = 1) LIMIT 1
0.398 ms 1 /src/Adapter/EntityMapper.php:71
68
SELECT SQL_NO_CACHE * FROM `fdp_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.397 ms 8 Yes /classes/ImageType.php:109
311
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 = 3048
ORDER BY f.position ASC
0.397 ms 1 Yes /classes/Product.php:6021
46
SELECT SQL_NO_CACHE * FROM `fdp_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.396 ms 1 /classes/module/Module.php:2041
799
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
150
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3086 AND id_shop=1 LIMIT 1
0.393 ms 1 /classes/Product.php:6876
486
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` = 3068
ORDER BY `position`
0.390 ms 1 Yes /classes/Product.php:3545
664
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.390 ms 1 Yes /classes/Currency.php:826
315
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` = 3047)
0.390 ms 1 /classes/Product.php:3860
370
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` = 3023)
0.389 ms 1 /classes/Product.php:3860
473
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` = 3075) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
106
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.387 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
117
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3090 LIMIT 1
0.386 ms 1 /classes/SpecificPrice.php:435
325
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3045 LIMIT 1
0.386 ms 1 /classes/SpecificPrice.php:435
630
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
556
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.384 ms 1 /classes/Category.php:2242
805
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.383 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
293
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` = 3051)
0.381 ms 1 /classes/Product.php:3860
90
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.380 ms 1 /classes/Currency.php:1136
74
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM fdp_required_field
0.379 ms 2 /classes/ObjectModel.php:1592
567
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.379 ms 1 Yes /classes/Currency.php:826
827
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
502
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3051
0.378 ms 1 /classes/Product.php:2902
132
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.378 ms 1 /classes/tax/TaxRulesTaxManager.php:109
459
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` = 3088
ORDER BY `position`
0.376 ms 1 Yes /classes/Product.php:3545
632
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
348
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` = 3034)
0.375 ms 1 /classes/Product.php:3860
631
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
349
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3034 AND id_shop=1 LIMIT 1
0.374 ms 1 /classes/Product.php:6876
761
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.374 ms 1 Yes /classes/Currency.php:826
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` = 3070)
0.373 ms 1 /classes/Product.php:3860
337
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` = 3042)
0.373 ms 1 /classes/Product.php:3860
206
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3074 AND id_shop=1 LIMIT 1
0.372 ms 1 /classes/Product.php:6876
249
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` = 3063)
0.372 ms 1 /classes/Product.php:3860
304
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` = 3048)
0.369 ms 1 /classes/Product.php:3860
489
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` = 3063
ORDER BY `position`
0.368 ms 1 Yes /classes/Product.php:3545
671
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.368 ms 1 Yes /classes/Currency.php:826
562
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
282
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` = 3053)
0.366 ms 1 /classes/Product.php:3860
63
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.366 ms 1 /classes/PrestaShopCollection.php:383
483
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` = 3070
ORDER BY `position`
0.366 ms 1 Yes /classes/Product.php:3545
758
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.365 ms 1 Yes /classes/Currency.php:826
828
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.365 ms 1 Yes /classes/Currency.php:826
832
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
499
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3053
0.364 ms 1 /classes/Product.php:2902
191
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` = 3075
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 1 /classes/Product.php:3570
798
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
161
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` = 3083)
0.362 ms 1 /classes/Product.php:3860
412
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.362 ms 1 /classes/Product.php:5659
787
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
147
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.360 ms 1 /classes/Product.php:5659
239
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3068 AND id_shop=1 LIMIT 1
0.360 ms 1 /classes/Product.php:6876
525
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` = 3018
ORDER BY `position`
0.360 ms 1 Yes /classes/Product.php:3545
456
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` = 3090
ORDER BY `position`
0.359 ms 1 Yes /classes/Product.php:3545
627
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.359 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
203
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.358 ms 1 /classes/Product.php:5659
763
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.358 ms 1 Yes /classes/Currency.php:826
381
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` = 3018)
0.358 ms 1 /classes/Product.php:3860
301
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` = 3048
AND image_shop.`cover` = 1 LIMIT 1
0.357 ms 1 /classes/Product.php:3570
373
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3023 LIMIT 1
0.357 ms 1 /classes/Pack.php:89
568
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.357 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
303
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3048 LIMIT 1
0.356 ms 1 /classes/SpecificPrice.php:435
770
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.355 ms 1 Yes /classes/Currency.php:826
830
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.355 ms 1 Yes /classes/Currency.php:826
826
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
108
SELECT SQL_NO_CACHE *
FROM `fdp_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.352 ms 1 /src/Adapter/EntityMapper.php:79
477
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` = 3074
ORDER BY `position`
0.352 ms 1 Yes /classes/Product.php:3545
760
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.352 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
794
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
814
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.351 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
492
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` = 3060
ORDER BY `position`
0.351 ms 1 Yes /classes/Product.php:3545
772
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
779
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
197
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3075 LIMIT 1
0.350 ms 1 /classes/Pack.php:89
824
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
194
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` = 3075)
0.349 ms 1 /classes/Product.php:3860
765
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
806
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
468
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` = 3079
ORDER BY `position`
0.348 ms 1 Yes /classes/Product.php:3545
792
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.348 ms 1 Yes /classes/Currency.php:826
327
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3045 AND id_shop=1 LIMIT 1
0.348 ms 1 /classes/Product.php:6876
774
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.347 ms 1 Yes /classes/Currency.php:826
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.347 ms 1 /classes/Language.php:1216
815
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.347 ms 1 Yes /classes/Currency.php:826
528
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` = 3017
ORDER BY `position`
0.345 ms 1 Yes /classes/Product.php:3545
666
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
724
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
743
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
389
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` = 3017
AND image_shop.`cover` = 1 LIMIT 1
0.344 ms 1 /classes/Product.php:3570
771
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
778
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
213
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` = 3072
AND image_shop.`cover` = 1 LIMIT 1
0.343 ms 1 /classes/Product.php:3570
736
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.343 ms 1 Yes /classes/Currency.php:826
692
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
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.342 ms 1 /src/Adapter/EntityMapper.php:71
341
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3042 LIMIT 1
0.342 ms 1 /classes/Pack.php:90
693
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.342 ms 1 Yes /classes/Currency.php:826
788
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.342 ms 1 Yes /classes/Currency.php:826
751
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
776
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.342 ms 1 Yes /classes/Currency.php:826
829
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
783
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
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3068) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.341 ms 1 /classes/stock/StockAvailable.php:453
358
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3031 LIMIT 1
0.341 ms 1 /classes/SpecificPrice.php:435
733
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
98
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.340 ms 1 /classes/PrestaShopCollection.php:383
463
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3086
0.340 ms 1 /classes/Product.php:2902
679
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.340 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
685
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.340 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
769
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.340 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
215
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3072 LIMIT 1
0.339 ms 1 /classes/SpecificPrice.php:435
634
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
737
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
790
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
800
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
218
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3072 AND `id_group` = 1 LIMIT 1
0.338 ms 0 /classes/GroupReduction.php:156
762
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.338 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
807
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.338 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
823
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.338 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
797
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.338 ms 1 Yes /classes/Currency.php:826
523
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3023
0.337 ms 1 /classes/Product.php:2902
649
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
688
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
742
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
808
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.337 ms 1 Yes /classes/Currency.php:826
575
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
764
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
796
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
801
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.335 ms 1 Yes /classes/Currency.php:826
820
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.335 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
145
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` = 3086
AND image_shop.`cover` = 1 LIMIT 1
0.335 ms 1 /classes/Product.php:3570
403
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` = 3015)
0.335 ms 1 /classes/Product.php:3860
495
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` = 3056
ORDER BY `position`
0.335 ms 1 Yes /classes/Product.php:3545
689
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.335 ms 1 Yes /classes/Currency.php:826
831
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.335 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
480
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` = 3072
ORDER BY `position`
0.334 ms 1 Yes /classes/Product.php:3545
605
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
682
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
773
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
51
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 402
AND `id_module` = 108
AND `id_shop` = 1
0.333 ms 1 /classes/Hook.php:515
628
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.333 ms 1 Yes /classes/Currency.php:826
686
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.333 ms 1 Yes /classes/Currency.php:826
672
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
691
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
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.331 ms 1 /src/Adapter/EntityMapper.php:71
665
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
785
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
793
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
735
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
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.330 ms 1 /classes/Category.php:1754
474
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` = 3075
ORDER BY `position`
0.330 ms 1 Yes /classes/Product.php:3545
675
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
766
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
780
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
818
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
684
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
707
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
821
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
825
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
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` = 3070
AND image_shop.`cover` = 1 LIMIT 1
0.328 ms 1 /classes/Product.php:3570
561
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.328 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
677
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
781
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
378
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` = 3018
AND image_shop.`cover` = 1 LIMIT 1
0.327 ms 1 /classes/Product.php:3570
571
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.327 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
668
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
680
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
734
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
242
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3068 LIMIT 1
0.327 ms 1 /classes/Pack.php:90
816
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.327 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
590
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.326 ms 1 Yes /classes/Currency.php:826
625
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
673
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.326 ms 1 Yes /classes/Currency.php:826
329
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3045 LIMIT 1
0.326 ms 1 /classes/Pack.php:89
690
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
744
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
775
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
115
SELECT SQL_NO_CACHE `name`
FROM `fdp_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.325 ms 0 /classes/Manufacturer.php:316
564
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.325 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
745
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.325 ms 1 Yes /classes/Currency.php:826
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.325 ms 1 /src/Adapter/EntityMapper.php:71
133
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` = 3088
AND image_shop.`cover` = 1 LIMIT 1
0.325 ms 1 /classes/Product.php:3570
629
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.325 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
643
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.325 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
789
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.325 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
91
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.324 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
722
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.324 ms 1 Yes /classes/Currency.php:826
730
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
767
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.324 ms 1 Yes /classes/Currency.php:826
784
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
802
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
812
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.324 ms 1 Yes /classes/Currency.php:826
462
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` = 3086
ORDER BY `position`
0.323 ms 1 Yes /classes/Product.php:3545
738
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
809
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.323 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
635
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
670
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.323 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
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.322 ms 1 /src/Adapter/EntityMapper.php:71
323
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` = 3045
AND image_shop.`cover` = 1 LIMIT 1
0.322 ms 1 /classes/Product.php:3570
817
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
576
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
659
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
76
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdelementor" LIMIT 1
0.321 ms 1 /classes/module/Module.php:2659
681
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
238
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` = 3068)
0.321 ms 1 /classes/Product.php:3860
543
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` = 3007
ORDER BY `position`
0.321 ms 1 Yes /classes/Product.php:3545
700
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.321 ms 1 Yes /classes/Currency.php:826
739
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
740
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.321 ms 1 Yes /classes/Currency.php:826
563
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.320 ms 1 Yes /classes/Currency.php:694
819
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.320 ms 1 Yes /classes/Currency.php:826
260
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` = 3060)
0.320 ms 1 /classes/Product.php:3860
268
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` = 3056
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 1 /classes/Product.php:3570
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3056) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.320 ms 1 /classes/stock/StockAvailable.php:453
552
SELECT SQL_NO_CACHE `iso_code`
FROM `fdp_country`
WHERE `id_country` = 10 LIMIT 1
0.320 ms 1 /classes/Country.php:275
731
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.320 ms 1 Yes /classes/Currency.php:826
746
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.320 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
782
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.320 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
791
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.320 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
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.319 ms 1 /classes/PrestaShopCollection.php:383
583
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.319 ms 1 Yes /classes/Currency.php:826
589
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
658
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
674
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
676
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
747
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.319 ms 1 Yes /classes/Currency.php:826
748
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
803
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.319 ms 1 Yes /classes/Currency.php:826
811
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.319 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
159
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.318 ms 1 /classes/Product.php:5659
572
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.318 ms 1 Yes /classes/Currency.php:826
598
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.318 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
644
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.318 ms 1 Yes /classes/Currency.php:826
683
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.318 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
749
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.318 ms 1 Yes /classes/Currency.php:826
752
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.318 ms 1 Yes /classes/Currency.php:826
753
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.318 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
810
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.318 ms 1 Yes /classes/Currency.php:826
326
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` = 3045)
0.317 ms 1 /classes/Product.php:3860
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3007 AND id_shop=1 LIMIT 1
0.317 ms 1 /classes/Product.php:6876
466
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3083
0.317 ms 1 /classes/Product.php:2902
580
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.317 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
626
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
754
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
729
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.316 ms 1 Yes /classes/Currency.php:826
541
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3011
0.315 ms 1 /classes/Product.php:2902
593
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
725
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
529
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3017
0.314 ms 1 /classes/Product.php:2902
559
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.314 ms 1 Yes /classes/Category.php:1600
612
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.314 ms 1 Yes /classes/Currency.php:826
652
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
699
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
172
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` = 3079)
0.313 ms 1 /classes/Product.php:3860
661
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
726
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
279
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` = 3053
AND image_shop.`cover` = 1 LIMIT 1
0.313 ms 1 /classes/Product.php:3570
566
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
581
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
607
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
667
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
720
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
290
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` = 3051
AND image_shop.`cover` = 1 LIMIT 1
0.311 ms 1 /classes/Product.php:3570
650
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.311 ms 1 Yes /classes/Currency.php:826
620
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.311 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
636
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.311 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
728
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.311 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
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.310 ms 1 /src/Adapter/EntityMapper.php:71
596
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
599
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
721
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
400
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` = 3015
AND image_shop.`cover` = 1 LIMIT 1
0.309 ms 1 /classes/Product.php:3570
436
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` = 3011)
0.309 ms 1 /classes/Product.php:3860
447
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` = 3007)
0.309 ms 1 /classes/Product.php:3860
573
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.309 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
623
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.308 ms 1 Yes /classes/Currency.php:826
637
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.308 ms 1 Yes /classes/Currency.php:826
727
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.308 ms 1 Yes /classes/Currency.php:826
574
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.308 ms 1 Yes /classes/Currency.php:826
715
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.308 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
80
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "home")
0.307 ms 10 /modules/tdelementor/tdelementor.php:1388
105
SELECT SQL_NO_CACHE `id_category`
FROM `fdp_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.307 ms 1 /classes/Category.php:2450
180
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` = 3078
AND image_shop.`cover` = 1 LIMIT 1
0.307 ms 1 /classes/Product.php:3570
205
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 3074)
0.307 ms 1 /classes/Product.php:3860
656
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
697
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
565
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.306 ms 1 Yes /classes/Currency.php:826
591
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
662
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.306 ms 1 Yes /classes/Currency.php:826
610
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.305 ms 1 Yes /classes/Currency.php:826
578
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.305 ms 1 Yes /classes/Currency.php:826
592
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.305 ms 1 Yes /classes/Currency.php:826
594
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.305 ms 1 Yes /classes/Currency.php:826
702
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.305 ms 1 Yes /classes/Currency.php:826
367
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` = 3023
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
422
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` = 3013
AND image_shop.`cover` = 1 LIMIT 1
0.304 ms 1 /classes/Product.php:3570
577
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.304 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
582
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.304 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
584
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.304 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
585
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
653
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
140
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3088 LIMIT 1
0.303 ms 1 /classes/Pack.php:89
425
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` = 3013)
0.303 ms 1 /classes/Product.php:3860
444
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` = 3007
AND image_shop.`cover` = 1 LIMIT 1
0.303 ms 1 /classes/Product.php:3570
587
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.303 ms 1 Yes /classes/Currency.php:826
65
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 217 AND `id_shop` = 1 LIMIT 1
0.302 ms 1 /classes/module/Module.php:2132
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` = 'displayFooterProduct' LIMIT 1
0.302 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
709
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
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.302 ms 1 /src/Adapter/EntityMapper.php:71
694
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.302 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` = 'display404Elementor' LIMIT 1
0.301 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
719
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.301 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
553
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.301 ms 1 /classes/module/Module.php:2659
107
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.300 ms 1 /src/Adapter/EntityMapper.php:71
352
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3034 LIMIT 1
0.300 ms 1 /classes/Pack.php:90
756
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
645
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
706
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
208
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3074 LIMIT 1
0.298 ms 1 /classes/Pack.php:89
350
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3034 AND `id_group` = 1 LIMIT 1
0.298 ms 0 /classes/GroupReduction.php:156
616
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
654
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
708
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
663
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
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.297 ms 1 /src/Adapter/EntityMapper.php:71
600
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
638
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
646
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
595
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
698
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
613
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
621
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.296 ms 1 Yes /classes/Currency.php:826
701
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
716
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.296 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` = 'displayContactElementor' LIMIT 1
0.296 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
246
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` = 3063
AND image_shop.`cover` = 1 LIMIT 1
0.296 ms 1 /classes/Product.php:3570
655
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.296 ms 1 Yes /classes/Currency.php:826
695
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.296 ms 1 Yes /classes/Currency.php:826
411
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` = 3014
AND image_shop.`cover` = 1 LIMIT 1
0.295 ms 1 /classes/Product.php:3570
647
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
648
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
158
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.295 ms 1 /classes/Category.php:1378
586
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
601
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
639
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
128
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3090 LIMIT 1
0.294 ms 1 /classes/Pack.php:90
414
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` = 3014)
0.294 ms 1 /classes/Product.php:3860
614
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.294 ms 1 Yes /classes/Currency.php:826
618
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.294 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
433
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` = 3011
AND image_shop.`cover` = 1 LIMIT 1
0.293 ms 1 /classes/Product.php:3570
602
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
603
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
611
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
833
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.293 ms 1 /classes/module/Module.php:2659
363
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3031 LIMIT 1
0.293 ms 1 /classes/Pack.php:90
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.292 ms 1 /src/Adapter/EntityMapper.php:71
608
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
640
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.292 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
641
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
617
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
33
SELECT SQL_NO_CACHE `id_category`
FROM `fdp_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.291 ms 1 /classes/Category.php:2450
837
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.291 ms 1 Yes /classes/Currency.php:694
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.290 ms 1 /src/Adapter/EntityMapper.php:71
604
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.290 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
717
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.289 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
755
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.289 ms 1 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:63
704
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
718
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.287 ms 1 Yes /classes/Currency.php:826
240
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3068 AND `id_group` = 1 LIMIT 1
0.286 ms 0 /classes/GroupReduction.php:156
380
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3018 LIMIT 1
0.286 ms 1 /classes/SpecificPrice.php:435
622
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
347
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3034 LIMIT 1
0.286 ms 1 /classes/SpecificPrice.php:435
609
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
619
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.286 ms 1 Yes /classes/Currency.php:826
711
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.286 ms 1 Yes /classes/Currency.php:826
71
SELECT SQL_NO_CACHE *
FROM `fdp_state` a
WHERE (a.`id_state` = 232) LIMIT 1
0.285 ms 1 /src/Adapter/EntityMapper.php:71
160
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3083 LIMIT 1
0.285 ms 1 /classes/SpecificPrice.php:435
703
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
252
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3063 LIMIT 1
0.283 ms 1 /classes/Pack.php:89
285
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3053 LIMIT 1
0.283 ms 1 /classes/Pack.php:89
532
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3015
0.283 ms 1 /classes/Product.php:2902
710
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
713
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.283 ms 1 Yes /classes/Currency.php:826
319
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3047 LIMIT 1
0.282 ms 1 /classes/Pack.php:90
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` = 'displayLeftColumnProduct' LIMIT 1
0.281 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
103
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.280 ms 1 /src/Adapter/EntityMapper.php:71
126
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.280 ms 0 /classes/tax/TaxRulesTaxManager.php:109
402
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3015 LIMIT 1
0.279 ms 1 /classes/SpecificPrice.php:435
712
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
406
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3015 LIMIT 1
0.278 ms 1 /classes/Pack.php:89
259
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3060 LIMIT 1
0.277 ms 1 /classes/SpecificPrice.php:435
338
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3042 AND id_shop=1 LIMIT 1
0.277 ms 1 /classes/Product.php:6876
419
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3014) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.277 ms 1 /classes/stock/StockAvailable.php:453
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM fdp_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.276 ms 1 /classes/shop/ShopUrl.php:182
42
SELECT SQL_NO_CACHE state FROM fdp_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.276 ms 1 /classes/FeatureFlag.php:105
305
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3048 AND id_shop=1 LIMIT 1
0.276 ms 1 /classes/Product.php:6876
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3042) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.276 ms 1 /classes/stock/StockAvailable.php:453
845
SELECT SQL_NO_CACHE data
FROM `fdp_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.276 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
78
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "header")
0.275 ms 10 /modules/tdelementor/tdelementor.php:1388
330
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3045 LIMIT 1
0.275 ms 1 /classes/Pack.php:90
298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3051) 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
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` = 'displayRightColumn' LIMIT 1
0.274 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
52
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 441
AND `id_module` = 108
AND `id_shop` = 1
0.273 ms 1 /classes/Hook.php:515
73
SELECT SQL_NO_CACHE *
FROM `fdp_country_lang`
WHERE `id_country` = 10
0.272 ms 1 /src/Adapter/EntityMapper.php:79
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.271 ms 1 /src/Adapter/EntityMapper.php:71
193
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3075 LIMIT 1
0.271 ms 1 /classes/SpecificPrice.php:435
554
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.271 ms 1 /classes/module/Module.php:2132
281
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3053 LIMIT 1
0.270 ms 1 /classes/SpecificPrice.php:435
391
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3017 LIMIT 1
0.269 ms 1 /classes/SpecificPrice.php:435
324
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.269 ms 1 /classes/Product.php:5659
148
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3086 LIMIT 1
0.268 ms 1 /classes/SpecificPrice.php:435
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3083) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.268 ms 1 /classes/stock/StockAvailable.php:453
395
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3017 LIMIT 1
0.268 ms 1 /classes/Pack.php:89
496
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3056
0.267 ms 1 /classes/Product.php:2902
263
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3060 LIMIT 1
0.266 ms 1 /classes/Pack.php:89
296
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3051 LIMIT 1
0.265 ms 1 /classes/Pack.php:89
119
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3090 AND id_shop=1 LIMIT 1
0.263 ms 1 /classes/Product.php:6876
104
SELECT SQL_NO_CACHE `name`
FROM `fdp_hook`
WHERE `id_hook` = 14 LIMIT 1
0.262 ms 1 /classes/Hook.php:244
146
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.262 ms 1 /classes/Category.php:1378
292
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3051 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:435
195
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3075 AND id_shop=1 LIMIT 1
0.261 ms 1 /classes/Product.php:6876
164
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3083 LIMIT 1
0.260 ms 1 /classes/Pack.php:89
199
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.260 ms 1 /classes/stock/StockAvailable.php:453
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` = 'displayRightColumnProduct' LIMIT 1
0.259 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
127
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3090 LIMIT 1
0.259 ms 1 /classes/Pack.php:89
186
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3078 LIMIT 1
0.259 ms 1 /classes/Pack.php:89
210
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3074) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
265
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3060) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.259 ms 1 /classes/stock/StockAvailable.php:453
83
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 27 LIMIT 1
0.257 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
152
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3086 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
274
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3056 LIMIT 1
0.257 ms 1 /classes/Pack.php:89
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3053) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:453
308
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3048 LIMIT 1
0.257 ms 1 /classes/Pack.php:90
508
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3047
0.257 ms 1 /classes/Product.php:2902
520
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3031
0.257 ms 1 /classes/Product.php:2902
557
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.257 ms 1 /classes/Category.php:1585
511
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3045
0.255 ms 1 /classes/Product.php:2902
535
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3014
0.255 ms 1 /classes/Product.php:2902
44
SELECT SQL_NO_CACHE * FROM `fdp_image_type`
0.255 ms 8 /classes/ImageType.php:161
237
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3068 LIMIT 1
0.255 ms 1 /classes/SpecificPrice.php:435
313
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.255 ms 1 /classes/Product.php:5659
134
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.254 ms 1 /classes/Category.php:1378
490
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3063
0.253 ms 1 /classes/Product.php:2902
517
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3034
0.253 ms 1 /classes/Product.php:2902
48
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "nexixpay" LIMIT 1
0.252 ms 1 /classes/module/Module.php:2659
123
SELECT SQL_NO_CACHE *
FROM `fdp_tax_lang`
WHERE `id_tax` = 1
0.252 ms 1 /src/Adapter/EntityMapper.php:79
328
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3045 AND `id_group` = 1 LIMIT 1
0.252 ms 0 /classes/GroupReduction.php:156
336
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3042 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:435
314
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3047 LIMIT 1
0.250 ms 1 /classes/SpecificPrice.php:435
452
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3007) 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
254
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3063) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.249 ms 1 /classes/stock/StockAvailable.php:453
481
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3072
0.248 ms 1 /classes/Product.php:2902
340
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3042 LIMIT 1
0.248 ms 1 /classes/Pack.php:89
89
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.247 ms 4 /modules/tdelementor/classes/TdElementorWpHelper.php:863
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.247 ms 1 /classes/Product.php:5659
283
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3053 AND id_shop=1 LIMIT 1
0.247 ms 1 /classes/Product.php:6876
505
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3048
0.247 ms 1 /classes/Product.php:2902
544
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3007
0.247 ms 1 /classes/Product.php:2902
842
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdsearchblock" LIMIT 1
0.247 ms 1 /classes/module/Module.php:2659
171
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3079 LIMIT 1
0.246 ms 1 /classes/SpecificPrice.php:435
446
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3007 LIMIT 1
0.246 ms 1 /classes/SpecificPrice.php:435
460
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3088
0.246 ms 1 /classes/Product.php:2902
22
SELECT SQL_NO_CACHE `id_lang` FROM `fdp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.246 ms 1 /classes/Language.php:883
55
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 52
AND `id_module` = 108
AND `id_shop` = 1
0.246 ms 1 /classes/Hook.php:515
170
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.245 ms 1 /classes/Product.php:5659
441
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3011) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:453
102
SELECT SQL_NO_CACHE `id_default_group`
FROM `fdp_customer`
WHERE `id_customer` = 0 LIMIT 1
0.243 ms 0 /classes/Customer.php:1154
253
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3063 LIMIT 1
0.243 ms 1 /classes/Pack.php:90
390
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
54
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 40
AND `id_module` = 108
AND `id_shop` = 1
0.242 ms 1 /classes/Hook.php:515
307
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3048 LIMIT 1
0.242 ms 1 /classes/Pack.php:89
184
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3078 AND id_shop=1 LIMIT 1
0.241 ms 1 /classes/Product.php:6876
241
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3068 LIMIT 1
0.241 ms 1 /classes/Pack.php:89
248
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3063 LIMIT 1
0.241 ms 1 /classes/SpecificPrice.php:435
401
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
493
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3060
0.241 ms 1 /classes/Product.php:2902
122
SELECT SQL_NO_CACHE *
FROM `fdp_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
320
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3047) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
424
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3013 LIMIT 1
0.240 ms 1 /classes/SpecificPrice.php:435
457
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3090
0.240 ms 1 /classes/Product.php:2902
29
SELECT SQL_NO_CACHE id_shop
FROM `fdp_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.240 ms 1 /classes/ObjectModel.php:1729
116
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 0 LIMIT 1
0.240 ms 1 /classes/SpecificPrice.php:426
408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3015) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
840
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "tdshoppingcart" LIMIT 1
0.240 ms 1 /classes/module/Module.php:2659
31
SELECT SQL_NO_CACHE *
FROM `fdp_group_lang`
WHERE `id_group` = 1
0.239 ms 1 /src/Adapter/EntityMapper.php:79
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3048) 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
514
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3042
0.239 ms 1 /classes/Product.php:2902
393
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3017 AND id_shop=1 LIMIT 1
0.238 ms 1 /classes/Product.php:6876
270
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3056 LIMIT 1
0.238 ms 1 /classes/SpecificPrice.php:435
379
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.238 ms 1 /classes/Product.php:5659
484
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3070
0.237 ms 1 /classes/Product.php:2902
173
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3079 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
316
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3047 AND id_shop=1 LIMIT 1
0.237 ms 1 /classes/Product.php:6876
331
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3045) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:453
23
SELECT SQL_NO_CACHE value FROM `fdp_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.236 ms 1 /classes/shop/Shop.php:1183
136
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3088 LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:435
264
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3060 LIMIT 1
0.236 ms 1 /classes/Pack.php:90
82
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 287 LIMIT 1
0.236 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
407
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3015 LIMIT 1
0.236 ms 1 /classes/Pack.php:90
53
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 501
AND `id_module` = 108
AND `id_shop` = 1
0.235 ms 1 /classes/Hook.php:515
56
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 508
AND `id_module` = 108
AND `id_shop` = 1
0.235 ms 1 /classes/Hook.php:515
262
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3060 AND `id_group` = 1 LIMIT 1
0.235 ms 0 /classes/GroupReduction.php:156
487
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3068
0.235 ms 1 /classes/Product.php:2902
226
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3070 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:435
335
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.235 ms 1 /classes/Product.php:5659
404
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3015 AND id_shop=1 LIMIT 1
0.235 ms 1 /classes/Product.php:6876
135
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.234 ms 1 /classes/Product.php:5659
382
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3018 AND id_shop=1 LIMIT 1
0.234 ms 1 /classes/Product.php:6876
369
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3023 LIMIT 1
0.234 ms 1 /classes/SpecificPrice.php:435
69
SELECT SQL_NO_CACHE format
FROM `fdp_address_format`
WHERE `id_country` = 10 LIMIT 1
0.233 ms 1 /classes/AddressFormat.php:656
181
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
423
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.233 ms 1 /classes/Product.php:5659
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3013) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.233 ms 1 /classes/stock/StockAvailable.php:453
26
SELECT SQL_NO_CACHE `id_lang` FROM `fdp_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.232 ms 1 /classes/Language.php:883
207
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3074 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:156
297
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3051 LIMIT 1
0.232 ms 1 /classes/Pack.php:90
397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3017) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:453
175
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3079 LIMIT 1
0.231 ms 1 /classes/Pack.php:89
280
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.231 ms 1 /classes/Product.php:5659
286
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3053 LIMIT 1
0.231 ms 1 /classes/Pack.php:90
294
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3051 AND id_shop=1 LIMIT 1
0.231 ms 1 /classes/Product.php:6876
306
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3048 AND `id_group` = 1 LIMIT 1
0.231 ms 0 /classes/GroupReduction.php:156
79
SELECT SQL_NO_CACHE *
FROM `fdp_tdelementor_post` p
WHERE (p.post_type = "footer")
0.230 ms 10 /modules/tdelementor/tdelementor.php:1388
185
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3078 AND `id_group` = 1 LIMIT 1
0.230 ms 0 /classes/GroupReduction.php:156
258
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 404 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
384
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3018 LIMIT 1
0.230 ms 1 /classes/Pack.php:89
302
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.230 ms 1 /classes/Product.php:5659
230
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3070 LIMIT 1
0.229 ms 1 /classes/Pack.php:89
396
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3017 LIMIT 1
0.229 ms 1 /classes/Pack.php:90
843
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 191 AND `id_shop` = 1 LIMIT 1
0.229 ms 1 /classes/module/Module.php:2132
231
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3070 LIMIT 1
0.228 ms 1 /classes/Pack.php:90
273
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3056 AND `id_group` = 1 LIMIT 1
0.228 ms 0 /classes/GroupReduction.php:156
450
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3007 LIMIT 1
0.228 ms 1 /classes/Pack.php:89
70
SELECT SQL_NO_CACHE `need_identification_number`
FROM `fdp_country`
WHERE `id_country` = 10 LIMIT 1
0.227 ms 1 /classes/Country.php:405
153
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3086 LIMIT 1
0.227 ms 1 /classes/Pack.php:90
339
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3042 AND `id_group` = 1 LIMIT 1
0.227 ms 0 /classes/GroupReduction.php:156
196
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3075 AND `id_group` = 1 LIMIT 1
0.226 ms 0 /classes/GroupReduction.php:156
198
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3075 LIMIT 1
0.226 ms 1 /classes/Pack.php:90
413
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3014 LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:435
291
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 402 LIMIT 1
0.226 ms 1 /classes/Product.php:5659
383
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3018 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
394
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3017 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:156
472
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3078
0.225 ms 1 /classes/Product.php:2902
838
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "bitmegamenu" LIMIT 1
0.223 ms 1 /classes/module/Module.php:2659
84
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 28 LIMIT 1
0.223 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
151
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3086 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:156
261
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3060 AND id_shop=1 LIMIT 1
0.223 ms 1 /classes/Product.php:6876
162
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3083 AND id_shop=1 LIMIT 1
0.222 ms 1 /classes/Product.php:6876
28
SELECT SQL_NO_CACHE *
FROM `fdp_currency_lang`
WHERE `id_currency` = 1
0.221 ms 1 /src/Adapter/EntityMapper.php:79
139
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3088 AND `id_group` = 1 LIMIT 1
0.221 ms 0 /classes/GroupReduction.php:156
375
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3023) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.221 ms 1 /classes/stock/StockAvailable.php:453
428
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3013 LIMIT 1
0.221 ms 1 /classes/Pack.php:89
538
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3013
0.221 ms 1 /classes/Product.php:2902
317
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3047 AND `id_group` = 1 LIMIT 1
0.220 ms 0 /classes/GroupReduction.php:156
417
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3014 LIMIT 1
0.220 ms 1 /classes/Pack.php:89
526
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3018
0.219 ms 1 /classes/Product.php:2902
141
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3088 LIMIT 1
0.219 ms 1 /classes/Pack.php:90
351
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3034 LIMIT 1
0.219 ms 1 /classes/Pack.php:89
475
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3075
0.219 ms 1 /classes/Product.php:2902
57
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 442
AND `id_module` = 108
AND `id_shop` = 1
0.218 ms 1 /classes/Hook.php:515
124
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3090 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
251
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3063 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:156
841
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 192 AND `id_shop` = 1 LIMIT 1
0.217 ms 1 /classes/module/Module.php:2132
125
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_group`
WHERE `id_group` = 1 LIMIT 1
0.217 ms 1 /classes/Group.php:154
9
SELECT SQL_NO_CACHE id_shop
FROM `fdp_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.216 ms 1 /classes/ObjectModel.php:1729
182
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3078 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:435
478
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fdp_product_attribute`
WHERE `id_product` = 3074
0.216 ms 1 /classes/Product.php:2902
58
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 78
AND `id_module` = 108
AND `id_shop` = 1
0.215 ms 1 /classes/Hook.php:515
368
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.215 ms 1 /classes/Product.php:5659
386
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3018) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.215 ms 1 /classes/stock/StockAvailable.php:453
59
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 43
AND `id_module` = 108
AND `id_shop` = 1
0.214 ms 1 /classes/Hook.php:515
61
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 589
AND `id_module` = 108
AND `id_shop` = 1
0.214 ms 1 /classes/Hook.php:515
60
SELECT SQL_NO_CACHE * FROM fdp_hook_module
WHERE `id_hook` = 573
AND `id_module` = 108
AND `id_shop` = 1
0.213 ms 1 /classes/Hook.php:515
209
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3074 LIMIT 1
0.213 ms 1 /classes/Pack.php:90
177
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3079) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.212 ms 1 /classes/stock/StockAvailable.php:453
236
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.212 ms 1 /classes/Product.php:5659
284
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3053 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:156
32
SELECT SQL_NO_CACHE id_shop
FROM `fdp_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.211 ms 1 /classes/ObjectModel.php:1729
49
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1
0.211 ms 1 /classes/module/Module.php:2132
318
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3047 LIMIT 1
0.211 ms 1 /classes/Pack.php:89
360
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3031 AND id_shop=1 LIMIT 1
0.211 ms 1 /classes/Product.php:6876
385
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3018 LIMIT 1
0.211 ms 1 /classes/Pack.php:90
405
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3015 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:156
232
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3070) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.210 ms 1 /classes/stock/StockAvailable.php:453
451
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3007 LIMIT 1
0.210 ms 1 /classes/Pack.php:90
247
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.210 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.209 ms 1 /classes/Currency.php:893
129
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3090) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:453
295
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3051 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:156
445
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.207 ms 1 /classes/Product.php:5659
219
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3072 LIMIT 1
0.206 ms 1 /classes/Pack.php:89
835
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.206 ms 1 /classes/module/Module.php:2659
114
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.205 ms 1 /classes/Product.php:5659
142
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3088) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.205 ms 1 /classes/stock/StockAvailable.php:453
558
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `fdp_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.205 ms 1 /classes/Category.php:1591
228
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3070 AND id_shop=1 LIMIT 1
0.205 ms 1 /classes/Product.php:6876
174
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3079 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:156
418
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3014 LIMIT 1
0.204 ms 1 /classes/Pack.php:90
66
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.203 ms 0 /classes/module/Module.php:2659
415
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3014 AND id_shop=1 LIMIT 1
0.203 ms 1 /classes/Product.php:6876
364
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3031) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
275
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3056 LIMIT 1
0.202 ms 1 /classes/Pack.php:90
86
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 29 LIMIT 1
0.201 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
87
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 1094 LIMIT 1
0.201 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
165
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3083 LIMIT 1
0.201 ms 1 /classes/Pack.php:90
437
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3011 AND id_shop=1 LIMIT 1
0.201 ms 1 /classes/Product.php:6876
225
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 405 LIMIT 1
0.200 ms 1 /classes/Product.php:5659
434
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.198 ms 1 /classes/Product.php:5659
88
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 1309 LIMIT 1
0.195 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
163
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3083 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
269
SELECT SQL_NO_CACHE name FROM fdp_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 403 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
361
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3031 AND `id_group` = 1 LIMIT 1
0.195 ms 0 /classes/GroupReduction.php:156
250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3063 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6876
439
SELECT SQL_NO_CACHE COUNT(*) FROM `fdp_pack` WHERE id_product_pack = 3011 LIMIT 1
0.194 ms 1 /classes/Pack.php:89
834
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.193 ms 1 /classes/module/Module.php:2132
836
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.192 ms 1 /classes/module/Module.php:2132
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fdp_stock_available`
WHERE (id_product = 3072) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
426
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3013 AND id_shop=1 LIMIT 1
0.191 ms 1 /classes/Product.php:6876
435
SELECT SQL_NO_CACHE 1 FROM `fdp_specific_price` WHERE id_product = 3011 LIMIT 1
0.191 ms 1 /classes/SpecificPrice.php:435
449
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3007 AND `id_group` = 1 LIMIT 1
0.191 ms 0 /classes/GroupReduction.php:156
429
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3013 LIMIT 1
0.190 ms 1 /classes/Pack.php:90
372
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3023 AND `id_group` = 1 LIMIT 1
0.189 ms 0 /classes/GroupReduction.php:156
371
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fdp_product_shop`
WHERE `id_product` = 3023 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6876
77
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 184 AND `id_shop` = 1 LIMIT 1
0.187 ms 1 /classes/module/Module.php:2132
176
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3079 LIMIT 1
0.187 ms 1 /classes/Pack.php:90
229
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3070 AND `id_group` = 1 LIMIT 1
0.187 ms 0 /classes/GroupReduction.php:156
839
SELECT SQL_NO_CACHE `id_module` FROM `fdp_module_shop` WHERE `id_module` = 185 AND `id_shop` = 1 LIMIT 1
0.187 ms 1 /classes/module/Module.php:2132
85
SELECT SQL_NO_CACHE icon
FROM `fdp_tdthemesettings_category`
WHERE `id_ps_category` = 226 LIMIT 1
0.186 ms 6 /modules/tdthemesettings/classes/TdThemeCategory.php:33
374
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3023 LIMIT 1
0.184 ms 1 /classes/Pack.php:90
427
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3013 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
438
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3011 AND `id_group` = 1 LIMIT 1
0.181 ms 0 /classes/GroupReduction.php:156
416
SELECT SQL_NO_CACHE `reduction`
FROM `fdp_product_group_reduction_cache`
WHERE `id_product` = 3014 AND `id_group` = 1 LIMIT 1
0.180 ms 0 /classes/GroupReduction.php:156
220
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3072 LIMIT 1
0.177 ms 1 /classes/Pack.php:90
440
SELECT SQL_NO_CACHE product_type FROM `fdp_product` WHERE id_product = 3011 LIMIT 1
0.174 ms 1 /classes/Pack.php:90

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: 3090]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3088]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3086]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3083]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3079]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3078]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3075]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3074]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3072]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3070]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3068]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3063]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3060]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3056]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3053]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3051]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3048]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3047]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3045]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3042]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3034]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3031]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3023]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3018]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3017]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3015]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3014]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3013]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3011]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 3007]
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