Warning: Array to string conversion in /var/www/vhosts/hairevolution-prodotti.com/httpdocs/tools/profiling/Profiler.php on line 158
Home (6)

Home

Load Time 1692 ms
Querying Time 296 ms
Queries 1028
Memory Peak Usage 44.4 Mb
Included Files 1251 files - 16.09 Mb
PrestaShop Cache - Mb
Global vars 0.71 Mb
PrestaShop Version 8.2.0
PHP Version 8.2.25
MySQL Version 10.3.39-MariaDB-0+deb10u2
Memory Limit 690M
Max Execution Time 13000s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 33.978 ms 33.978 ms 28.77 Mb 29.7 Mb
__construct 0.016 ms 33.994 ms - Mb 29.7 Mb
init 1297 ms 1331 ms 0.60 Mb 29.9 Mb
checkAccess 0.002 ms 1331 ms - Mb 29.9 Mb
setMedia 12.133 ms 1343 ms 0.21 Mb 29.9 Mb
postProcess 0.001 ms 1343 ms - Mb 29.9 Mb
initHeader 0.001 ms 1343 ms - Mb 29.9 Mb
initContent 269.094 ms 1612 ms 7.75 Mb 37.5 Mb
initFooter 0.002 ms 1612 ms - Mb 37.5 Mb
display 80.417 ms 1692 ms 5.99 Mb 44.4 Mb
Hook Time Memory Usage
DisplayHeader 131.037 ms 4.27 Mb
DisplayProductPriceBlock 28.482 ms 3.22 Mb
ActionDispatcherBefore 20.505 ms 0.23 Mb
ActionFrontControllerSetMedia 11.180 ms 0.16 Mb
displayLeftColumn 5.039 ms 0.36 Mb
DisplayBeforeBodyClosingTag 3.779 ms 0.28 Mb
DisplayFooterCategory 3.399 ms 0.10 Mb
Header 2.803 ms 0.05 Mb
DisplayBanner 1.646 ms 0.04 Mb
displayFooter 1.458 ms 0.08 Mb
displayNav1 1.162 ms 0.08 Mb
ProductSearchProvider 0.873 ms - Mb
DisplayAfterTitleTag 0.839 ms 0.01 Mb
displayMainMenu 0.779 ms 0.10 Mb
displayFooterBefore 0.743 ms 0.05 Mb
renderWidget 0.731 ms 0.23 Mb
DisplayLeftColumn 0.423 ms 0.19 Mb
IsJustElementor 0.408 ms 0.02 Mb
ModuleRoutes 0.190 ms 0.03 Mb
OverrideLayoutTemplate 0.043 ms - Mb
displayVerticalMenu 0.009 ms - Mb
ActionDispatcher 0.007 ms - Mb
ActionProductSearchAfter 0.007 ms - Mb
23 hook(s) 215.543 ms 9.50 Mb
Module Time Memory Usage
ps_checkout 1048 ms 25.73 Mb
ybc_blog 8.779 ms 0.54 Mb
klarnapayment 43.699 ms 3.41 Mb
ps_mbo 5.867 ms 0.04 Mb
ps_eventbus 20.840 ms 0.23 Mb
ps_accounts 2.336 ms - Mb
psxdesign 2.739 ms 0.03 Mb
iqitthemeeditor 1.169 ms 0.09 Mb
ps_emailsubscription 1.568 ms 0.07 Mb
ps_emailalerts 0.319 ms 0.02 Mb
revsliderprestashop 1.857 ms 0.08 Mb
lgcookieslaw 1.407 ms 0.07 Mb
ps_shoppingcart 0.180 ms 0.01 Mb
ps_googleanalytics 1.685 ms 0.07 Mb
iqitcontactpage 0.901 ms 0.07 Mb
iqitcountdown 0.477 ms 0.02 Mb
iqitelementor 1.518 ms 0.03 Mb
iqitfreedeliverycount 0.225 ms 0.01 Mb
iqitmegamenu 1.435 ms 0.11 Mb
iqitsizecharts 0.377 ms 0.01 Mb
iqitextendedproduct 0.463 ms 0.01 Mb
iqitsociallogin 0.371 ms 0.01 Mb
paypal 4.952 ms 0.09 Mb
cdc_googletagmanager 0.920 ms 0.02 Mb
facebookproductad 120.859 ms 4.16 Mb
daneaimport 0.864 ms - Mb
ps_facetedsearch 2.788 ms 0.44 Mb
iqitlinksmanager 1.848 ms 0.10 Mb
iqitsearch 0.141 ms 0.01 Mb
ps_customersignin 0.079 ms 0.01 Mb
ps_categorytree 5.171 ms 0.36 Mb
statsdata 2.359 ms 0.22 Mb
32 module(s) 1287 ms 35.98 Mb

Stopwatch SQL - 1028 queries

# Query Time (ms) Rows Filesort Group By Location
701
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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<=189 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.position ASC, p.id_product DESC
59.258 ms 4186116 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
380
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
7.105 ms 1 Yes /classes/Currency.php:708
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
4.350 ms 1808 /classes/Configuration.php:180
653
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1960 LIMIT 1
3.872 ms 1 /classes/Pack.php:90
512
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1891 LIMIT 1
3.666 ms 1 /classes/Pack.php:90
693
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("2024-11-06 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_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 ps_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 `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_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 `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_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,24
3.199 ms 177 /classes/Category.php:1062
599
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1935)
2.268 ms 1 /classes/Product.php:3860
437
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.104 ms 0 /classes/Hook.php:1326
816
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4150 AND id_shop=1 LIMIT 1
2.055 ms 1 /classes/Product.php:6873
438
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.031 ms 649 /classes/Hook.php:452
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_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 `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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.014 ms 240 Yes Yes /classes/Hook.php:1267
1011
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_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
1.856 ms 95 Yes Yes /classes/Category.php:785
645
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1957 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.822 ms 0 /classes/Cart.php:1430
431
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("2024-11-06 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_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 ps_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 `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `ps_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 `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `ps_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,24
1.648 ms 177 /classes/Category.php:1062
637
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1957
AND image_shop.`cover` = 1 LIMIT 1
1.555 ms 1 /classes/Product.php:3570
1000
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
1.058 ms 1 Yes /classes/Currency.php:826
669
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1964) AND (b.`id_shop` = 1) LIMIT 1
1.051 ms 1 /src/Adapter/EntityMapper.php:71
659
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1963)
1.022 ms 1 /classes/Product.php:3860
557
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1927
AND image_shop.`cover` = 1 LIMIT 1
1.001 ms 1 /classes/Product.php:3570
519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1892 AND id_shop=1 LIMIT 1
0.992 ms 1 /classes/Product.php:6873
562
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1927 LIMIT 1
0.989 ms 1 /classes/Pack.php:89
514
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1891 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1891 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.988 ms 0 /classes/Cart.php:1430
523
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1892) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.971 ms 1 /classes/stock/StockAvailable.php:453
657
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1963
AND image_shop.`cover` = 1 LIMIT 1
0.967 ms 1 /classes/Product.php:3570
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.946 ms 1036 /classes/Hook.php:1366
694
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 2 AND c.nright >= 189 AND c.nleft >= 2 AND c.nright <= 189 AND cl.id_lang = 1 AND c.level_depth > 1 ORDER BY c.level_depth ASC
0.946 ms 1 Yes /modules/facebookproductad/lib/moduleTools.php:515
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.945 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1008
SELECT SQL_NO_CACHE p.*,pc.id_category, pl.image,pl.thumb, pl.title, pl.description, pl.short_description, pl.meta_keywords, pl.meta_description,pl.url_alias,e.firstname, e.lastname,pc.position,count(pcm.id_comment) as total_comment,IFNULL(ybe.status,1) as status
FROM `ps_ybc_blog_post` p
INNER JOIN `ps_ybc_blog_post_shop` ps ON (p.id_post=ps.id_post AND ps.id_shop='1')
LEFT JOIN `ps_ybc_blog_post_lang` pl ON p.id_post = pl.id_post AND pl.id_lang = 1
LEFT JOIN `ps_ybc_blog_post_category` pc ON (p.id_post = pc.id_post ) 
LEFT JOIN `ps_ybc_blog_post_related_categories` rpc ON (p.id_post = rpc.id_post)
LEFT JOIN `ps_customer` c ON (c.id_customer=p.added_by AND p.is_customer=1)
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by AND p.is_customer=0)
LEFT JOIN `ps_ybc_blog_employee` ybe ON ((ybe.id_employee=c.id_customer AND ybe.is_customer=1) OR (ybe.id_employee=e.id_employee AND ybe.is_customer=0))
LEFT JOIN `ps_ybc_blog_comment` pcm on (pcm.id_post=p.id_post)
WHERE 1  AND p.enabled=1 AND rpc.id_category=2  
GROUP BY p.id_post
ORDER BY p.datetime_added DESC,  p.id_post DESC  LIMIT 0, 6
0.920 ms 1 Yes /modules/ybc_blog/classes/ybc_blog_post_class.php:263
655
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1960 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.843 ms 0 /classes/Cart.php:1430
666
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1963
ORDER BY f.position ASC
0.834 ms 1 Yes /classes/Product.php:6013
703
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-11-06 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (797,173,32,5158,4149,1956,175,33,5157,4150,4130,176)
0.766 ms 12 /classes/ProductAssembler.php:95
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.744 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
585
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1929 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1929 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.733 ms 0 /classes/Cart.php:1430
603
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1935 LIMIT 1
0.724 ms 1 /classes/Pack.php:90
665
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1963 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1963 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.718 ms 0 /classes/Cart.php:1430
394
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 `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_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
0.717 ms 15 Yes Yes /classes/Category.php:916
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.676 ms 1036 /classes/Hook.php:1326
646
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1957
ORDER BY f.position ASC
0.641 ms 1 Yes /classes/Product.php:6013
677
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1964
ORDER BY f.position ASC
0.636 ms 1 Yes /classes/Product.php:6013
496
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1889
AND image_shop.`cover` = 1 LIMIT 1
0.584 ms 1 /classes/Product.php:3570
1012
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.579 ms 1 /classes/Category.php:2239
640
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1957 AND id_shop=1 LIMIT 1
0.575 ms 1 /classes/Product.php:6873
627
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1954
AND image_shop.`cover` = 1 LIMIT 1
0.572 ms 1 /classes/Product.php:3570
559
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1927)
0.570 ms 1 /classes/Product.php:3860
579
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1929)
0.564 ms 1 /classes/Product.php:3860
781
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1956 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1956 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.553 ms 0 /classes/Cart.php:1430
625
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1946 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1946 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.546 ms 0 /classes/Cart.php:1430
494
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1888 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1888 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.532 ms 0 /classes/Cart.php:1430
352
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.526 ms 92 /classes/module/Module.php:341
658
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.519 ms 1 /classes/Product.php:5659
555
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1922 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1922 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1430
515
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1891
ORDER BY f.position ASC
0.511 ms 1 Yes /classes/Product.php:6013
940
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.510 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
692
SELECT SQL_NO_CACHE c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1) LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = 1 )WHERE c.nleft <= 2 AND c.nright >= 189 AND c.nleft >= 2 AND c.nright <= 189 AND cl.id_lang = 1 AND c.level_depth > 1 ORDER BY c.level_depth ASC
0.493 ms 1 Yes /modules/facebookproductad/lib/moduleTools.php:515
569
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1928)
0.489 ms 1 /classes/Product.php:3860
1021
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (797,173,32,5158,4149,1956,175,33,5157,4150,4130,176) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.486 ms 20 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
656
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1960
ORDER BY f.position ASC
0.482 ms 1 Yes /classes/Product.php:6013
688
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1966
ORDER BY f.position ASC
0.478 ms 1 Yes /classes/Product.php:6013
647
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1960
AND image_shop.`cover` = 1 LIMIT 1
0.477 ms 1 /classes/Product.php:3570
926
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.476 ms 1 Yes Yes /classes/Product.php:4513
638
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.474 ms 1 /classes/Product.php:5659
930
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.472 ms 1 Yes /classes/Currency.php:826
931
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.472 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
639
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1957)
0.469 ms 1 /classes/Product.php:3860
668
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.467 ms 1 /classes/Product.php:5659
362
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.453 ms 92 /classes/module/Module.php:341
353
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.448 ms 92 /classes/module/Module.php:341
524
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1892 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1892 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.448 ms 0 /classes/Cart.php:1430
546
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1914
ORDER BY f.position ASC
0.446 ms 1 Yes /classes/Product.php:6013
354
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.439 ms 62 Yes /classes/Dispatcher.php:654
678
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1966
AND image_shop.`cover` = 1 LIMIT 1
0.437 ms 1 /classes/Product.php:3570
424
DESCRIBE ps_ybc_blog_post
0.435 ms 1 /modules/ybc_blog/ybc_blog_defines.php:3158
686
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1966) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.434 ms 1 /classes/stock/StockAvailable.php:453
875
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4130) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
378
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.423 ms 92 /classes/module/Module.php:341
699
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag  INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.420 ms 15 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
980
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5157) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.420 ms 1 Yes Yes /classes/Product.php:4513
635
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1954 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1954 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.403 ms 0 /classes/Cart.php:1430
770
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4149 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 4149 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.400 ms 0 /classes/Cart.php:1430
484
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1886 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1886 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
989
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.399 ms 1 Yes Yes /classes/Product.php:4513
676
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1964 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1964 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.392 ms 0 /classes/Cart.php:1430
356
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.390 ms 92 /classes/module/Module.php:341
616
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1936
ORDER BY f.position ASC
0.389 ms 1 Yes /classes/Product.php:6013
545
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1914 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1914 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
682
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1966 AND id_shop=1 LIMIT 1
0.388 ms 1 /classes/Product.php:6873
687
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1966 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1966 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.387 ms 0 /classes/Cart.php:1430
351
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.386 ms 87 /classes/Hook.php:339
595
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1932 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1932 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.383 ms 0 /classes/Cart.php:1430
648
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.383 ms 1 /classes/Product.php:5659
605
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1935 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1935 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.381 ms 0 /classes/Cart.php:1430
863
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 175) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
649
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1960)
0.377 ms 1 /classes/Product.php:3860
587
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1932
AND image_shop.`cover` = 1 LIMIT 1
0.376 ms 1 /classes/Product.php:3570
619
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1946)
0.376 ms 1 /classes/Product.php:3860
680
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1966) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
377
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.373 ms 92 /classes/module/Module.php:341
821
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 4150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.373 ms 0 /classes/Cart.php:1430
683
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1966 AND `id_group` = 1 LIMIT 1
0.367 ms 0 /classes/GroupReduction.php:153
746
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 32 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 32 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.363 ms 0 /classes/Cart.php:1430
849
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 173) AND (b.`id_shop` = 1) LIMIT 1
0.360 ms 1 /src/Adapter/EntityMapper.php:71
615
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1936 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1936 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1430
550
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1922 AND id_shop=1 LIMIT 1
0.354 ms 1 /classes/Product.php:6873
632
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1954 LIMIT 1
0.354 ms 1 /classes/Pack.php:89
462
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1846 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1846 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.351 ms 0 /classes/Cart.php:1430
474
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1877 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1877 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.349 ms 0 /classes/Cart.php:1430
654
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1960) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.349 ms 1 /classes/stock/StockAvailable.php:453
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.348 ms 92 /classes/module/Module.php:341
596
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1932
ORDER BY f.position ASC
0.348 ms 1 Yes /classes/Product.php:6013
734
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 173 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 173 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.348 ms 0 /classes/Cart.php:1430
759
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5158 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 5158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.347 ms 0 /classes/Cart.php:1430
622
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1946 LIMIT 1
0.344 ms 1 /classes/Pack.php:89
833
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4130 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 4130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.344 ms 0 /classes/Cart.php:1430
963
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.344 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
690
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.344 ms 1 /src/Adapter/EntityMapper.php:79
852
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32) AND (b.`id_shop` = 1) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:71
767
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4149 LIMIT 1
0.340 ms 1 /classes/Pack.php:89
565
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1927 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1927 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.338 ms 0 /classes/Cart.php:1430
673
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1964 LIMIT 1
0.337 ms 1 /classes/Pack.php:89
528
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1909) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
535
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1909 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1909 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
908
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (797) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.335 ms 3 Yes Yes /classes/Product.php:4513
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.332 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
881
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
0.332 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
504
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1889 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1889 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1430
801
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 33 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 33 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1430
448
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 46 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 46 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.330 ms 0 /classes/Cart.php:1430
529
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1909)
0.330 ms 1 /classes/Product.php:3860
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.329 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1027
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('6617', '2', '59878768', '', '1', '1', '2024-11-06 09:51:19')
0.329 ms 1 /classes/ObjectModel.php:622
593
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1932 LIMIT 1
0.326 ms 1 /classes/Pack.php:90
551
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1922 AND `id_group` = 1 LIMIT 1
0.324 ms 0 /classes/GroupReduction.php:153
560
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1927 AND id_shop=1 LIMIT 1
0.323 ms 1 /classes/Product.php:6873
791
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 175 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.320 ms 0 /classes/Cart.php:1430
1023
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.320 ms 1 /classes/ObjectModel.php:622
811
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5157 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 5157 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.319 ms 0 /classes/Cart.php:1430
681
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1966)
0.318 ms 1 /classes/Product.php:3860
592
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1932 LIMIT 1
0.316 ms 1 /classes/Pack.php:89
927
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.316 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
642
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1957 LIMIT 1
0.307 ms 1 /classes/Pack.php:89
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.307 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.306 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
772
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1956
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
835
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 176
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 2 /classes/Product.php:3570
872
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4150) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
547
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1922
AND image_shop.`cover` = 1 LIMIT 1
0.306 ms 1 /classes/Product.php:3570
857
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4149) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
667
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1964
AND image_shop.`cover` = 1 LIMIT 1
0.302 ms 1 /classes/Product.php:3570
467
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1877) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.300 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
508
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1891)
0.297 ms 1 /classes/Product.php:3860
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
971
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (33) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.296 ms 1 Yes Yes /classes/Product.php:4513
935
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5158) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.294 ms 1 Yes Yes /classes/Product.php:4513
917
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (173) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.293 ms 1 Yes Yes /classes/Product.php:4513
582
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1929 LIMIT 1
0.292 ms 1 /classes/Pack.php:89
700
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.291 ms 2 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
1007
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (176) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.291 ms 1 Yes Yes /classes/Product.php:4513
843
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 176 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 176 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.291 ms 0 /classes/Cart.php:1430
650
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1960 AND id_shop=1 LIMIT 1
0.290 ms 1 /classes/Product.php:6873
944
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4149) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.290 ms 1 Yes Yes /classes/Product.php:4513
751
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5158) AND (b.`id_shop` = 1) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
628
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.285 ms 1 /classes/Product.php:5659
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
897
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.281 ms 3 /classes/Product.php:2746
721
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 797
AND pac.`id_product_attribute` = 28
AND agl.`id_lang` = 1
0.280 ms 1 /classes/Product.php:7516
866
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:71
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
552
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1922 LIMIT 1
0.279 ms 1 /classes/Pack.php:89
988
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.274 ms 1 Yes /classes/Currency.php:826
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.274 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
468
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1877)
0.274 ms 1 /classes/Product.php:3860
860
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1956) AND (b.`id_shop` = 1) LIMIT 1
0.274 ms 1 /src/Adapter/EntityMapper.php:71
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
718
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND cp.`id_product` = 797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND p.`id_product_item` = 797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.273 ms 0 /classes/Cart.php:1430
505
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1889
ORDER BY f.position ASC
0.272 ms 1 Yes /classes/Product.php:6013
617
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1946
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 1 /classes/Product.php:3570
685
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1966 LIMIT 1
0.271 ms 1 /classes/Pack.php:90
556
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1922
ORDER BY f.position ASC
0.270 ms 1 Yes /classes/Product.php:6013
558
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.270 ms 1 /classes/Product.php:5659
449
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 46
ORDER BY f.position ASC
0.269 ms 1 Yes /classes/Product.php:6013
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.268 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.268 ms 92 /classes/module/Module.php:341
921
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.268 ms 1 Yes /classes/Currency.php:826
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.267 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
379
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.267 ms 1 /src/Adapter/EntityMapper.php:71
586
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1929
ORDER BY f.position ASC
0.267 ms 1 Yes /classes/Product.php:6013
536
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1909
ORDER BY f.position ASC
0.266 ms 1 Yes /classes/Product.php:6013
782
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1956
ORDER BY f.position ASC
0.266 ms 1 Yes /classes/Product.php:6013
549
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1922)
0.265 ms 1 /classes/Product.php:3860
663
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1963 LIMIT 1
0.265 ms 1 /classes/Pack.php:90
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
918
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.264 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
998
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4130) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.264 ms 1 Yes Yes /classes/Product.php:4513
869
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5157) AND (b.`id_shop` = 1) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
735
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 173
ORDER BY f.position ASC
0.261 ms 1 Yes /classes/Product.php:6013
878
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 1) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1932 AND `id_group` = 1 LIMIT 1
0.259 ms 0 /classes/GroupReduction.php:153
716
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 797 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.259 ms 0 /classes/Cart.php:1430
730
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 173 AND `id_group` = 1 LIMIT 1
0.259 ms 0 /classes/GroupReduction.php:153
785
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 175)
0.259 ms 1 /classes/Product.php:3860
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
747
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 32
ORDER BY f.position ASC
0.258 ms 1 Yes /classes/Product.php:6013
630
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1954 AND id_shop=1 LIMIT 1
0.257 ms 1 /classes/Product.php:6873
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
675
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1964) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:453
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
542
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1914 LIMIT 1
0.254 ms 1 /classes/Pack.php:89
626
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1946
ORDER BY f.position ASC
0.254 ms 1 Yes /classes/Product.php:6013
636
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1954
ORDER BY f.position ASC
0.254 ms 1 Yes /classes/Product.php:6013
475
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1877
ORDER BY f.position ASC
0.252 ms 1 Yes /classes/Product.php:6013
851
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 173
0.252 ms 1 /classes/Product.php:2899
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
439
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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 ('89024' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '89024')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.250 ms 1 /classes/tax/TaxRulesTaxManager.php:100
578
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.249 ms 1 /classes/Product.php:5659
760
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5158
ORDER BY f.position ASC
0.249 ms 1 Yes /classes/Product.php:6013
525
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1892
ORDER BY f.position ASC
0.248 ms 1 Yes /classes/Product.php:6013
606
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1935
ORDER BY f.position ASC
0.248 ms 1 Yes /classes/Product.php:6013
698
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.248 ms 22 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
792
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 175
ORDER BY f.position ASC
0.248 ms 1 Yes /classes/Product.php:6013
896
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 797
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.248 ms 3 Yes Yes /classes/Product.php:2731
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.hairevolution-prodotti.com' OR su.domain_ssl = 'www.hairevolution-prodotti.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.247 ms 1 Yes /classes/shop/Shop.php:1364
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
937
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.247 ms 1 Yes /classes/Currency.php:826
566
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1927
ORDER BY f.position ASC
0.245 ms 1 Yes /classes/Product.php:6013
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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.244 ms 1 Yes /classes/shop/Shop.php:715
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
575
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1928 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 1928 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.243 ms 0 /classes/Cart.php:1430
652
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1960 LIMIT 1
0.243 ms 1 /classes/Pack.php:89
822
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4150
ORDER BY f.position ASC
0.243 ms 1 Yes /classes/Product.php:6013
893
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 797) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
634
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1954) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:453
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
554
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1922) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.241 ms 1 /classes/stock/StockAvailable.php:453
589
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1932)
0.240 ms 1 /classes/Product.php:3860
834
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4130
ORDER BY f.position ASC
0.240 ms 1 Yes /classes/Product.php:6013
463
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1846
ORDER BY f.position ASC
0.240 ms 1 Yes /classes/Product.php:6013
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
583
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1929 LIMIT 1
0.238 ms 1 /classes/Pack.php:90
812
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5157
ORDER BY f.position ASC
0.238 ms 1 Yes /classes/Product.php:6013
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
419
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 189) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.237 ms 1 /classes/PrestaShopCollection.php:383
970
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.237 ms 1 Yes /classes/Currency.php:826
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1886
ORDER BY f.position ASC
0.235 ms 1 Yes /classes/Product.php:6013
771
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4149
ORDER BY f.position ASC
0.233 ms 1 Yes /classes/Product.php:6013
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.233 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
802
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 33
ORDER BY f.position ASC
0.230 ms 1 Yes /classes/Product.php:6013
495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1888
ORDER BY f.position ASC
0.228 ms 1 Yes /classes/Product.php:6013
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.228 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.228 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
720
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 797
ORDER BY f.position ASC
0.228 ms 1 Yes /classes/Product.php:6013
827
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4130)
0.228 ms 1 /classes/Product.php:3860
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.227 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
850
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 173
ORDER BY `position`
0.227 ms 2 Yes /classes/Product.php:3539
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
624
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1946) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:453
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.225 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.225 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.223 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.223 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
803
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5157
AND image_shop.`cover` = 1 LIMIT 1
0.223 ms 1 /classes/Product.php:3570
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.222 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.222 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 176
ORDER BY `position`
0.222 ms 2 Yes /classes/Product.php:3539
929
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.222 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
905
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.221 ms 1 Yes /classes/Currency.php:826
873
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4150
ORDER BY `position`
0.220 ms 1 Yes /classes/Product.php:3539
609
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1936)
0.219 ms 1 /classes/Product.php:3860
790
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 175) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.218 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.218 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
641
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1957 AND `id_group` = 1 LIMIT 1
0.215 ms 0 /classes/GroupReduction.php:153
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.214 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
450
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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.214 ms 1 /classes/tax/TaxRulesTaxManager.php:100
581
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1929 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:153
783
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 175
AND image_shop.`cover` = 1 LIMIT 1
0.213 ms 2 /classes/Product.php:3570
962
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (175) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.213 ms 1 Yes Yes /classes/Product.php:4513
672
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1964 AND `id_group` = 1 LIMIT 1
0.212 ms 0 /classes/GroupReduction.php:153
876
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4130
ORDER BY `position`
0.212 ms 1 Yes /classes/Product.php:3539
953
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1956) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.211 ms 1 Yes Yes /classes/Product.php:4513
691
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1
0.210 ms 1 /classes/Category.php:1974
455
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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` = 7
AND tr.`id_state` IN (0, 0)
AND ('89024' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '89024')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.210 ms 1 /classes/tax/TaxRulesTaxManager.php:100
780
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1956) 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
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.209 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.208 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
864
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 175
ORDER BY `position`
0.208 ms 2 Yes /classes/Product.php:3539
909
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.208 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1022
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 28
ORDER BY ag.`position` ASC, a.`position` ASC
0.208 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.207 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.207 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
882
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_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.207 ms 1 /classes/Cart.php:4249
858
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4149
ORDER BY `position`
0.206 ms 1 Yes /classes/Product.php:3539
464
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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` = 7
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.205 ms 1 /classes/tax/TaxRulesTaxManager.php:100
932
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.205 ms 1 Yes /classes/Currency.php:826
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.204 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.204 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
621
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1946 AND `id_group` = 1 LIMIT 1
0.204 ms 0 /classes/GroupReduction.php:153
453
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1846)
0.203 ms 1 /classes/Product.php:3860
689
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.202 ms 1 /src/Adapter/EntityMapper.php:71
644
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1957) 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
997
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.202 ms 1 Yes /classes/Currency.php:826
22
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.201 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.201 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.201 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
861
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1956
ORDER BY `position`
0.201 ms 1 Yes /classes/Product.php:3539
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.200 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="604bd5b6db80def258e0d8b9e04e18ca" LIMIT 1
0.200 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
870
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5157
ORDER BY `position`
0.200 ms 1 Yes /classes/Product.php:3539
526
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1909
AND image_shop.`cover` = 1 LIMIT 1
0.200 ms 1 /classes/Product.php:3570
17
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.199 ms 92 /src/Adapter/Module/Repository/ModuleRepository.php:99
883
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.198 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.198 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
670
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1964)
0.196 ms 1 /classes/Product.php:3860
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.196 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
975
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.196 ms 1 Yes /classes/Currency.php:826
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.195 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.195 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
435
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 46)
0.194 ms 1 /classes/Product.php:3860
567
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1928
AND image_shop.`cover` = 1 LIMIT 1
0.194 ms 1 /classes/Product.php:3570
919
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.194 ms 1 Yes /classes/Currency.php:826
775
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1956)
0.193 ms 1 /classes/Product.php:3860
853
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 32
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
867
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 33
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
518
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1892)
0.193 ms 1 /classes/Product.php:3860
707
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 797) AND (b.`id_shop` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
933
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.193 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.192 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
367
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.192 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.191 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
884
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.191 ms 1 Yes /classes/Currency.php:826
577
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1929
AND image_shop.`cover` = 1 LIMIT 1
0.190 ms 1 /classes/Product.php:3570
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.189 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.189 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
764
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4149)
0.189 ms 1 /classes/Product.php:3860
928
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.189 ms 1 Yes /classes/Currency.php:826
941
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.189 ms 1 Yes /classes/Currency.php:826
964
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.188 ms 1 Yes /classes/Currency.php:826
984
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.188 ms 1 Yes /classes/Currency.php:826
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.187 ms 1 /classes/Language.php:1214
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.187 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.186 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.186 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.186 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.185 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.185 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
805
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 5157)
0.185 ms 1 /classes/Product.php:3860
991
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.185 ms 1 Yes /classes/Currency.php:826
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.184 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.184 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.184 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
410
SELECT SQL_NO_CACHE *
FROM `ps_currency` a0
LEFT JOIN `ps_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.184 ms 1 /classes/PrestaShopCollection.php:383
740
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 32)
0.184 ms 1 /classes/Product.php:3860
765
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4149 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6873
1002
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.184 ms 1 Yes /classes/Currency.php:826
920
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.184 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
498
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1889)
0.183 ms 1 /classes/Product.php:3860
901
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.183 ms 1 Yes /classes/Currency.php:826
590
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1932 AND id_shop=1 LIMIT 1
0.183 ms 1 /classes/Product.php:6873
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.182 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
912
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.182 ms 1 Yes /classes/Currency.php:826
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.181 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.181 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
914
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.181 ms 1 Yes /classes/Currency.php:826
982
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.181 ms 1 Yes /classes/Currency.php:826
478
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1886)
0.180 ms 1 /classes/Product.php:3860
576
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1928
ORDER BY f.position ASC
0.180 ms 1 Yes /classes/Product.php:6013
629
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1954)
0.180 ms 1 /classes/Product.php:3860
837
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 176)
0.180 ms 1 /classes/Product.php:3860
607
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1936
AND image_shop.`cover` = 1 LIMIT 1
0.179 ms 1 /classes/Product.php:3570
924
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.179 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.178 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.178 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
844
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 176
ORDER BY f.position ASC
0.178 ms 1 Yes /classes/Product.php:6013
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.177 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.177 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.177 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.177 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 46
AND image_shop.`cover` = 1 LIMIT 1
0.177 ms 1 /classes/Product.php:3570
795
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 33)
0.177 ms 1 /classes/Product.php:3860
488
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1888)
0.177 ms 1 /classes/Product.php:3860
753
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 5158)
0.176 ms 1 /classes/Product.php:3860
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.176 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.176 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
910
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.176 ms 1 Yes /classes/Currency.php:826
516
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1892
AND image_shop.`cover` = 1 LIMIT 1
0.175 ms 1 /classes/Product.php:3570
674
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1964 LIMIT 1
0.175 ms 1 /classes/Pack.php:90
815
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 4150)
0.175 ms 1 /classes/Product.php:3860
855
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5158
ORDER BY `position`
0.175 ms 1 Yes /classes/Product.php:3539
925
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.175 ms 1 Yes /classes/Currency.php:826
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.174 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.174 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
979
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.174 ms 1 Yes /classes/Currency.php:826
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.173 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.173 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
973
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.173 ms 1 Yes /classes/Currency.php:826
981
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.172 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.172 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
597
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1935
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 1 /classes/Product.php:3570
787
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 175 AND `id_group` = 1 LIMIT 1
0.172 ms 0 /classes/GroupReduction.php:153
939
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.172 ms 1 Yes /classes/Currency.php:826
986
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.172 ms 1 Yes /classes/Currency.php:826
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.171 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.171 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
903
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
977
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.171 ms 1 Yes /classes/Currency.php:826
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.170 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.170 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.170 ms 1 /modules/ps_mbo/ps_mbo.php:333
373
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.170 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
426
SELECT SQL_NO_CACHE *
FROM `ps_currency` a0
LEFT JOIN `ps_currency_lang` `a1` ON (a0.`id_currency` = a1.`id_currency`)
WHERE (a0.`id_currency` = 1)
0.170 ms 1 /classes/PrestaShopCollection.php:383
623
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1946 LIMIT 1
0.170 ms 1 /classes/Pack.php:90
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.169 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.169 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
660
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1963 AND id_shop=1 LIMIT 1
0.168 ms 1 /classes/Product.php:6873
934
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
942
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.168 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
943
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.168 ms 1 Yes /classes/Currency.php:826
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.168 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.167 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
899
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 797) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.167 ms 1 /classes/stock/StockAvailable.php:453
736
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 32
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
993
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.167 ms 1 Yes /classes/Currency.php:826
1004
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.167 ms 1 Yes /classes/Currency.php:826
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.166 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.166 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
553
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1922 LIMIT 1
0.166 ms 1 /classes/Pack.php:90
995
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.166 ms 1 Yes /classes/Currency.php:826
999
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.166 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
395
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1
0.165 ms 1 /src/Adapter/EntityMapper.php:71
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.165 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.165 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.165 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
823
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4130
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
845
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 797
ORDER BY `position`
0.165 ms 3 Yes /classes/Product.php:3539
1015
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_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` >= 189 AND c.`nleft` >= 2 AND c.`nright` <= 189 ORDER BY `nleft` DESC
0.165 ms 1 /classes/Category.php:1594
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.164 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
465
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1877
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 2 /classes/Product.php:3570
476
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1886
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
900
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.164 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
968
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.164 ms 1 Yes /classes/Currency.php:826
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.163 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
506
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1891
AND image_shop.`cover` = 1 LIMIT 1
0.163 ms 1 /classes/Product.php:3570
978
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.163 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.162 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.162 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
907
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.162 ms 1 Yes /classes/Currency.php:826
1006
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.162 ms 1 Yes /classes/Currency.php:826
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
813
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4150
AND image_shop.`cover` = 1 LIMIT 1
0.161 ms 1 /classes/Product.php:3570
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.161 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
537
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1914
AND image_shop.`cover` = 1 LIMIT 1
0.161 ms 2 /classes/Product.php:3570
936
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.161 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
985
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.160 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.160 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
748
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5158
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
992
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.160 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
966
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.159 ms 1 Yes /classes/Currency.php:826
363
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.159 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
402
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.158 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
922
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.158 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.157 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1003
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.157 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.157 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.157 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.157 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
451
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1846
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.156 ms 1 /classes/shop/Shop.php:214
396
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 146) AND (b.`id_shop` = 1) LIMIT 1
0.156 ms 1 /src/Adapter/EntityMapper.php:71
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.155 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
486
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1888
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 1 /classes/Product.php:3570
957
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.155 ms 1 Yes /classes/Currency.php:826
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.154 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
374
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.154 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
404
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1
0.154 ms 1 /src/Adapter/EntityMapper.php:71
965
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.154 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
945
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.154 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
397
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
400
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
406
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
719
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 797 AND pa.`id_product` = 797 AND pa.`id_product_attribute` = 28 LIMIT 1
0.153 ms 1 /classes/Product.php:1209
761
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4149
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
793
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 33
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
906
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.153 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
955
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.153 ms 1 Yes /classes/Currency.php:826
684
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1966 LIMIT 1
0.153 ms 1 /classes/Pack.php:89
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.152 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
398
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
728
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 173)
0.152 ms 1 /classes/Product.php:3860
779
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1956 LIMIT 1
0.152 ms 1 /classes/Pack.php:90
938
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.152 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
408
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 145) AND (b.`id_shop` = 1) LIMIT 1
0.152 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.151 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
407
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 137) AND (b.`id_shop` = 1) LIMIT 1
0.151 ms 1 /src/Adapter/EntityMapper.php:71
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.150 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_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, 0)
AND ('89024' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '89024')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.150 ms 0 /classes/tax/TaxRulesTaxManager.php:100
671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1964 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6873
911
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.150 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
916
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.150 ms 1 Yes /classes/Currency.php:826
983
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.150 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
384
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.149 ms 1 /src/Adapter/EntityMapper.php:71
902
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
904
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.149 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
24
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.148 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
403
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
0.148 ms 1 /src/Adapter/EntityMapper.php:71
618
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.148 ms 1 /classes/Product.php:5659
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
727
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.147 ms 1 /classes/Manufacturer.php:312
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.147 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
722
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 28) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
976
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.147 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.146 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
923
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.146 ms 1 Yes /classes/Currency.php:826
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.145 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
548
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.145 ms 1 /classes/Product.php:5659
972
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.145 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
20
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.144 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
370
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.144 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
517
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.144 ms 1 /classes/Product.php:5659
847
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (28, 29, 30) AND il.`id_lang` = 1 ORDER by i.`position`
0.144 ms 3 Yes /classes/Product.php:2915
954
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.144 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
887
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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.143 ms 1 /classes/Currency.php:1134
915
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.143 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1001
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.143 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
1024
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 6617
AND `date_add` > '2024-11-06 09:21:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.143 ms 1 Yes /classes/Connection.php:168
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.143 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
994
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.142 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.142 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
969
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.142 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
532
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1909 LIMIT 1
0.141 ms 1 /classes/Pack.php:89
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.141 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
990
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
996
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.141 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.140 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
710
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 797)
0.140 ms 3 /classes/Product.php:3860
987
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.140 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.139 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
425
UPDATE `ps_ybc_blog_post` SET enabled=1,datetime_added="2024-11-06 09:51:19",datetime_modified="2024-11-06 09:51:19" WHERE datetime_active!="0000-00-00" AND datetime_active is not NULL AND enabled=2 AND datetime_active<=NOW()
0.138 ms 1 /modules/ybc_blog/classes/ybc_blog_post_class.php:618
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.137 ms 1 /classes/Language.php:1080
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.136 ms 87 /classes/Hook.php:287
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.135 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
368
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.135 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
413
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.135 ms 8 Yes /classes/ImageType.php:109
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.134 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
913
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.134 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.133 ms 1 /modules/ps_mbo/ps_mbo.php:324
500
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1889 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:153
1017
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.133 ms 1 /classes/module/Module.php:2132
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
600
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1935 AND id_shop=1 LIMIT 1
0.132 ms 1 /classes/Product.php:6873
956
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.132 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.131 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
421
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.131 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.130 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
580
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1929 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6873
1005
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.130 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
389
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.129 ms 1 /src/Adapter/EntityMapper.php:71
631
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1954 AND `id_group` = 1 LIMIT 1
0.129 ms 0 /classes/GroupReduction.php:153
967
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.129 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.128 ms 1 /classes/shop/ShopUrl.php:178
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
890
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.128 ms 1 /classes/Cart.php:1300
522
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1892 LIMIT 1
0.128 ms 1 /classes/Pack.php:90
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
539
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 1914)
0.127 ms 1 /classes/Product.php:3860
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
946
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.127 ms 1 Yes /classes/Currency.php:826
786
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 175 AND id_shop=1 LIMIT 1
0.126 ms 1 /classes/Product.php:6873
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.126 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
23
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.125 ms 1 /src/Adapter/EntityMapper.php:71
21
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.125 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
386
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.124 ms 1 /src/Adapter/EntityMapper.php:71
704
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 797
AND image_shop.`cover` = 1 LIMIT 1
0.124 ms 3 /classes/Product.php:3570
724
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 173
AND image_shop.`cover` = 1 LIMIT 1
0.124 ms 2 /classes/Product.php:3570
874
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4150
0.124 ms 1 /classes/Product.php:2899
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
430
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1
0.123 ms 1 /modules/facebookproductad/lib/dao/moduleDao.php:381
974
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.123 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.122 ms 1 /src/Adapter/EntityMapper.php:71
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.122 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
742
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 32 AND `id_group` = 1 LIMIT 1
0.122 ms 0 /classes/GroupReduction.php:153
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
894
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 797 AND `id_shop` = 1
0.121 ms 1 /src/Adapter/EntityMapper.php:79
18
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "it-IT" LIMIT 1
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.120 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
513
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1891) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
594
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1932) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1888) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.118 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
961
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.118 ms 1 Yes /classes/Currency.php:826
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.117 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
958
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.117 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
376
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.117 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
959
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.117 ms 1 Yes /classes/Currency.php:826
1026
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 2 AND `id_object` = 2 LIMIT 1
0.117 ms 1 /classes/Page.php:83
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.116 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
501
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1889 LIMIT 1
0.115 ms 1 /classes/Pack.php:89
950
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.115 ms 1 Yes /classes/Currency.php:826
960
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.115 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.115 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
411
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.115 ms 0 /classes/module/Module.php:2659
521
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1892 LIMIT 1
0.114 ms 1 /classes/Pack.php:89
19
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.114 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
952
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.114 ms 1 Yes /classes/Currency.php:826
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.113 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
679
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.113 ms 1 /classes/Product.php:5659
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.112 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.112 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
614
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1936) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.112 ms 1 /classes/stock/StockAvailable.php:453
662
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1963 LIMIT 1
0.112 ms 1 /classes/Pack.php:89
948
SELECT SQL_NO_CACHE c.*
FROM `ps_module_currency` mc
LEFT JOIN `ps_currency` c ON c.`id_currency` = mc.`id_currency`
WHERE c.`deleted` = 0
AND mc.`id_module` = 111
AND c.`active` = 1
AND mc.id_shop = 1
ORDER BY c.`iso_code` ASC
0.112 ms 1 Yes /classes/Currency.php:826
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
357
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.111 ms 1 /modules/ps_mbo/ps_mbo.php:324
604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1935) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.111 ms 1 /classes/stock/StockAvailable.php:453
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.111 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
818
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4150 LIMIT 1
0.111 ms 1 /classes/Pack.php:89
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.110 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
497
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.110 ms 1 /classes/Product.php:5659
584
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1929) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
820
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4150) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.109 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
891
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facetedsearch" LIMIT 1
0.109 ms 1 /classes/module/Module.php:2659
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.108 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.108 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
422
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1
0.108 ms 1 /classes/module/Module.php:2659
427
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1
0.108 ms 0 /classes/module/Module.php:2659
572
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1928 LIMIT 1
0.108 ms 1 /classes/Pack.php:89
382
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.108 ms 1 /classes/shop/Shop.php:1183
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.107 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
778
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1956 LIMIT 1
0.107 ms 1 /classes/Pack.php:89
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.106 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
371
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_eventbus" LIMIT 1
0.106 ms 1 /classes/module/Module.php:2659
947
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.106 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.105 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
429
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.105 ms 8 /classes/ImageType.php:161
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.104 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
613
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1936 LIMIT 1
0.104 ms 1 /classes/Pack.php:90
731
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 173 LIMIT 1
0.104 ms 1 /classes/Pack.php:89
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.103 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
381
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.102 ms 1 /classes/Language.php:880
483
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1886) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.102 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
366
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_accounts"
AND ms.`id_shop` IN (1) LIMIT 1
0.102 ms 1 /src/Adapter/Module/ModuleDataProvider.php:213
387
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.102 ms 1 /src/Adapter/EntityMapper.php:79
538
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
951
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.102 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1914) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
758
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5158) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
620
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1946 AND id_shop=1 LIMIT 1
0.101 ms 1 /classes/Product.php:6873
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.100 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
473
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1877) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
527
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.100 ms 1 /classes/Product.php:5659
598
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.100 ms 1 /classes/Product.php:5659
651
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1960 AND `id_group` = 1 LIMIT 1
0.100 ms 0 /classes/GroupReduction.php:153
832
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
534
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1909) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
898
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 797) AND (id_product_attribute = 29) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:71
391
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.099 ms 1 /classes/ObjectModel.php:1724
447
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 46) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
602
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1935 LIMIT 1
0.099 ms 1 /classes/Pack.php:89
610
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1936 AND id_shop=1 LIMIT 1
0.099 ms 1 /classes/Product.php:6873
664
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1963) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
733
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 173) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1846) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1888 AND id_shop=1 LIMIT 1
0.098 ms 1 /classes/Product.php:6873
608
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
745
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 32) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
949
SELECT SQL_NO_CACHE c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_module_country` `mc` ON c.id_country = mc.id_country
WHERE (c.active = 1) AND (mc.id_module = 111) AND (mc.id_shop = 1)
ORDER BY c.iso_code ASC
0.098 ms 3 Yes /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php:65
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
877
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4130
0.097 ms 1 /classes/Product.php:2899
1010
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.097 ms 1 /classes/module/Module.php:2132
433
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.097 ms 1 /classes/Category.php:1373
390
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.096 ms 1 /src/Adapter/EntityMapper.php:79
477
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
507
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.096 ms 1 /classes/Product.php:5659
697
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.096 ms 1 /classes/Category.php:2446
777
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1956 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
880
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 176
0.096 ms 1 /classes/Product.php:2899
1013
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_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.096 ms 1 /classes/Category.php:1584
358
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1
0.096 ms 1 /modules/ps_mbo/ps_mbo.php:333
503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1889) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
810
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5157) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
859
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4149
0.096 ms 1 /classes/Product.php:2899
417
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 10
0.095 ms 1 /src/Adapter/EntityMapper.php:79
441
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.095 ms 1 /src/Adapter/EntityMapper.php:79
862
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1956
0.095 ms 1 /classes/Product.php:2899
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.095 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
412
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.095 ms 0 /classes/module/Module.php:2132
612
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1936 LIMIT 1
0.095 ms 1 /classes/Pack.php:89
633
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1954 LIMIT 1
0.095 ms 1 /classes/Pack.php:90
762
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 84 LIMIT 1
0.095 ms 1 /classes/Category.php:1373
392
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.094 ms 1 /classes/Category.php:2446
611
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1936 AND `id_group` = 1 LIMIT 1
0.094 ms 0 /classes/GroupReduction.php:153
661
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1963 AND `id_group` = 1 LIMIT 1
0.094 ms 0 /classes/GroupReduction.php:153
723
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 28
0.094 ms 1 /src/Adapter/EntityMapper.php:79
756
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5158 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
800
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 33) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.094 ms 1 /classes/stock/StockAvailable.php:453
830
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4130 LIMIT 1
0.094 ms 1 /classes/Pack.php:89
871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5157
0.094 ms 1 /classes/Product.php:2899
717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 797) AND (id_product_attribute = 28) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
420
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "everpspopup" LIMIT 1
0.093 ms 0 /classes/module/Module.php:2659
520
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1892 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1909 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
696
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1117 LIMIT 1
0.093 ms 1 /classes/Hook.php:241
743
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 32 LIMIT 1
0.093 ms 1 /classes/Pack.php:89
769
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4149) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
885
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.093 ms 1 /classes/module/Module.php:2659
457
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 31
0.092 ms 1 /src/Adapter/EntityMapper.php:79
509
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1891 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
776
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1956 AND id_shop=1 LIMIT 1
0.092 ms 1 /classes/Product.php:6873
784
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
824
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 126 LIMIT 1
0.092 ms 1 /classes/Category.php:1373
423
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 110 AND `id_shop` = 1 LIMIT 1
0.091 ms 1 /classes/module/Module.php:2132
487
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
773
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 60 LIMIT 1
0.091 ms 1 /classes/Category.php:1373
788
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 175 LIMIT 1
0.091 ms 1 /classes/Pack.php:89
1018
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.091 ms 1 /classes/module/Module.php:2659
355
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.091 ms 1 /classes/module/Module.php:2041
888
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.091 ms 1 /classes/module/Module.php:2659
436
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 46 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
434
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
471
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1877 LIMIT 1
0.090 ms 1 /classes/Pack.php:89
768
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 4149 LIMIT 1
0.090 ms 1 /classes/Pack.php:90
1016
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.090 ms 1 /classes/module/Module.php:2659
588
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
729
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 173 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
892
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 79 AND `id_shop` = 1 LIMIT 1
0.089 ms 1 /classes/module/Module.php:2132
445
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 46 LIMIT 1
0.089 ms 1 /classes/Pack.php:89
466
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
481
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1886 LIMIT 1
0.089 ms 1 /classes/Pack.php:89
511
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1891 LIMIT 1
0.089 ms 1 /classes/Pack.php:89
741
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 32 AND id_shop=1 LIMIT 1
0.089 ms 1 /classes/Product.php:6873
749
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 145 LIMIT 1
0.089 ms 1 /classes/Category.php:1373
452
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
479
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1886 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
564
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1927) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.088 ms 1 /classes/stock/StockAvailable.php:453
695
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1
0.088 ms 0 /classes/module/Module.php:2659
757
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 5158 LIMIT 1
0.088 ms 1 /classes/Pack.php:90
804
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
865
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 175
0.088 ms 1 /classes/Product.php:2899
383
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.087 ms 1 /classes/Currency.php:893
491
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1888 LIMIT 1
0.087 ms 1 /classes/Pack.php:89
568
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
808
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5157 LIMIT 1
0.087 ms 1 /classes/Pack.php:89
814
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.086 ms 1 /classes/ObjectModel.php:1724
388
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.086 ms 1 /classes/ObjectModel.php:1724
459
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 1846 LIMIT 1
0.086 ms 1 /classes/Pack.php:89
732
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 173 LIMIT 1
0.086 ms 1 /classes/Pack.php:90
806
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5157 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
825
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 126 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
842
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.086 ms 1 /classes/stock/StockAvailable.php:453
886
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2132
895
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 39 LIMIT 1
0.086 ms 0 /classes/Category.php:1373
372
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2132
601
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1935 AND `id_group` = 1 LIMIT 1
0.086 ms 0 /classes/GroupReduction.php:153
1019
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2132
502
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1889 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
563
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1927 LIMIT 1
0.085 ms 1 /classes/Pack.php:90
737
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.085 ms 1 /classes/Category.php:1373
750
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 145 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
440
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
454
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1846 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
456
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 31) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
794
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
798
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 33 LIMIT 1
0.085 ms 1 /classes/Pack.php:89
469
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1877 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
763
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 84 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
848
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.084 ms 1 /classes/FeatureFlag.php:105
414
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 10 LIMIT 1
0.084 ms 1 /classes/AddressFormat.php:653
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1889 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
739
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.084 ms 1 /classes/Manufacturer.php:312
754
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5158 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
819
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 4150 LIMIT 1
0.083 ms 1 /classes/Pack.php:90
531
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1909 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
709
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 28 LIMIT 1
0.083 ms 1 /classes/Combination.php:560
826
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 66
AND `active` = 1 LIMIT 1
0.083 ms 1 /classes/Manufacturer.php:312
828
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4130 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
836
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
889
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 95 AND `id_shop` = 1 LIMIT 1
0.083 ms 1 /classes/module/Module.php:2132
1009
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.083 ms 1 /classes/module/Module.php:2659
375
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.082 ms 1 /src/Adapter/Module/ModuleDataProvider.php:256
393
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.082 ms 1 /classes/Category.php:1751
480
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1886 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
738
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
752
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 125
AND `active` = 1 LIMIT 1
0.082 ms 1 /classes/Manufacturer.php:312
796
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 33 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
838
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 176 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
856
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5158
0.082 ms 1 /classes/Product.php:2899
1020
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.082 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
385
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'it-it'
OR `language_code` = 'it-it' LIMIT 1
0.081 ms 1 /classes/Language.php:880
799
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 33 LIMIT 1
0.081 ms 1 /classes/Pack.php:90
561
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1927 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
1025
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
0.081 ms 1 /classes/Page.php:100
460
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1846 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
472
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1877 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
840
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 176 LIMIT 1
0.080 ms 1 /classes/Pack.php:89
442
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 46 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
446
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 46 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
533
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1909 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
744
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 32 LIMIT 1
0.080 ms 1 /classes/Pack.php:90
482
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1886 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
643
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1957 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
755
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5158 AND `id_group` = 1 LIMIT 1
0.079 ms 0 /classes/GroupReduction.php:153
789
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 175 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
831
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 4130 LIMIT 1
0.079 ms 1 /classes/Pack.php:90
415
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 10 LIMIT 1
0.078 ms 1 /classes/Country.php:402
829
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4130 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
428
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "btfacebookchats" LIMIT 1
0.078 ms 0 /classes/module/Module.php:2659
574
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1928) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.078 ms 1 /classes/stock/StockAvailable.php:453
774
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 60 LIMIT 1
0.078 ms 1 /classes/Product.php:5659
817
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4150 AND `id_group` = 1 LIMIT 1
0.078 ms 0 /classes/GroupReduction.php:153
490
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1888 AND `id_group` = 1 LIMIT 1
0.077 ms 0 /classes/GroupReduction.php:153
492
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1888 LIMIT 1
0.077 ms 1 /classes/Pack.php:90
543
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1914 LIMIT 1
0.077 ms 1 /classes/Pack.php:90
809
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 5157 LIMIT 1
0.077 ms 1 /classes/Pack.php:90
418
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.076 ms 1 /classes/ObjectModel.php:1589
443
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.076 ms 1 /classes/Group.php:151
766
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4149 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
797
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 33 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
470
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1877 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
807
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5157 AND `id_group` = 1 LIMIT 1
0.075 ms 0 /classes/GroupReduction.php:153
458
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1846 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
868
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 33
0.073 ms 1 /classes/Product.php:2899
713
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 797 LIMIT 1
0.072 ms 1 /classes/Pack.php:89
715
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.072 ms 1 /classes/stock/StockAvailable.php:453
725
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.072 ms 1 /classes/Category.php:1373
705
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 39 LIMIT 1
0.070 ms 1 /classes/Category.php:1373
841
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 176 LIMIT 1
0.070 ms 1 /classes/Pack.php:90
854
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 32
0.070 ms 1 /classes/Product.php:2899
570
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1928 AND id_shop=1 LIMIT 1
0.069 ms 1 /classes/Product.php:6873
839
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 176 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
846
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 797
0.068 ms 3 /classes/Product.php:2899
510
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1891 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
708
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 7
AND `active` = 1 LIMIT 1
0.067 ms 1 /classes/Manufacturer.php:312
726
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.066 ms 1 /classes/Product.php:5659
571
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1928 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
573
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 1928 LIMIT 1
0.064 ms 1 /classes/Pack.php:90
1014
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.064 ms 1 /classes/Category.php:1589
706
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 39 LIMIT 1
0.061 ms 1 /classes/Product.php:5659
711
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 797 AND id_shop=1 LIMIT 1
0.060 ms 1 /classes/Product.php:6873
714
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 797 LIMIT 1
0.058 ms 1 /classes/Pack.php:90
712
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 797 AND `id_group` = 1 LIMIT 1
0.055 ms 0 /classes/GroupReduction.php:153
540
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1914 AND id_shop=1 LIMIT 1
0.054 ms 1 /classes/Product.php:6873
541
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1914 AND `id_group` = 1 LIMIT 1
0.047 ms 0 /classes/GroupReduction.php:153

Doubles

172 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
49 queries
SELECT c.iso_code
FROM `ps_country` c
LEFT JOIN `ps_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
49 queries
SELECT c.*
				FROM `ps_module_currency` mc
				LEFT JOIN `ps_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
39 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
37 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 `ps_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 `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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
36 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_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
36 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
36 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_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)
36 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
36 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
36 queries
SELECT COUNT(*) FROM `ps_pack` WHERE id_product_pack = XX LIMIT XX
36 queries
SELECT product_type FROM `ps_product` WHERE id_product = XX LIMIT XX
36 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_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
16 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_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
15 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_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
12 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
12 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 `ps_product_attribute` pa
             INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_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;
9 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
9 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
8 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
7 queries
SELECT `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT XX
6 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_accounts"
        AND ms.`id_shop` IN (XX) LIMIT XX
5 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_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
5 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2 queries
SELECT `active`
        FROM `ps_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT m.`id_module` as `active`, ms.`id_module` as `shop_active`
        FROM `ps_module` m
        LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
        WHERE `name` = "ps_mbo" LIMIT XX
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'it-it'
                    OR `language_code` = 'it-it' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `ps_currency` aXX
LEFT JOIN `ps_currency_lang` `aXX` ON (aXX.`id_currency` = aXX.`id_currency`)
WHERE (aXX.`id_currency` = XX)
2 queries
SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, XX) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, XX) 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("XX-XX-XX XX:XX:XX",
					INTERVAL XX DAY)) > XX AS new, product_shop.price AS orderprice
				FROM `ps_category_product` cp
				LEFT JOIN `ps_product` p
					ON p.`id_product` = cp.`id_product`
				 INNER JOIN ps_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
				ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = XX AND product_attribute_shop.id_shop=XX)
				 LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
				LEFT JOIN `ps_category_lang` cl
					ON (product_shop.`id_category_default` = cl.`id_category`
					AND cl.`id_lang` = XX AND cl.id_shop = XX )
				LEFT JOIN `ps_product_lang` pl
					ON (p.`id_product` = pl.`id_product`
					AND pl.`id_lang` = XX AND pl.id_shop = XX )
				LEFT JOIN `ps_image_shop` image_shop
					ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX)
				LEFT JOIN `ps_image_lang` il
					ON (image_shop.`id_image` = il.`id_image`
					AND il.`id_lang` = XX)
				LEFT JOIN `ps_manufacturer` m
					ON m.`id_manufacturer` = p.`id_manufacturer`
				WHERE product_shop.`id_shop` = XX
					AND cp.`id_category` = XX AND product_shop.`active` = XX AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
			LIMIT XX,XX
2 queries
SELECT *
FROM `ps_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_tax_lang`
							WHERE `id_tax` = XX
2 queries
SELECT c.id_category, cl.name, cl.link_rewrite FROM ps_category c LEFT JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX) LEFT JOIN ps_category_lang cl ON (cl.id_category = c.id_category AND cl.id_shop = XX )WHERE c.nleft <= XX AND c.nright >= XX AND c.nleft >= XX AND c.nright <= XX AND cl.id_lang = XX AND c.level_depth > XX ORDER BY c.level_depth ASC

Tables stress

332 translation
164 shop
132 product
95 product_shop
76 cart_product
73 pack
72 category_lang
56 currency
55 product_attribute_shop
52 country
50 image_shop
49 image
49 module_country
49 module_currency
44 stock_available
41 module
37 feature_lang
37 feature
37 feature_shop
36 product_group_reduction_cache
36 feature_product
36 feature_value_lang
31 product_attribute
29 category
26 module_shop
23 category_shop
20 product_lang
17 product_attribute_combination
15 image_lang
15 attribute_group
15 attribute
15 attribute_lang
7 hook
7 manufacturer
6 lang
5 category_product
5 tax_rule
5 tax_rules_group
4 shop_url
4 lang_shop
4 currency_lang
4 currency_shop
4 category_group
3 hook_alias
3 attribute_group_lang
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 image_type
2 tax
2 tax_lang
2 product_attribute_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 revslider_sliders
1 orders
1 layered_category
1 attribute_group_shop
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 product_sale
1 layered_filter_block
1 product_attribute_image
1 feature_flag
1 iqit_elementor_category
1 ybc_blog_post
1 ybc_blog_post_shop
1 ybc_blog_post_lang
1 ybc_blog_post_category
1 ybc_blog_post_related_categories
1 customer
1 employee
1 ybc_blog_employee
1 ybc_blog_comment
1 ganalytics_data
1 connections
1 page_type
1 page

ObjectModel instances

Name Instances Source
Category 25 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 118]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 146]
/classes/Link.php:402 (__construct) [id: 146]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 8]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 5]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 4]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 60]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 39]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 69]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 83]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 84]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 89]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 121]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 137]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 145]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 2]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 2]
/modules/facebookproductad/lib/pixel/pixelCategory.php:46 (__construct) [id: 2]
/modules/facebookproductad/lib/moduleTools.php:470 (__construct) [id: 2]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories) [id: 2]
/classes/Link.php:402 (__construct) [id: 146]
Product 21 /classes/Link.php:113 (__construct) [id: 1877]
/classes/Link.php:113 (__construct) [id: 1909]
/classes/Link.php:113 (__construct) [id: 1964]
/classes/Link.php:113 (__construct) [id: 1966]
/classes/Link.php:113 (__construct) [id: 797]
/classes/Link.php:113 (__construct) [id: 5158]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 797]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 173]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5158]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4149]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1956]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 175]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 33]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5157]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4150]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4130]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 176]
/classes/Link.php:113 (__construct) [id: 797]
/classes/Link.php:113 (__construct) [id: 5158]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 797]
Language 5 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
/modules/facebookproductad/lib/hook/hookDisplay.php:91 (__construct) [id: 1]
/modules/facebookproductad/lib/pixel/pixelCategory.php:39 (__construct) [id: 1]
/modules/facebookproductad/lib/pixel/pixelCategory.php:39 (__construct) [id: 1]
Country 5 /config/config.inc.php:146 (__construct) [id: 10]
/classes/controller/FrontController.php:354 (__construct) [id: 10]
/classes/AddressFormat.php:404 (__construct) [id: 10]
/classes/controller/FrontController.php:1779 (__construct) [id: 10]
/modules/paypal/paypal.php:351 (__construct) [id: 10]
Tax 4 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 31]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 31]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
/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: ]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
State 2 /classes/AddressFormat.php:404 (__construct) [id: 0]
/classes/controller/FrontController.php:1778 (__construct) [id: 0]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Connection 1 /modules/statsdata/statsdata.php:118 (setPageConnection) [id: ]
Guest 1 /modules/statsdata/statsdata.php:82 (setNewGuest) [id: ]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:784 (isJustElementor) [id: ]
Combination 1 /classes/Product.php:5912 (__construct) [id: 28]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [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/dev/appParameters.php
114 /var/cache/dev/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 /src/Core/Session/SessionHandler.php
171 /src/Core/Session/SessionHandlerInterface.php
172 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
173 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
174 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
188 /config/smarty.config.inc.php
189 /classes/Smarty/SmartyDev.php
190 /vendor/smarty/smarty/libs/Smarty.class.php
191 /vendor/smarty/smarty/libs/functions.php
192 /vendor/smarty/smarty/libs/Autoloader.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
202 /config/smartyfront.config.inc.php
203 /classes/Smarty/SmartyResourceModule.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
206 /classes/Smarty/SmartyResourceParent.php
207 /classes/Smarty/SmartyLazyRegister.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
209 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
210 /override/classes/Customer.php
211 /classes/Customer.php
212 /classes/Group.php
213 /override/classes/Link.php
214 /classes/Link.php
215 /classes/shop/ShopUrl.php
216 /classes/Dispatcher.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
220 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
224 /src/Adapter/SymfonyContainer.php
225 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
226 /config/db_slave_server.inc.php
227 /modules/ps_checkout/ps_checkout.php
228 /modules/ps_checkout/vendor/autoload.php
229 /modules/ps_checkout/vendor/composer/autoload_real.php
230 /modules/ps_checkout/vendor/composer/platform_check.php
231 /modules/ps_checkout/vendor/composer/autoload_static.php
232 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
233 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
234 /modules/ps_checkout/vendor/php-http/message/src/filters.php
235 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
236 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
237 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
238 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
239 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
240 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
241 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
242 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
243 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
244 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
245 /classes/PaymentModule.php
246 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
247 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
248 /classes/Translate.php
249 /modules/ps_checkout/translations/it.php
250 /src/PrestaShopBundle/Translation/TranslatorComponent.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
253 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
254 /vendor/symfony/contracts/Translation/TranslatorInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
256 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
257 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
258 /src/PrestaShopBundle/Translation/TranslatorInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
261 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
265 /vendor/symfony/contracts/Translation/TranslatorTrait.php
266 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
267 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
268 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
269 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
270 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
273 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
274 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
275 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
276 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
277 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
278 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
279 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
280 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
281 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
282 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
283 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
284 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
285 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
286 /src/Adapter/ContainerFinder.php
287 /src/Core/Exception/ContainerNotFoundException.php
288 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
289 /src/Adapter/Module/Repository/ModuleRepository.php
290 /src/Core/Repository/AbstractObjectModelRepository.php
291 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
292 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
293 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
294 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
295 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
296 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
297 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
298 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
299 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
300 /modules/ybc_blog/ybc_blog.php
301 /modules/ybc_blog/classes/ybc_blog_category_class.php
302 /modules/ybc_blog/classes/ybc_blog_post_class.php
303 /modules/ybc_blog/classes/ybc_blog_paggination_class.php
304 /modules/ybc_blog/classes/ybc_blog_comment_class.php
305 /modules/ybc_blog/classes/ybc_blog_reply_class.php
306 /modules/ybc_blog/classes/ybc_blog_polls_class.php
307 /modules/ybc_blog/classes/ybc_blog_slide_class.php
308 /modules/ybc_blog/classes/ybc_blog_gallery_class.php
309 /modules/ybc_blog/classes/ybc_blog_link_class.php
310 /modules/ybc_blog/classes/ybc_blog_employee_class.php
311 /modules/ybc_blog/classes/ybc_blog_email_template_class.php
312 /modules/ybc_blog/classes/ImportExport.php
313 /modules/ybc_blog/classes/ybc_browser.php
314 /modules/ybc_blog/ybc_blog_defines.php
315 /modules/ybc_blog/classes/ybc_chatgpt.php
316 /modules/ybc_blog/classes/ybc_chatgpt_message.php
317 /modules/ybc_blog/src/FormType/DescriptionType.php
318 /src/PrestaShopBundle/Form/Admin/Sell/Product/Description/DescriptionType.php
319 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
320 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
321 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
322 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
323 /modules/ybc_blog/translations/it.php
324 /modules/klarnapayment/klarnapayment.php
325 /modules/klarnapayment/vendor/autoload.php
326 /modules/klarnapayment/vendor/composer/autoload_real.php
327 /modules/klarnapayment/vendor/composer/platform_check.php
328 /modules/klarnapayment/vendor/composer/autoload_static.php
329 /modules/klarnapayment/vendor/symfony/polyfill-apcu/bootstrap.php
330 /modules/klarnapayment/vendor/symfony/polyfill-apcu/bootstrap80.php
331 /modules/klarnapayment/vendor/invertus/knapsack/src/collection_functions.php
332 /modules/klarnapayment/vendor/invertus/knapsack/src/utility_functions.php
333 /modules/klarnapayment/src/Core/Config/Config.php
334 /modules/ps_mbo/ps_mbo.php
335 /modules/ps_mbo/vendor/autoload.php
336 /modules/ps_mbo/vendor/composer/autoload_real.php
337 /modules/ps_mbo/vendor/composer/platform_check.php
338 /modules/ps_mbo/vendor/composer/autoload_static.php
339 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
340 /modules/ps_mbo/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
341 /modules/ps_mbo/vendor/symfony/string/Resources/functions.php
342 /modules/ps_mbo/bootstrap.php
343 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
344 /modules/ps_mbo/src/Traits/HaveTabs.php
345 /modules/ps_mbo/src/Traits/UseHooks.php
346 /modules/ps_mbo/src/Traits/Hooks/UseDisplayBackOfficeEmployeeMenu.php
347 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneOne.php
348 /modules/ps_mbo/src/Traits/HaveCdcComponent.php
349 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneTwo.php
350 /modules/ps_mbo/src/Traits/Hooks/UseDashboardZoneThree.php
351 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminThemesListAfter.php
352 /modules/ps_mbo/src/Traits/Hooks/UseDisplayDashboardTop.php
353 /modules/ps_mbo/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
354 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeInstallModule.php
355 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAdminToolbarButtons.php
356 /modules/ps_mbo/src/Traits/Hooks/UseActionGetAlternativeSearchPanels.php
357 /modules/ps_mbo/src/Traits/Hooks/UseDisplayAdminAfterHeader.php
358 /modules/ps_mbo/src/Traits/Hooks/UseDisplayModuleConfigureExtraButtons.php
359 /modules/ps_mbo/src/Traits/Hooks/UseActionListModules.php
360 /modules/ps_mbo/src/Traits/Hooks/UseActionModuleRegisterHookAfter.php
361 /modules/ps_mbo/src/Traits/Hooks/UseDisplayEmptyModuleCategoryExtraMessage.php
362 /modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php
363 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectShopUrlUpdateAfter.php
364 /modules/ps_mbo/src/Traits/Hooks/UseActionGeneralPageSave.php
365 /modules/ps_mbo/src/Traits/Hooks/UseActionBeforeUpgradeModule.php
366 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeDeleteBefore.php
367 /modules/ps_mbo/src/Traits/Hooks/UseActionObjectEmployeeUpdateBefore.php
368 /modules/ps_mbo/src/Traits/HaveShopOnExternalService.php
369 /modules/ps_mbo/src/Tab/TabInterface.php
370 /src/PrestaShopBundle/Translation/DomainNormalizer.php
371 /src/Adapter/Localization/LegacyTranslator.php
372 /modules/ps_mbo/vendor/symfony/string/UnicodeString.php
373 /modules/ps_mbo/vendor/symfony/string/AbstractUnicodeString.php
374 /modules/ps_mbo/vendor/symfony/string/AbstractString.php
375 /modules/ps_eventbus/ps_eventbus.php
376 /modules/ps_eventbus/vendor/autoload.php
377 /modules/ps_eventbus/vendor/composer/autoload_real.php
378 /modules/ps_eventbus/vendor/composer/autoload_static.php
379 /modules/ps_eventbus/vendor/react/promise/src/functions_include.php
380 /modules/ps_eventbus/vendor/react/promise/src/functions.php
381 /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php
382 /modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php
383 /modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php
384 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
385 /modules/ps_eventbus/src/DependencyInjection/ContainerProvider.php
386 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
387 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
388 /var/cache/dev/Ps_eventbus321FrontContainer.php
389 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
390 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
391 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
392 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
393 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
394 /vendor/psr/container/src/ContainerExceptionInterface.php
395 /vendor/psr/container/src/NotFoundExceptionInterface.php
396 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
397 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
398 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
399 /vendor/symfony/contracts/Service/ResetInterface.php
400 /modules/ps_eventbus/src/Service/SynchronizationService.php
401 /modules/ps_eventbus/src/Repository/EventbusSyncRepository.php
402 /modules/ps_eventbus/src/Factory/ContextFactory.php
403 /modules/ps_eventbus/src/Repository/IncrementalSyncRepository.php
404 /modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php
405 /modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandlerInterface.php
406 /modules/ps_eventbus/src/Service/PsAccountsAdapterService.php
407 /modules/ps_eventbus/src/Helper/ModuleHelper.php
408 /src/Core/Addon/Module/ModuleManagerBuilder.php
409 /src/Core/Util/File/YamlParser.php
410 /src/Core/Domain/Shop/ValueObject/ShopId.php
411 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
412 /var/cache/dev/yaml/e65cdcd8f1f709677a3dd45fd2bcc8d8.php
413 /src/Adapter/Tools.php
414 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
415 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
416 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
417 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
418 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
419 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
420 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
421 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
422 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
423 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
424 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
425 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
426 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
427 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
428 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
429 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
430 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
431 /vendor/symfony/contracts/Cache/CacheTrait.php
432 /vendor/psr/cache/src/InvalidArgumentException.php
433 /vendor/psr/cache/src/CacheException.php
434 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
436 /vendor/symfony/contracts/Cache/ItemInterface.php
437 /vendor/psr/cache/src/CacheItemInterface.php
438 /vendor/psr/cache/src/CacheItemPoolInterface.php
439 /vendor/symfony/contracts/Cache/CacheInterface.php
440 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
441 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
442 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
443 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
444 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
445 /src/Adapter/LegacyLogger.php
446 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
447 /src/Adapter/LegacyContext.php
448 /src/Adapter/Module/ModuleDataProvider.php
449 /src/Adapter/Module/AdminModuleDataProvider.php
450 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
451 /src/Adapter/Module/Module.php
452 /src/Core/Module/ModuleInterface.php
453 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
454 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
455 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
456 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
457 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
458 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
459 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
460 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
461 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
462 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
463 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
464 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
465 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
466 /src/Adapter/Module/ModuleDataUpdater.php
467 /src/Core/Module/ModuleManager.php
468 /src/Core/Module/ModuleManagerInterface.php
469 /src/Core/Module/ModuleRepository.php
470 /src/Core/Module/ModuleRepositoryInterface.php
471 /src/Adapter/HookManager.php
472 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
473 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
474 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
475 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
476 /src/Core/Hook/HookDispatcherInterface.php
477 /modules/ps_accounts/ps_accounts.php
478 /modules/ps_accounts/vendor/autoload.php
479 /modules/ps_accounts/vendor/composer/autoload_real.php
480 /modules/ps_accounts/vendor/composer/platform_check.php
481 /modules/ps_accounts/vendor/composer/autoload_static.php
482 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
483 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
484 /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php
485 /modules/ps_accounts/vendor/ralouphie/getallheaders/src/getallheaders.php
486 /modules/ps_accounts/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
487 /modules/ps_accounts/vendor/symfony/polyfill-php72/bootstrap.php
488 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
489 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
490 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
491 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
492 /modules/ps_accounts/vendor/symfony/polyfill-apcu/bootstrap.php
493 /modules/ps_accounts/vendor/symfony/polyfill-intl-idn/bootstrap.php
494 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
495 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
496 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
497 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
498 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
499 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
500 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
501 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
502 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
503 /modules/ps_accounts/src/Hook/HookableTrait.php
504 /modules/ps_accounts/src/Module/Install.php
505 /modules/ps_accounts/translations/it.php
506 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Client.php
507 /src/Adapter/Shop/Context.php
508 /src/Core/Multistore/MultistoreContextCheckerInterface.php
509 /src/Core/Shop/ShopContextInterface.php
510 /src/Core/Shop/ShopConstraintContextInterface.php
511 /modules/ps_accounts/src/DependencyInjection/ServiceContainer.php
512 /modules/ps_accounts/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
513 /modules/ps_accounts/src/DependencyInjection/ContainerProvider.php
514 /modules/ps_accounts/vendor/symfony/config/ConfigCache.php
515 /modules/ps_accounts/vendor/symfony/config/ResourceCheckerConfigCache.php
516 /modules/ps_accounts/vendor/symfony/config/ConfigCacheInterface.php
517 /modules/ps_accounts/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
518 /modules/ps_accounts/vendor/symfony/config/ResourceCheckerInterface.php
519 /modules/ps_accounts/vendor/symfony/config/Resource/ComposerResource.php
520 /modules/ps_accounts/vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
521 /modules/ps_accounts/vendor/symfony/config/Resource/ResourceInterface.php
522 /modules/ps_accounts/vendor/symfony/config/Resource/FileResource.php
523 /var/cache/dev/Ps_accounts708FrontContainer.php
524 /modules/ps_accounts/vendor/symfony/dependency-injection/Container.php
525 /modules/ps_accounts/vendor/symfony/dependency-injection/ResettableContainerInterface.php
526 /modules/ps_accounts/vendor/symfony/dependency-injection/ContainerInterface.php
527 /modules/ps_accounts/vendor/psr/container/src/ContainerInterface.php
528 /modules/ps_accounts/src/Service/PsAccountsService.php
529 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
530 /modules/ps_accounts/src/Account/Session/Firebase/FirebaseSession.php
531 /modules/ps_accounts/src/Account/Session/Session.php
532 /modules/ps_accounts/src/Account/Session/SessionInterface.php
533 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
534 /modules/ps_accounts/src/Adapter/Configuration.php
535 /modules/ps_accounts/src/Account/Session/ShopSession.php
536 /modules/ps_accounts/src/Provider/OAuth2/ShopProvider.php
537 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/PrestaShop.php
538 /modules/ps_accounts/vendor/league/oauth2-client/src/Provider/AbstractProvider.php
539 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
540 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
541 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php
542 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
543 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/LogoutTrait.php
544 /modules/ps_accounts/src/Provider/OAuth2/Oauth2Client.php
545 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
546 /modules/ps_accounts/src/Type/Enum.php
547 /modules/ps_accounts/src/Adapter/Link.php
548 /modules/ps_accounts/src/Context/ShopContext.php
549 /modules/ps_accounts/vendor/league/oauth2-client/src/Grant/GrantFactory.php
550 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/RequestFactory.php
551 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Client.php
552 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/ClientInterface.php
553 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/HandlerStack.php
554 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
555 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
556 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
557 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
558 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
559 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
560 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Middleware.php
561 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
562 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
563 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
564 /modules/ps_accounts/src/Account/LinkShop.php
565 /modules/ps_accounts/src/Cqrs/CommandBus.php
566 /modules/ps_accounts/src/Cqrs/Bus.php
567 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
568 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Util.php
569 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Compat.php
570 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
571 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Processor.php
572 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Context.php
573 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
574 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Serializer.php
575 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
576 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/TransactionStack.php
577 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
578 /modules/ps_checkout/vendor/sentry/sentry/lib/Raven/Stacktrace.php
579 /modules/ps_eventbus/src/Repository/LiveSyncRepository.php
580 /modules/ps_eventbus/src/Repository/DeletedObjectsRepository.php
581 /modules/ps_eventbus/src/Repository/LanguageRepository.php
582 /modules/ps_eventbus/src/Decorator/PayloadDecorator.php
583 /modules/ps_eventbus/src/Repository/ConfigurationRepository.php
584 /modules/psxdesign/psxdesign.php
585 /modules/psxdesign/vendor/autoload.php
586 /modules/psxdesign/vendor/composer/autoload_real.php
587 /modules/psxdesign/vendor/composer/platform_check.php
588 /modules/psxdesign/vendor/composer/autoload_static.php
589 /modules/psxdesign/vendor/jetbrains/phpstorm-stubs/PhpStormStubsMap.php
590 /modules/psxdesign/vendor/myclabs/deep-copy/src/DeepCopy/deep_copy.php
591 /modules/psxdesign/vendor/humbug/php-scoper/src/functions.php
592 /modules/psxdesign/vendor/humbug/php-scoper/src/json.php
593 /modules/psxdesign/src/Traits/UseHooks.php
594 /modules/psxdesign/src/Traits/Hooks/UseDisplayBackOfficeHeader.php
595 /modules/psxdesign/src/Traits/Hooks/UseActionThemeConfiguration.php
596 /modules/psxdesign/src/Traits/Hooks/UseActionFrontControllerSetMedia.php
597 /modules/psxdesign/src/Traits/Hooks/UseActionAdminControllerSetMedia.php
598 /modules/psxdesign/src/Traits/Hooks/UseDisplayAfterTitleTag.php
599 /modules/psxdesign/src/Traits/Hooks/UseActionObjectTabUpdateAfter.php
600 /modules/psxdesign/src/Traits/Hooks/UseActionDispatcherBefore.php
601 /modules/psxdesign/src/Traits/Hooks/UseActionObjectLanguageAddAfter.php
602 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
603 /controllers/front/listing/CategoryController.php
604 /classes/controller/ProductListingFrontController.php
605 /classes/controller/ProductPresentingFrontController.php
606 /classes/controller/FrontController.php
607 /src/Adapter/Presenter/Object/ObjectPresenter.php
608 /src/Adapter/Presenter/PresenterInterface.php
609 /src/Adapter/Presenter/Cart/CartPresenter.php
610 /src/Adapter/Image/ImageRetriever.php
611 /classes/tax/TaxConfiguration.php
612 /classes/Smarty/TemplateFinder.php
613 /classes/assets/StylesheetManager.php
614 /classes/assets/AbstractAssetManager.php
615 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
616 /classes/assets/JavascriptManager.php
617 /classes/assets/CccReducer.php
618 /modules/iqitthemeeditor/iqitthemeeditor.php
619 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
620 /classes/Category.php
621 /classes/webservice/WebserviceRequest.php
622 /src/Adapter/ContainerBuilder.php
623 /src/Adapter/Environment.php
624 /src/Core/EnvironmentInterface.php
625 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
626 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
627 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
628 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
629 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
630 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
631 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
632 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
633 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
634 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
635 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
636 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
637 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
638 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
639 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
640 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
641 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
642 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
643 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
644 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
645 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
646 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
647 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
648 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
649 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
650 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
651 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
652 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
653 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
654 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
655 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
656 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
657 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
658 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
659 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
660 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
661 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
662 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
663 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
664 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
665 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
666 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
667 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
668 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
669 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
670 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
671 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
672 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
673 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
674 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
675 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
676 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
677 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
678 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
679 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
680 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
681 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
682 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
683 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
684 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
685 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
686 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
687 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
688 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
689 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
690 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
691 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
692 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
693 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
694 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
695 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
696 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
697 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
698 /var/cache/dev/FrontContainer.php
699 /src/Adapter/Container/LegacyContainer.php
700 /src/Adapter/Container/LegacyContainerInterface.php
701 /modules/ps_categorytree/vendor/autoload.php
702 /modules/ps_categorytree/vendor/composer/autoload_real.php
703 /modules/ps_categorytree/vendor/composer/autoload_static.php
704 /modules/ps_edition_basic/vendor/autoload.php
705 /modules/ps_edition_basic/vendor/composer/autoload_real.php
706 /modules/ps_edition_basic/vendor/composer/platform_check.php
707 /modules/ps_edition_basic/vendor/composer/autoload_static.php
708 /modules/iqitsociallogin/vendor/autoload.php
709 /modules/iqitsociallogin/vendor/composer/autoload_real.php
710 /modules/iqitsociallogin/vendor/composer/platform_check.php
711 /modules/iqitsociallogin/vendor/composer/autoload_static.php
712 /modules/paypal/vendor/autoload.php
713 /modules/paypal/vendor/composer/autoload_real.php
714 /modules/paypal/vendor/composer/autoload_static.php
715 /modules/lgsitemaps/vendor/autoload.php
716 /modules/lgsitemaps/vendor/composer/autoload_real.php
717 /modules/lgsitemaps/vendor/composer/platform_check.php
718 /modules/lgsitemaps/vendor/composer/autoload_static.php
719 /modules/seoimg/vendor/autoload.php
720 /modules/seoimg/vendor/composer/autoload_real.php
721 /modules/seoimg/vendor/composer/platform_check.php
722 /modules/seoimg/vendor/composer/autoload_static.php
723 /modules/lgcookieslaw/vendor/autoload.php
724 /modules/lgcookieslaw/vendor/composer/autoload_real.php
725 /modules/lgcookieslaw/vendor/composer/autoload_static.php
726 /modules/facebookproductad/vendor/autoload.php
727 /modules/facebookproductad/vendor/composer/autoload_real.php
728 /modules/facebookproductad/vendor/composer/platform_check.php
729 /modules/facebookproductad/vendor/composer/autoload_static.php
730 /src/Core/Localization/Locale/Repository.php
731 /src/Core/Localization/Locale/RepositoryInterface.php
732 /src/Core/Localization/CLDR/LocaleRepository.php
733 /src/Core/Localization/CLDR/LocaleDataSource.php
734 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
735 /src/Core/Data/Layer/AbstractDataLayer.php
736 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
737 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
738 /src/Core/Localization/CLDR/Reader.php
739 /src/Core/Localization/CLDR/ReaderInterface.php
740 /src/Core/Localization/Currency/Repository.php
741 /src/Core/Localization/Currency/RepositoryInterface.php
742 /src/Core/Localization/Currency/CurrencyDataSource.php
743 /src/Core/Localization/Currency/DataSourceInterface.php
744 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
745 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
746 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
747 /src/Adapter/Currency/CurrencyDataProvider.php
748 /src/Core/Currency/CurrencyDataProviderInterface.php
749 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
750 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
751 /vendor/prestashop/decimal/src/Operation/Rounding.php
752 /src/Core/Localization/Locale.php
753 /src/Core/Localization/LocaleInterface.php
754 /src/Core/Localization/Specification/Price.php
755 /src/Core/Localization/Specification/Number.php
756 /src/Core/Localization/Specification/NumberInterface.php
757 /src/Core/Localization/Specification/Factory.php
758 /src/Core/Localization/CLDR/LocaleData.php
759 /src/Core/Localization/CLDR/NumberSymbolsData.php
760 /src/Core/Localization/CLDR/CurrencyData.php
761 /src/Core/Localization/CLDR/Locale.php
762 /src/Core/Localization/CLDR/LocaleInterface.php
763 /src/Core/Localization/Specification/NumberSymbolList.php
764 /classes/Currency.php
765 /src/Core/Localization/Currency/LocalizedCurrencyId.php
766 /src/Core/Localization/Currency/CurrencyData.php
767 /src/Core/Localization/Currency/CurrencyCollection.php
768 /src/Core/Localization/Currency.php
769 /src/Core/Localization/CurrencyInterface.php
770 /src/Core/Localization/Specification/NumberCollection.php
771 /src/Core/Localization/Number/Formatter.php
772 /classes/Cart.php
773 /src/Adapter/AddressFactory.php
774 /classes/CartRule.php
775 /classes/Product.php
776 /src/Core/Domain/Product/ValueObject/RedirectType.php
777 /src/Core/Util/DateTime/DateTime.php
778 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
779 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
780 /src/Core/Domain/Product/ValueObject/ProductType.php
781 /src/Core/Domain/Product/ValueObject/Reference.php
782 /src/Core/Domain/Product/ValueObject/Ean13.php
783 /src/Core/Domain/Product/ValueObject/Isbn.php
784 /src/Core/Domain/Product/ValueObject/Upc.php
785 /src/Core/Domain/Product/ProductSettings.php
786 /modules/ps_emailsubscription/ps_emailsubscription.php
787 /src/Core/Module/WidgetInterface.php
788 /classes/Media.php
789 /modules/ps_emailalerts/ps_emailalerts.php
790 /modules/ps_emailalerts/MailAlert.php
791 /modules/psxdesign/src/Config/PsxDesignConfig.php
792 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
793 /var/cache/dev/Ps_checkout8421FrontContainer.php
794 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
795 /modules/ps_checkout/src/Validator/MerchantValidator.php
796 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
797 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
798 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
799 /modules/ps_checkout/src/Shop/ShopProvider.php
800 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
801 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
802 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
803 /modules/ps_checkout/src/Repository/PsAccountRepository.php
804 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
805 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
806 /modules/ps_checkout/src/Context/PrestaShopContext.php
807 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
808 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
809 /modules/ps_checkout/src/Version/Version.php
810 /modules/klarnapayment/src/Infrastructure/Container/Container.php
811 /modules/klarnapayment/vendor/league/container/src/Container.php
812 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregate.php
813 /modules/klarnapayment/vendor/league/container/src/ContainerAwareTrait.php
814 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionAggregateInterface.php
815 /modules/klarnapayment/vendor/league/container/src/ContainerAwareInterface.php
816 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregate.php
817 /modules/klarnapayment/vendor/league/container/src/ServiceProvider/ServiceProviderAggregateInterface.php
818 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregate.php
819 /modules/klarnapayment/vendor/league/container/src/Inflector/InflectorAggregateInterface.php
820 /modules/klarnapayment/vendor/league/container/src/ReflectionContainer.php
821 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverTrait.php
822 /modules/klarnapayment/vendor/league/container/src/Argument/ArgumentResolverInterface.php
823 /modules/klarnapayment/src/Infrastructure/Container/Providers/BaseServiceProvider.php
824 /modules/klarnapayment/src/Infrastructure/Container/Providers/AbstractServiceProvider.php
825 /modules/klarnapayment/vendor/league/container/src/Definition/Definition.php
826 /modules/klarnapayment/vendor/league/container/src/Definition/DefinitionInterface.php
827 /modules/klarnapayment/src/Infrastructure/Container/Providers/RepositoryServiceProvider.php
828 /modules/klarnapayment/src/Infrastructure/Adapter/Configuration.php
829 /modules/klarnapayment/vendor/league/container/src/Argument/ClassName.php
830 /modules/klarnapayment/vendor/league/container/src/Argument/ClassNameInterface.php
831 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContext.php
832 /modules/klarnapayment/src/Infrastructure/Context/GlobalShopContextInterface.php
833 /modules/klarnapayment/src/Infrastructure/Adapter/Context.php
834 /modules/klarnapayment/src/Infrastructure/Logger/Logger.php
835 /modules/klarnapayment/src/Infrastructure/Logger/LoggerInterface.php
836 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatter.php
837 /modules/klarnapayment/src/Infrastructure/Logger/Formatter/LogFormatterInterface.php
838 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelEntityManager.php
839 /modules/klarnapayment/src/Infrastructure/EntityManager/EntityManagerInterface.php
840 /modules/klarnapayment/src/Infrastructure/EntityManager/ObjectModelUnitOfWork.php
841 /modules/klarnapayment/src/Infrastructure/Provider/NumberIdempotencyProvider.php
842 /modules/klarnapayment/src/Infrastructure/Provider/IdempotencyProviderInterface.php
843 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepository.php
844 /modules/klarnapayment/src/Infrastructure/Repository/CollectionRepository.php
845 /modules/klarnapayment/src/Infrastructure/Repository/ReadOnlyCollectionRepositoryInterface.php
846 /modules/klarnapayment/src/Infrastructure/Logger/Repository/PrestashopLoggerRepositoryInterface.php
847 /modules/klarnapayment/src/Infrastructure/Provider/ApplicationContextProvider.php
848 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepository.php
849 /modules/klarnapayment/src/Core/Shared/Repository/CurrencyRepositoryInterface.php
850 /modules/klarnapayment/src/Core/Merchant/Provider/CredentialsConfigurationKeyProvider.php
851 /modules/klarnapayment/src/Core/Merchant/Provider/RegionProvider.php
852 /modules/klarnapayment/src/Infrastructure/Context/ApplicationContext.php
853 /modules/klarnapayment/src/Api/Environment.php
854 /modules/klarnapayment/src/Presentation/Loader/PaymentFormAssetLoader.php
855 /modules/klarnapayment/src/Infrastructure/Adapter/ModuleFactory.php
856 /modules/klarnapayment/src/Core/Shared/Validation/ValidateIsAssetsRequired.php
857 /modules/klarnapayment/src/Core/Tools/Action/ValidateIsOpcModuleController.php
858 /modules/klarnapayment/src/Presentation/Presenter/Verification/IsCartAmountValidForKlarnaPayments.php
859 /modules/klarnapayment/src/Infrastructure/Utility/MoneyCalculator.php
860 /modules/klarnapayment/src/Core/Shared/Repository/CartRepository.php
861 /modules/klarnapayment/src/Core/Shared/Repository/CartRepositoryInterface.php
862 /modules/klarnapayment/src/Infrastructure/Adapter/Tools.php
863 /src/Adapter/Presenter/Cart/CartLazyArray.php
864 /src/Adapter/Presenter/AbstractLazyArray.php
865 /src/Adapter/Product/PriceFormatter.php
866 /src/Core/Util/Inflector.php
867 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
868 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
869 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
870 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
871 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
872 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
873 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
874 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
875 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
876 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
877 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
880 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
881 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
882 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
883 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
884 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
885 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
886 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
887 /classes/Gender.php
888 /classes/Risk.php
889 /classes/Meta.php
890 /modules/revsliderprestashop/revsliderprestashop.php
891 /modules/revsliderprestashop/rev-loader.php
892 /modules/revsliderprestashop/includes/revslider_db.class.php
893 /modules/revsliderprestashop/includes/data.class.php
894 /modules/revsliderprestashop/includes/functions.class.php
895 /modules/revsliderprestashop/includes/em-integration.class.php
896 /modules/revsliderprestashop/includes/cssparser.class.php
897 /modules/revsliderprestashop/includes/woocommerce.class.php
898 /modules/revsliderprestashop/includes/wpml.class.php
899 /modules/revsliderprestashop/includes/colorpicker.class.php
900 /modules/revsliderprestashop/includes/navigation.class.php
901 /modules/revsliderprestashop/includes/object-library.class.php
902 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
903 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
904 /modules/revsliderprestashop/includes/extension.class.php
905 /modules/revsliderprestashop/includes/favorite.class.php
906 /modules/revsliderprestashop/includes/aq-resizer.class.php
907 /modules/revsliderprestashop/includes/external-sources.class.php
908 /modules/revsliderprestashop/includes/page-template.class.php
909 /modules/revsliderprestashop/includes/slider.class.php
910 /modules/revsliderprestashop/includes/slide.class.php
911 /modules/revsliderprestashop/includes/output.class.php
912 /modules/revsliderprestashop/public/revslider-front.class.php
913 /modules/revsliderprestashop/includes/backwards.php
914 /modules/revsliderprestashop/admin/includes/class-pclzip.php
915 /modules/revsliderprestashop/admin/includes/license.class.php
916 /modules/revsliderprestashop/admin/includes/addons.class.php
917 /modules/revsliderprestashop/admin/includes/template.class.php
918 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
919 /modules/revsliderprestashop/admin/includes/folder.class.php
920 /modules/revsliderprestashop/admin/includes/import.class.php
921 /modules/revsliderprestashop/admin/includes/export.class.php
922 /modules/revsliderprestashop/admin/includes/export-html.class.php
923 /modules/revsliderprestashop/admin/includes/newsletter.class.php
924 /modules/revsliderprestashop/admin/revslider-admin.class.php
925 /modules/revsliderprestashop/includes/update.class.php
926 /modules/revsliderprestashop/includes/resize-imag.php
927 /classes/Address.php
928 /classes/ImageType.php
929 /classes/State.php
930 /src/Core/Security/PasswordPolicyConfiguration.php
931 /src/Core/Configuration/DataConfigurationInterface.php
932 /src/Core/Security/Hashing.php
933 /src/Core/Filter/FrontEndObject/MainFilter.php
934 /src/Core/Filter/FilterInterface.php
935 /src/Core/Filter/FrontEndObject/CartFilter.php
936 /src/Core/Filter/HashMapWhitelistFilter.php
937 /src/Core/Filter/CollectionFilter.php
938 /src/Core/Filter/FrontEndObject/ProductFilter.php
939 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
940 /src/Core/Filter/FrontEndObject/CustomerFilter.php
941 /src/Core/Filter/FrontEndObject/ShopFilter.php
942 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
943 /modules/lgcookieslaw/lgcookieslaw.php
944 /modules/lgcookieslaw/config/config.inc.php
945 /modules/lgcookieslaw/translations/it.php
946 /modules/lgcookieslaw/classes/LGCookiesLawPurpose.php
947 /modules/ps_shoppingcart/ps_shoppingcart.php
948 /modules/ps_googleanalytics/ps_googleanalytics.php
949 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
950 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
951 /modules/iqitcontactpage/iqitcontactpage.php
952 /modules/iqitcountdown/iqitcountdown.php
953 /modules/iqitelementor/iqitelementor.php
954 /modules/iqitelementor/src/IqitElementorLanding.php
955 /modules/iqitelementor/src/IqitElementorTemplate.php
956 /modules/iqitelementor/src/IqitElementorProduct.php
957 /modules/iqitelementor/src/IqitElementorCategory.php
958 /modules/iqitelementor/src/IqitElementorContent.php
959 /modules/iqitelementor/src/iqitElementorWpHelper.php
960 /modules/iqitelementor/includes/plugin-elementor.php
961 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
962 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
963 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
964 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
965 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
966 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
967 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
968 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
969 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
970 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
971 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
972 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
973 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
974 /modules/iqitmegamenu/iqitmegamenu.php
975 /modules/iqitmegamenu/models/IqitMenuTab.php
976 /modules/iqitmegamenu/models/IqitMenuHtml.php
977 /modules/iqitmegamenu/models/IqitMenuLinks.php
978 /modules/iqitsizecharts/iqitsizecharts.php
979 /modules/iqitsizecharts/src/IqitSizeCharts.php
980 /modules/iqitextendedproduct/iqitextendedproduct.php
981 /modules/iqitextendedproduct/src/IqitThreeSixty.php
982 /modules/iqitextendedproduct/src/IqitProductVideo.php
983 /modules/iqitsociallogin/iqitsociallogin.php
984 /classes/Smarty/SmartyDevTemplate.php
985 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
986 /var/cache/dev/smarty/compile/warehouse/cc/f1/93/ccf19308c9418557756af0ff64855ed4cf87fb3b_2.file.apichatgpt.tpl.php
987 /var/cache/dev/smarty/compile/warehouse/0c/85/d1/0c85d1d3d9600d431a38fcf6b535dbd62204bce9_2.file.head.tpl.php
988 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
989 /modules/klarnapayment/src/Presentation/Loader/HeadSectionAssetLoader.php
990 /modules/klarnapayment/src/Presentation/Loader/OnsiteMessagingAssetLoader.php
991 /modules/klarnapayment/src/Presentation/Loader/SignInWithKlarnaAssetLoader.php
992 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/LocaleProvider.php
993 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/GlobalCurrencyLocaleProvider.php
994 /modules/klarnapayment/src/Core/Merchant/Provider/Currency/EuroCurrencyLocaleProvider.php
995 /modules/klarnapayment/src/Presentation/Loader/KlarnaExpressCheckoutAssetLoader.php
996 /modules/klarnapayment/src/Presentation/Presenter/Verification/CanPresentKlarnaExpressCheckout.php
997 /modules/klarnapayment/src/Core/Merchant/Provider/MerchantIdProvider.php
998 /modules/klarnapayment/src/Presentation/Loader/KlarnaSdkClientAssetLoader.php
999 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1000 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1001 /modules/klarnapayment/src/Infrastructure/Utility/ArrayUtility.php
1002 /src/Core/Localization/CLDR/ComputingPrecision.php
1003 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1004 /var/cache/dev/smarty/compile/warehouse/b5/a6/16/b5a6163434d9dd464ef25d30f3cca37b315108b6_2.file.klarna_sdk_script.tpl.php
1005 /modules/paypal/paypal.php
1006 /modules/paypal/config_prod.php
1007 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
1008 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
1009 /modules/paypal/translations/it.php
1010 /modules/paypal/classes/Constants/PaypalConfigurations.php
1011 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
1012 /modules/paypal/classes/Constants/WebHookConf.php
1013 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
1014 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
1015 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
1016 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
1017 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
1018 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
1019 /modules/paypal/diagnostic.php
1020 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
1021 /modules/paypal/classes/AbstractMethodPaypal.php
1022 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
1023 /modules/paypal/classes/MethodEC.php
1024 /modules/paypal/classes/WhiteList/WhiteListService.php
1025 /modules/paypal/classes/API/PaypalApiManager.php
1026 /modules/paypal/classes/API/PaypalApiManagerInterface.php
1027 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
1028 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
1029 /modules/paypal/classes/API/PaypalClient.php
1030 /modules/paypal/classes/API/Client/HttpClient.php
1031 /modules/paypal/classes/API/ClientInterface.php
1032 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
1033 /modules/paypal/classes/API/EnvironmentInterface.php
1034 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
1035 /modules/paypal/classes/API/InjectorInterface.php
1036 /modules/paypal/classes/API/Injector/BnCodeInjector.php
1037 /modules/paypal/classes/API/Injector/UserAgentInjector.php
1038 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
1039 /modules/cdc_googletagmanager/cdc_googletagmanager.php
1040 /modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
1041 /modules/cdc_googletagmanager/classes/CdcGtmDataLayer.php
1042 /modules/cdc_googletagmanager/services/CdcTools.php
1043 /modules/cdc_googletagmanager/services/PrestashopUtils.php
1044 /modules/cdc_googletagmanager/classes/DataLayer.php
1045 /modules/cdc_googletagmanager/classes/AbstractDataLayerObject.php
1046 /modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
1047 /modules/cdc_googletagmanager/classes/gtm/Refund.php
1048 /modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
1049 /modules/cdc_googletagmanager/classes/gtm/DataLayerItem.php
1050 /modules/cdc_googletagmanager/services/Gtm_Product.php
1051 /modules/cdc_googletagmanager/translations/it.php
1052 /modules/facebookproductad/facebookproductad.php
1053 /modules/facebookproductad/translations/it.php
1054 /modules/facebookproductad/lib/moduleTools.php
1055 /modules/facebookproductad/conf/moduleConfiguration.php
1056 /modules/facebookproductad/lib/hook/hookController.php
1057 /modules/facebookproductad/lib/hook/hookDisplay.php
1058 /modules/facebookproductad/lib/hook/hookBase.php
1059 /modules/facebookproductad/lib/dao/moduleDao.php
1060 /modules/facebookproductad/lib/pixel/basePixel.php
1061 /modules/facebookproductad/lib/pixel/pixelCategory.php
1062 /classes/Combination.php
1063 /classes/stock/StockAvailable.php
1064 /classes/tax/Tax.php
1065 /classes/SpecificPrice.php
1066 /classes/tax/TaxManagerFactory.php
1067 /classes/tax/TaxRulesTaxManager.php
1068 /classes/tax/TaxManagerInterface.php
1069 /classes/tax/TaxCalculator.php
1070 /classes/GroupReduction.php
1071 /classes/Pack.php
1072 /classes/order/Order.php
1073 /classes/Feature.php
1074 /vendor/prestashop/decimal/src/DecimalNumber.php
1075 /vendor/prestashop/decimal/src/Builder.php
1076 /var/cache/dev/smarty/compile/warehouse/65/a2/8e/65a28e68a7cfdc088901784f6cc8106bd4434b2d_2.file.header.tpl.php
1077 /modules/daneaimport/daneaimport.php
1078 /modules/daneaimport/classes/import_classes.php
1079 /modules/daneaimport/classes/danea_classe.php
1080 /modules/daneaimport/translations/it.php
1081 /vendor/pear/pear-core-minimal/src/PEAR.php
1082 /src/Core/Product/Search/ProductSearchContext.php
1083 /src/Core/Product/Search/ProductSearchQuery.php
1084 /src/Core/Product/Search/SortOrder.php
1085 /modules/ps_facetedsearch/ps_facetedsearch.php
1086 /modules/ps_facetedsearch/src/HookDispatcher.php
1087 /modules/ps_facetedsearch/src/Hook/Attribute.php
1088 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
1089 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1090 /modules/ps_facetedsearch/src/Hook/Category.php
1091 /modules/ps_facetedsearch/src/Hook/Configuration.php
1092 /modules/ps_facetedsearch/src/Hook/Design.php
1093 /modules/ps_facetedsearch/src/Hook/Feature.php
1094 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1095 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1096 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
1097 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
1098 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
1099 /modules/ps_facetedsearch/src/Hook/Product.php
1100 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
1101 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1102 /modules/ps_facetedsearch/src/Filters/Provider.php
1103 /modules/ps_facetedsearch/src/URLSerializer.php
1104 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
1105 /modules/ps_facetedsearch/src/Product/SearchProvider.php
1106 /src/Core/Product/Search/FacetsRendererInterface.php
1107 /src/Core/Product/Search/ProductSearchProviderInterface.php
1108 /modules/ps_facetedsearch/src/Filters/Converter.php
1109 /modules/ps_facetedsearch/src/Product/SearchFactory.php
1110 /src/Core/Product/Search/ProductSearchResult.php
1111 /modules/ps_facetedsearch/src/Product/Search.php
1112 /modules/ps_facetedsearch/src/Adapter/MySQL.php
1113 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1114 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1115 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1116 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1117 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1118 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1119 /modules/ps_facetedsearch/src/Filters/Products.php
1120 /modules/ps_facetedsearch/src/Filters/Block.php
1121 /src/Core/Product/Search/Facet.php
1122 /src/Core/Product/Search/Filter.php
1123 /src/Core/Product/Search/FacetCollection.php
1124 /classes/ProductAssembler.php
1125 /classes/Manufacturer.php
1126 /src/Core/Domain/Combination/CombinationSettings.php
1127 /classes/ProductPresenterFactory.php
1128 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1129 /src/Adapter/Presenter/Product/ProductPresenter.php
1130 /src/Adapter/Product/ProductColorsRetriever.php
1131 /src/Core/Product/ProductPresentationSettings.php
1132 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1133 /src/Adapter/Presenter/Product/ProductLazyArray.php
1134 /classes/Image.php
1135 /src/Core/Image/ImageFormatConfiguration.php
1136 /src/Core/Image/ImageFormatConfigurationInterface.php
1137 /classes/FeatureFlag.php
1138 /src/Core/FeatureFlag/FeatureFlagSettings.php
1139 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1140 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1141 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1142 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1143 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1144 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1145 /src/Core/Product/Search/Pagination.php
1146 /vendor/defuse/php-encryption/src/Crypto.php
1147 /vendor/defuse/php-encryption/src/KeyOrPassword.php
1148 /vendor/defuse/php-encryption/src/RuntimeTests.php
1149 /vendor/defuse/php-encryption/src/DerivedKeys.php
1150 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1151 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
1152 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/10/a7/f610a705ee1d64b713ca65e2d21ba723aee7c354_2.file.category.tpl.php
1153 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1154 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/e8/0b/5ee80bf50515adc6f78ef4090dccbdc12e1316cf_2.file.product-list.tpl.php
1155 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ac/7f/cb/ac7fcba82a0c6684d1f152d2c853966d07bc8f0e_2.file.layout-left-column.tpl.php
1156 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/01/f5/8f/01f58fa8e082aebd99c7148e01ca6c9528351b5f_2.file.layout-both-columns.tpl.php
1157 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2c/b6/d8/2cb6d80908e9bd3864489eb8cb355c438739f78d_2.file.helpers.tpl.php
1158 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1159 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/4a/e1/6b4ae1ce5f944155c5410563dd7835e1c3ebe801_2.file.head.tpl.php
1160 /var/cache/dev/smarty/compile/warehouse/2b/7b/b0/2b7bb04257816d888eac893bf3abe9ecb3bf4d4b_2.file.displayFontTags.tpl.php
1161 /var/cache/dev/smarty/compile/c2/19/e5/c219e5df4aa9e48247ee97e1bcc4eabfa43790c0_2.file.view_script.tpl.php
1162 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/52/bd/50/52bd50d4ceb3333c2a43c37893443eca874d18ee_2.file.head-jsonld.tpl.php
1163 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7f/f3/75/7ff375fdeb0cedfe13cc9bb2504c075b56744d3e_2.file.product-list-jsonld.tpl.php
1164 /src/Core/Util/String/StringModifier.php
1165 /src/Core/Util/String/StringModifierInterface.php
1166 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/da/53/bf/da53bfe1af4c51980da2bcce051395a341023620_2.file.pagination-seo.tpl.php
1167 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1168 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1169 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/6f/a0/0d6fa083b7f94023d44a6ec4987cab205bb489e6_2.file.stylesheets.tpl.php
1170 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/65/17/8b/65178b784c45a54475d8a29a753c94ad16df137b_2.file.javascript.tpl.php
1171 /classes/ProductDownload.php
1172 /src/Core/Cart/Calculator.php
1173 /src/Core/Cart/CartRowCollection.php
1174 /src/Core/Cart/Fees.php
1175 /src/Core/Cart/AmountImmutable.php
1176 /src/Core/Cart/CartRuleCollection.php
1177 /src/Core/Cart/CartRuleCalculator.php
1178 /src/Adapter/Product/PriceCalculator.php
1179 /src/Core/Cart/CartRow.php
1180 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1181 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/93/98/64/939864a2146cd96a56a82a27be54c2bcaa91ea1d_2.file.product-activation.tpl.php
1182 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/4e/99/1a/4e991ab9a170458be8d4320fb61c5169d82f96d0_2.file.header.tpl.php
1183 /modules/klarnapayment/src/Infrastructure/Verification/CanRenderWidgets.php
1184 /modules/klarnapayment/src/Infrastructure/Adapter/Currency.php
1185 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepository.php
1186 /modules/klarnapayment/src/Core/Shared/Repository/CountryRepositoryInterface.php
1187 /modules/klarnapayment/src/Presentation/Presenter/OnsiteMessagingPresenter.php
1188 /modules/klarnapayment/src/Core/Payment/Enum/OnsiteMessagingPlacement.php
1189 /modules/iqitlinksmanager/iqitlinksmanager.php
1190 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
1191 /modules/iqitlinksmanager/src/IqitLinkBlock.php
1192 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
1193 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1194 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1195 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1196 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/10/displayNav1/warehouse/9c/01/2b/9c012bab50dd2d87d342b12c8c74cea25a5d4b83.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1197 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/84/ad/0a84ad3ab4a49eb4cf5c4ea29ec1b54ab4eb2738_2.file.header-4.tpl.php
1198 /var/cache/dev/smarty/cache/iqitmegamenu/index/1/1/1/10/warehouse/0d/0d/68/0d0d68b8710b2ed92fee7f6b7d5e2ed8b1ae0b1c.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1199 /modules/iqitsearch/iqitsearch.php
1200 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d9/9b/94/d99b947421dcff226f28b1d6cb674c91f17399db_2.module.iqitsearchviewstemplateshookiqitsearchbtn.tpl.php
1201 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1202 /modules/ps_customersignin/ps_customersignin.php
1203 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1204 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1205 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1206 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1207 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/89/13/ed/8913ed9e56b85503758ee7c0c4fb7c61ab679d0c_2.file.mobile-header-2.tpl.php
1208 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1209 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1210 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1211 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/ce/40/35ce40578cb0ad26f0445442f1492510e3736881_2.file.breadcrumb.tpl.php
1212 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/13/c6/30/13c630300d9670f2ea68544c764ce96f8f13cb40_2.file.notifications.tpl.php
1213 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/14/a6/4614a6837126a31fa0a4ee9119fc345d03e02d94_2.file.category-header.tpl.php
1214 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/39/a9/bb/39a9bb68270d8b1555d13fef1a4c0e1ef9ec149a_2.file.products-top.tpl.php
1215 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1216 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/5b/19/6b/5b196b09f03920a832c584be082c0f9636949bac_2.file.sort-orders.tpl.php
1217 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1218 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/31/c4/ef/31c4ef77aa91dd00e6e1b9d32b10d6596a3ba3af_2.file.products.tpl.php
1219 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/dc/65/7ddc655cca449dc787c9620224fa0eb8b7940b7f_2.file.product.tpl.php
1220 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/90/11/cc/9011cc7f0f0cf0fb822fd14afc0f370218e07d65_2.file.product-miniature-1.tpl.php
1221 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0b/cd/7c/0bcd7c6d27fe923116c0105a00a50f7484d97f33_2.file.product-miniature-thumb.tpl.php
1222 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/c5/fe/6c/c5fe6c1ae09ff826fa7702c200d153e39c851dcc_2.file.product-miniature-btn.tpl.php
1223 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b1/b2/2d/b1b22dbf53c4d01cc3bbd463d3bae8dfba33b66d_2.file.pagination.tpl.php
1224 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/36/0f/67/360f674f4d3a4c99877f32416639d6af17196678_2.file.products-bottom.tpl.php
1225 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1226 /var/cache/dev/smarty/compile/warehouse/41/6e/27/416e279c72d75596ad5a06b33fa50e4109a4abf8_2.file.related_posts_category.tpl.cache.php
1227 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1228 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1229 /var/cache/dev/smarty/cache/ybc_blog/2/1/1/1/10/241106/warehouse/76/73/e5/7673e5d132d0f59927a14ac844be57cd3414d231.related_posts_category.tpl.php
1230 /modules/ps_categorytree/ps_categorytree.php
1231 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1232 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ee/d2/09/eed209e63bf8af90978ea61818998ab2b9a4f3bc_2.file.footer.tpl.php
1233 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2b/2c/f1/2b2cf1e47b3df45aa96c328f2fe8022824edbcc0_2.file.footer-1.tpl.php
1234 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1235 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/10/displayFooter/warehouse/9c/01/2b/9c012bab50dd2d87d342b12c8c74cea25a5d4b83.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1236 /var/cache/dev/smarty/cache/iqitcontactpage/1/1/1/10/warehouse/85/bd/6e/85bd6ed3cd9c19aca278696010ad0a9bd8beb703.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1237 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/cb/8f/6e/cb8f6ef33e776c9d930ad410762b20a51fa18f68_2.file.social-links.tpl.php
1238 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/29/50/91/29509110430de0dcbf264b23e8f43eea8f9fa10b_2.file.footer-copyrights-1.tpl.php
1239 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/46/a2/f3/46a2f38278b56ae408e660611b0228f149ff581b_2.file.password-policy-template.tpl.php
1240 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1241 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1242 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1243 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1244 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1245 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1246 /modules/statsdata/statsdata.php
1247 /classes/Guest.php
1248 /classes/Connection.php
1249 /classes/Page.php
1250 /classes/ConnectionsSource.php