Menu

Settings

Share

Create a free account to use wishlists.

Sign in

Please sign in first.

Sign in
Load Time264 ms - Unicorn powered webserver!
Querying Time65 ms
Queries175
Memory Peak Usage18.9 Mb
Included Files605 files - 9.95 Mb
PrestaShop Cache- Mb
Global vars0.46 Mb
PrestaShop Version1.7.5.2
PHP Version7.2.34-54+ubuntu22.04.1+deb.sury.org+1 (OK)
MySQL Version10.6.22-MariaDB-0ubuntu0.22.04.1 (OK)
Memory Limit1G
Max Execution Time300s
Smarty Cacheenabled
Smarty Compilationnever recompile
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 45 ms 45 ms 6.51 Mb 6.82 Mb
__construct 0 ms 45 ms - Mb 6.82 Mb
init 4 ms 49 ms 1.13 Mb 7.66 Mb
checkAccess 0 ms 49 ms - Mb 7.66 Mb
setMedia 0 ms 50 ms 0.01 Mb 7.66 Mb
postProcess 0 ms 50 ms - Mb 7.66 Mb
initHeader 0 ms 50 ms - Mb 7.66 Mb
initContent 124 ms 174 ms 7.66 Mb 16.25 Mb
initFooter 0 ms 174 ms - Mb 16.25 Mb
display 90 ms 264 ms 3.41 Mb 18.92 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 175 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE *
FROM `ps_st_wishlist`
WHERE `id_customer` = 0
AND `id_shop` = 1
ORDER BY `name` ASC
10.3 21376 Yes /modules/stwishlist/classes/StWishListClass.php:171
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`)
6.9 7136 /classes/Configuration.php:160
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, 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
6.4 1192 Yes /classes/Hook.php:403
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_module_shop` `ms` ON ms.`id_module` = m.`id_module`
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 (3))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
4.8 730 Yes Yes /classes/Hook.php:666
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
3.8 10 /classes/SpecificPrice.php:283
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
1.7 130 Yes /classes/Dispatcher.php:636
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
1.2 38 /classes/SpecificPrice.php:283
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
1.1 0 /classes/Hook.php:190
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
1 1 /classes/CartRule.php:400
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
1 1 /classes/CartRule.php:400
SELECT SQL_NO_CACHE m.`name` FROM `ps_module` m
JOIN `ps_module_shop` ms ON (m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1)
WHERE m.active=1
0.9 146 /modules/jscomposer/classes/vccontentanywhere.php:877
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) UNION (SELECT * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1)
0.8 1 /classes/CartRule.php:400
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.8 1 /classes/CartRule.php:400
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
0.7 11 Yes /modules/stsidebar/classes/StSidebarClass.php:116
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 1 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
0.7 11 Yes /modules/stsidebar/classes/StSidebarClass.php:116
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`id_customer` = 0  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE cr.`group_restriction` = 1  AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
0.6 1 /classes/CartRule.php:400
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.6 299 /classes/module/Module.php:305
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.5 299 /classes/module/Module.php:305
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.5 299 /classes/module/Module.php:305
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-08-26 00:00:00',
INTERVAL 90 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_shop = 1
WHERE p.id_product = 10719
0.4 4 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 3, 2, 0) +  IF (`id_country` = 60, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 60) AND
`id_group` IN (0, 3) AND `id_product` = 10719 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 1144) AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-08-26 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-08-26 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 3 Yes /classes/SpecificPrice.php:549
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 1)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 1 AND s.`active`=1  AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker`
0.4 8 Yes /modules/ststickers/classes/StStickersClass.php:168
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.3 26 Yes /classes/Currency.php:302
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.3 26 Yes /classes/Currency.php:302
SELECT SQL_NO_CACHE pc.*,
(SELECT count(*) FROM `ps_st_product_comment_pro_usefulness` pcu WHERE pcu.`id_st_product_comment_pro` = pc.`id_st_product_comment_pro` AND pcu.`usefulness` = 1) as total_useful,
(SELECT count(*) FROM `ps_st_product_comment_pro_usefulness` pcu WHERE pcu.`id_st_product_comment_pro` = pc.`id_st_product_comment_pro`) as total_advice, 
(SELECT count(*) FROM `ps_st_product_comment_pro` pcs WHERE pcs.`id_parent` = pc.`id_st_product_comment_pro`) as total_reply,
IF(c.`id_customer`, CONCAT(c.`firstname`, ' ',  c.`lastname`), pc.customer_name) customer_name
FROM `ps_st_product_comment_pro` pc
LEFT JOIN `ps_customer` c ON c.`id_customer` = pc.`id_customer`      
WHERE pc.`id_shop` = 1 AND pc.`id_product` = 10719 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0)
AND pc.`id_parent` = 0
ORDER BY pc.`featured`, `date_add` 
Limit 0, 10
0.3 87 Yes /modules/stproductcommentspro/classes/StProductCommentProClass.php:227
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.3 1 /classes/shop/Shop.php:704
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.jing-shop.com' OR su.domain_ssl = 'www.jing-shop.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.3 1 /classes/shop/Shop.php:345
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.3 4 /classes/Language.php:1029
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-08-26 00:00:00" AND date_to <= "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-08-26 00:00:00" AND date_from <= "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-08-26 00:00:00" AND date_to > "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:341
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-08-26 00:00:00" AND date_to <= "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-08-26 00:00:00" AND date_from <= "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-08-26 00:00:00" AND date_to > "2025-08-26 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:341
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=1)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social`
0.3 4 Yes /modules/stsocial/classes/StSocialClass.php:114
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` = 10719) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1 
ORDER BY snl.`position`
0.2 3 Yes /modules/stnotification/classes/StNotificationClass.php:216
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10719 UNION SELECT 0 as first_level_quantity, 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_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10719 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1234
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` = 10719
ORDER BY `position`
0.2 4 Yes /modules/stthemeeditor/stthemeeditor.php:5421
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` = 10719
ORDER BY `position`
0.2 4 Yes /classes/Product.php:3042
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` = 3) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pc.`id_st_product_comment_pro`, pcg.`grade`, pccl.`name`, pcc.`id_st_product_comment_pro_criterion`
FROM `ps_st_product_comment_pro` pc
LEFT JOIN `ps_st_product_comment_pro_grade` pcg ON (pcg.`id_st_product_comment_pro` = pc.`id_st_product_comment_pro`)
LEFT JOIN `ps_st_product_comment_pro_criterion` pcc ON (pcc.`id_st_product_comment_pro_criterion` = pcg.`id_st_product_comment_pro_criterion`)
LEFT JOIN `ps_st_product_comment_pro_criterion_lang` pccl ON (pccl.`id_st_product_comment_pro_criterion` = pcg.`id_st_product_comment_pro_criterion` AND pccl.`id_lang` = 1)
WHERE pc.`id_product` = 10719
AND pc.`id_parent` = 0
AND pcc.`active` = 1
AND pc.`id_shop` = 1
AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0)
0.2 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:291
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 (1145, 1603, 1604, 1144) AND il.`id_lang` = 1 ORDER by i.`position`
0.2 4 Yes /classes/Product.php:2483
SELECT SQL_NO_CACHE COUNT(IF(grade > 0 AND grade <=5, TRUE, NULL)) AS total,
COUNT(IF(grade > 0 AND grade < 2, TRUE, NULL)) "1",
COUNT(IF(grade >= 2 AND grade < 3, TRUE, NULL)) "2",
COUNT(IF(grade >= 3 AND grade < 4, TRUE, NULL)) "3",
COUNT(IF(grade >= 4 AND grade < 5, TRUE, NULL)) "4",
COUNT(IF(grade = 5, TRUE, NULL)) "5" 
FROM `ps_st_product_comment_pro` pc
WHERE pc.`id_shop` = 1 AND pc.`id_product` = 10719 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0)
AND pc.`id_parent` = 0 LIMIT 1
0.2 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:251
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-stproductcommentspro-list"
OR m.page = "modulestproductcommentsprolist"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.2 2 /classes/Meta.php:189
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
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` = 10719)
0.2 4 /classes/Product.php:3342
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`,pa.`upc`
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_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10719
AND pac.`id_product_attribute` = 1144
AND agl.`id_lang` = 1
0.2 1 /classes/Product.php:6176
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` = 10719) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
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 = 10719
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:4952
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.2 1 /classes/shop/Shop.php:1160
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/shop/ShopUrl.php:173
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 1144
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10719 UNION SELECT 0 as first_level_quantity, 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` = 1144
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10719 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.2 0 /classes/Cart.php:1234
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` <= 15 AND c.`nright` >= 16 AND c.`nleft` >= 2 AND c.`nright` <= 49 ORDER BY `nleft` DESC
0.2 25 Yes /classes/Category.php:1538
SELECT SQL_NO_CACHE SUM((p.`weight` + pa.`weight`) * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
LEFT JOIN `ps_product_attribute` pa
ON (cp.`id_product_attribute` = pa.`id_product_attribute`)
WHERE (cp.`id_product_attribute` IS NOT NULL AND cp.`id_product_attribute` != 0)
AND cp.`id_cart` = 0 LIMIT 1
0.2 1 /classes/Cart.php:3673
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.2 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 10719 AND `id_shop` = 1
0.2 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1588
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` = 60) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8b76780b0cae8f2866ca2fcf742694de' AND cache_id="stmegamenu|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.2 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE COUNT(0) FROM `ps_st_product_comment_pro` pc
WHERE pc.`id_shop` = 1 AND pc.`id_product` = 10719 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0)
AND pc.`id_parent` = 0 LIMIT 1
0.1 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:196
SELECT SQL_NO_CACHE COUNT(0)
FROM `ps_st_product_comment_pro_image` pci
LEFT JOIN `ps_st_product_comment_pro` pc
ON pci.id_st_product_comment_pro = pc.id_st_product_comment_pro
WHERE pc.`id_shop` = 1 AND pc.`id_product` = 10719
AND pc.`id_parent` = 0 LIMIT 1
0.1 3 /modules/stproductcommentspro/classes/StProductCommentProClass.php:261
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 LIMIT 1
0.1 26 /classes/Currency.php:661
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 1 
ORDER BY snl.`position`
0.1 3 Yes /modules/stnotification/classes/StNotificationClass.php:216
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.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
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.1 2 /classes/Category.php:2130
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='374688a0b1e3b851068f5c6eca0de1e2' AND cache_id="stmegamenu|1|3|3|1|1|60_stmegamenu" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='519e42db52e025d50ab364deecc73dd5' AND cache_id="steasycontent|1|3|3|1|1|60_12_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE pcc.*, pccl.`name`
FROM `ps_st_product_comment_pro_criterion` pcc
JOIN `ps_st_product_comment_pro_criterion_lang` pccl ON (pcc.id_st_product_comment_pro_criterion = pccl.id_st_product_comment_pro_criterion)
WHERE pccl.`id_lang` = 1 AND active = 1
ORDER BY pccl.`name` ASC
0.1 2 Yes /modules/stproductcommentspro/classes/StProductCommentProCriterionClass.php:97
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.1 1 /classes/Cart.php:4013
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` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 60) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stbestsellers|1|3|3|1|1|60_header" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(0) as total,
(SUM(pc.`grade`) / COUNT(pc.`grade`)) AS avg,
MIN(pc.`grade`) AS min,
MAX(pc.`grade`) AS max
FROM `ps_st_product_comment_pro` pc
WHERE pc.`id_product` = 10719
AND pc.`id_parent` = 0
AND pc.`id_shop`=1 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0) LIMIT 1
0.1 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:386
SELECT SQL_NO_CACHE count(0)
FROM `ps_st_wishlist_product` whp
LEFT JOIN `ps_st_wishlist` wh ON (wh.`id_st_wishlist`=whp.`id_st_wishlist`)
WHERE whp.`id_product` = 10719 AND wh.`id_customer`=0 AND wh.`id_shop`= 1 LIMIT 1
0.1 134 /modules/stwishlist/classes/StWishListClass.php:369
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` = 1144) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='26696f59289375961ba8b6e34179a1ab' AND cache_id="ststickers|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='7ed279999019925b187cf0594d6602e3' AND cache_id="stnotification|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8e84c8a5f02a77e2e4f974a9850ba016' AND cache_id="stmultilink|1|3|3|1|1|60_51819202128_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE *
FROM `ps_st_wishlist_product`
WHERE `id_product` > 0
AND `id_st_wishlist` = 21830
0.1 134 /modules/stwishlist/classes/StWishListClass.php:210
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` = 9) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.1 88 /classes/Hook.php:260
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stsidebar|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='519e42db52e025d50ab364deecc73dd5' AND cache_id="steasycontent|1|3|3|1|1|60_3_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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.1 4 /classes/Language.php:882
SELECT SQL_NO_CACHE COUNT(pc.`id_product`) AS nbr
FROM `ps_st_product_comment_pro` pc
WHERE pc.`id_parent` = 0
AND pc.`id_product` = 10719
AND pc.`id_shop`=1 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0)
AND `grade` > 0 LIMIT 1
0.1 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:491
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='cb6a956d7ade9ef34cb295942098ae92' AND cache_id="stswiper|1|3|3|1|1|60_21list_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.1 19 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 2 AND (id_category = 0 OR id_category IN(36))) OR (location = 1 AND (id_products LIKE "%,10719,%")))
0.1 2 /modules/ststickers/classes/StStickersMapClass.php:183
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9d1ee628cbb607ecc3eb92321dcb3fc0' AND cache_id="stpagebanner|1|3|3|1|1|60_module-stproductcommentspro-list_0" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE SUM(p.`weight` * cp.`quantity`) as nb
FROM `ps_cart_product` cp
LEFT JOIN `ps_product` p ON (cp.`id_product` = p.`id_product`)
WHERE (cp.`id_product_attribute` IS NULL OR cp.`id_product_attribute` = 0)
AND cp.`id_cart` = 0 LIMIT 1
0.1 1 /classes/Cart.php:3683
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stviewedproducts|1|3|3|1|1|60_header" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE COUNT(`id_st_product_comment_pro`) AS "nbr"
FROM `ps_st_product_comment_pro` pc
WHERE pc.`id_parent` = 0
AND pc.`id_product` = 10719
AND pc.`id_shop`=1 AND (pc.`id_lang` = 1 OR pc.`id_lang` = 0) LIMIT 1
0.1 1 /modules/stproductcommentspro/classes/StProductCommentProClass.php:466
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` = 7) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='0578e81548cf0dffed106cab1275ca9a' AND cache_id="stmultilink|1|3|3|1|1|60_1_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d81e3b74595a04c101f86e4113a8039d' AND cache_id="stcompare|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="strelatedproducts|1|3|3|1|1|60_header" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ecf895a07b0428cb323876fe6e1c032d' AND cache_id="stblogrecentarticles|1|3|3|1|1|60_22" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.1 5 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stblogeditor|1|3|3|1|1|60_header" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1
0.1 4 /classes/Language.php:722
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d16f255742ff04a4f74670995000b465' AND cache_id="stattributelist|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e26e43c43cb47424928569d47f25945c' AND cache_id="stwishlist|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='49185fbc96fcd1fda42be271fb4925e4' AND cache_id="stshoppingcart|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 10719
0.1 4 /classes/Product.php:2465
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ffadb541b28e9f4d8929b342d6e720bb' AND cache_id="stblogrecentarticles|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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` = 1144 LIMIT 1
0.1 1 /classes/Combination.php:453
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.1 1 /classes/SpecificPrice.php:407
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.1 88 /classes/Hook.php:234
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='4b14454a5d8ce1277720d58b02bc9ea4' AND cache_id="stvideo|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a774865ce55a4aaf778a1b0922a6e3b4' AND cache_id="stmultilink|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 60
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ed6b0240dd3de96ffa148c4722c1747f' AND cache_id="stbanner|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE `hook_name`, count(`id_vccontentanywhere`) as contentCount   FROM `ps_vccontentanywhere` GROUP BY `hook_name`
0.1 1 Yes /modules/jscomposer/jscomposer.php:3116
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3fcf7ee7387d8bcb9f1ca2f763911b36' AND cache_id="steasycontent|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='47301d726da268ab3996390b0e84b564' AND cache_id="stpagebanner|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b96aca5578ca6dffd7d521ad085f0421' AND cache_id="stmegamenu|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='243a70060293f4c6d304b896feb904b6' AND cache_id="stproductcommentspro|1|3|3|1|1|60_8270625bcb" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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` = 36) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e5d7fd96f00b0c8b25dcbce1afe3f9e9' AND cache_id="stcustomersignin|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
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` = 2) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='038aa076decf4f34ccc9d66e3a9b66fa' AND cache_id="stbanner|1|3|3|1|1|60_23-26list_location" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 36 LIMIT 1
0.1 1 /classes/Product.php:4725
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='ac9bd2830626bc797f5114047c10c49c' AND cache_id="stswiper|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='58b9c439e9b55412ce18e29c4500a200' AND cache_id="stsearchbar|1|3|3|1|1|60" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE * FROM `ps_vc_image_type` WHERE 1 ORDER BY `name` ASC
0.1 1 Yes /modules/jscomposer/classes/VcImageType.php:86
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` = 60) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
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` = 10719 AND pa.`id_product` = 10719 AND pa.`id_product_attribute` = 1144 LIMIT 1
0.1 1 /classes/Product.php:938
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 10719 LIMIT 1
0.1 8 /classes/SpecificPrice.php:416
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` = 36 LIMIT 1
0.1 1 /classes/Category.php:1322
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.1 19 /classes/ImageType.php:147
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:96
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='6a6589dbcf2b1bd50b65705ddcf8dbf4' AND cache_id="stproductcommentspro|1|3|3|1|1|60_header" AND compile_id="" LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:216
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "revsliderprestashop" LIMIT 1
0.1 1 /classes/module/Module.php:2752
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` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
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` = 36 LIMIT 1
0.1 1 /classes/Category.php:1523
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.1 1 /classes/Smarty/SmartyCustom.php:143
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 3
0.1 32 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10719) AND (id_product_attribute = 1144) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE name FROM ps_image_type ORDER BY name ASC
0.1 19 /modules/jscomposer/jscomposer.php:3409
SELECT SQL_NO_CACHE SUM(cd.`weight` * c.`quantity`) FROM `ps_customization` c
LEFT JOIN `ps_customized_data` cd ON (c.`id_customization` = cd.`id_customization`)
WHERE c.`in_cart` = 1 AND c.`id_cart` = 0 LIMIT 1
0.1 0 /classes/Cart.php:3688
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 10719
0.1 1 /classes/Product.php:2933
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasybuilder" LIMIT 1
0.1 0 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 10719 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5620
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1
0.1 1 /classes/Image.php:500
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 579 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
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` = 36 LIMIT 1
0.1 0 /classes/Category.php:1322
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-08-26 00:00:00' AND '2025-08-26 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:358
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 10719) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1
0.1 1 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 623 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 590 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 637 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 10719
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:246
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.1 0 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.1 1 /classes/Image.php:500
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 638 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 60 LIMIT 1
0.1 1 /classes/AddressFormat.php:618
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 608 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1
0.1 0 /classes/module/Module.php:2752
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 60 LIMIT 1
0.1 1 /classes/Country.php:272
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'superlarge_default' LIMIT 1
0.1 1 /classes/Image.php:500
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 10719 AND `id_group` = 3 LIMIT 1
0.1 0 /classes/GroupReduction.php:151
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 610 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2277
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1588
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 3
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1588
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-08-26 00:00:00' AND '2025-08-26 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:362
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.1 0 /classes/ObjectModel.php:1453
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c 
WHERE c.`id_category` = 1 LIMIT 1
0.1 1 /classes/Category.php:1529
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1
0.1 1 /classes/Group.php:151
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.1 0 /classes/module/Module.php:2188

Doubles

8
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
4
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
4
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
				LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`id_customer` = XX  AND NOW() BETWEEN cr.date_from AND cr.date_to
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%") UNION (SELECT * FROM `ps_cart_rule` cr
				LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = XX) WHERE cr.`group_restriction` = XX  AND NOW() BETWEEN cr.date_from AND cr.date_to
				AND cr.`active` = XX
				AND cr.`quantity` > XX AND highlight = XX AND code NOT LIKE "BO_ORDER_%")
3
                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
2
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="stmultilink|XX|XX|XX|XX|XX|XX_XX_location" AND compile_id="" LIMIT XX
2
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
2
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
2
SELECT * FROM `ps_hook_alias`
2
			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
2
            SELECT snl.*, snll.*
			FROM `ps_st_sidebar` snl
			 INNER JOIN ps_st_sidebar_shop st_sidebar_shop
        ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = XX)
            LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
            WHERE snll.`id_lang` = XX AND snl.`active`=XX 
            ORDER BY snl.`location`, snl.`position`
2
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="stmegamenu|XX|XX|XX|XX|XX|XX" AND compile_id="" LIMIT XX
2
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, 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_customization` = 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
2
			SELECT snl.*, snll.*
			FROM `ps_st_notification` snl
			 INNER JOIN ps_st_notification_shop st_notification_shop
        ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = XX)
            LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
			WHERE snl.`active`=XX AND snll.`id_lang` = XX 
            ORDER BY snl.`position`
2
SELECT *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2
SELECT *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2
(SELECT XX FROM `ps_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX) LIMIT XX
2
SELECT UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
							WHERE `template_hash`=XX AND cache_id="steasycontent|XX|XX|XX|XX|XX|XX_XX_location" AND compile_id="" LIMIT XX
2
            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`
2
		SELECT *
		FROM `ps_currency` c
		 INNER JOIN ps_currency_shop currency_shop
        ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = XX) WHERE `deleted` = XX AND c.`active` = XX ORDER BY `iso_code` ASC

Tables stress

33 smarty_lazy_cache
16 module
16 cart_rule
14 module_shop
10 product
10 cart_rule_lang
9 st_product_comment_pro
8 category_lang
8 currency_shop
7 cart_product
7 specific_price
7 currency
6 category
6 image_type
6 product_shop
6 product_attribute
5 lang_shop
5 lang
5 product_attribute_shop
4 shop_url
4 shop
4 hook
4 country
3 image_lang
3 stock_available
3 hook_alias
3 product_lang
3 country_shop
3 country_lang
3 image
2 st_product_comment_pro_usefulness
2 st_sidebar_shop
2 st_sidebar
2 st_notification_lang
2 pack
2 st_wishlist
2 image_shop
2 category_shop
2 st_notification_shop
2 st_notification
2 st_product_comment_pro_criterion_lang
2 st_product_comment_pro_criterion
2 st_wishlist_product
2 st_sidebar_lang
2 smarty_last_flush
2 meta
2 group_shop
2 group
2 meta_lang
2 configuration
2 hook_module
2 shop_group
1 module_group
1 customized_data
1 customization
1 configuration_lang
1 hook_module_exceptions
1 st_product_comment_pro_grade
1 product_attribute_image
1 st_sticker_map
1 group_lang
1 address_format
1 category_product
1 required_field
1 vc_image_type
1 st_sticker_shop
1 product_group_reduction_cache
1 customer
1 st_product_comment_pro_image
1 st_sticker_lang
1 st_sticker
1 st_social_shop
1 st_social_lang
1 specific_price_priority
1 st_social
1 attribute_group_lang
1 feature_product
1 feature_lang
1 feature_value_lang
1 feature
1 feature_shop
1 attribute
1 attribute_lang
1 product_attribute_combination
1 vccontentanywhere

ObjectModel instances

NameInstancesSource
Currency 11 /classes/Tools.php [685]
/modules/ppbanner/ppbanner.php [69]
/classes/Tools.php [868]
/modules/ppbanner/ppbanner.php [71]
/classes/Tools.php [868]
/modules/ppbanner/ppbanner.php [73]
/classes/Tools.php [868]
/modules/ppbanner/ppbanner.php [75]
/classes/Tools.php [868]
/modules/stcurrencyselector/stcurrencyselector.php [436]
/modules/stcurrencyselector/stcurrencyselector.php [436]
Product 5 /modules/stproductcommentspro/controllers/front/list.php [360]
/classes/Link.php [106]
/modules/ststickers/classes/StStickersMapClass.php [152]
/src/Adapter/Image/ImageRetriever.php [63]
/classes/Link.php [106]
Country 4 /config/config.inc.php [141]
/classes/AddressFormat.php [353]
/classes/controller/FrontController.php [1620]
/modules/paypal/paypal.php [352]
Address 4 /classes/shop/Shop.php [466]
/classes/Product.php [3184]
/classes/Product.php [3285]
/classes/Product.php [4904]
Language 3 /config/config.inc.php [194]
/classes/Tools.php [638]
/classes/Tools.php [561]
Category 2 /modules/ststickers/classes/StStickersMapClass.php [159]
/modules/ststickers/classes/StStickersMapClass.php [168]
Combination 1 /classes/Product.php [4882]
vccontentanywhere 1 /modules/jscomposer/jscomposer.php [2625]
State 1 /classes/controller/FrontController.php [1619]
AddressFormat 1 /classes/controller/FrontController.php [1614]
Shop 1 /config/config.inc.php [119]
Risk 1 /classes/controller/FrontController.php [1584]
Group 1 /classes/Cart.php [244]
Cart 1 /classes/controller/FrontController.php [409]
Customer 1 /config/config.inc.php [220]
ShopGroup 1 /classes/shop/Shop.php [550]
Gender 1 /classes/controller/FrontController.php [1581]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/autoload.php
5/vendor/autoload.php
6/vendor/composer/autoload_real.php
7/vendor/composer/ClassLoader.php
8/vendor/composer/include_paths.php
9/vendor/composer/autoload_static.php
10/vendor/symfony/polyfill-ctype/bootstrap.php
11/vendor/react/promise/src/functions_include.php
12/vendor/react/promise/src/functions.php
13/vendor/swiftmailer/swiftmailer/lib/swift_required.php
14/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
15/vendor/paragonie/random_compat/lib/random.php
16/vendor/icanboogie/common/bootstrap.php
17/vendor/icanboogie/common/lib/helpers.php
18/vendor/symfony/polyfill-php70/bootstrap.php
19/vendor/symfony/polyfill-php56/bootstrap.php
20/vendor/symfony/polyfill-mbstring/bootstrap.php
21/vendor/symfony/polyfill-intl-icu/bootstrap.php
22/vendor/symfony/polyfill-apcu/bootstrap.php
23/vendor/smarty/smarty/libs/bootstrap.php
24/vendor/smarty/smarty/libs/Autoloader.php
25/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
26/vendor/ircmaxell/password-compat/lib/password.php
27/vendor/jakeasmith/http_build_url/src/http_build_url.php
28/app/AppKernel.php
29/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
30/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
31/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
32/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
33/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
34/config/alias.php
35/classes/PrestaShopAutoload.php
36/var/cache/prod/class_index.php
37/config/bootstrap.php
38/src/Core/ContainerBuilder.php
39/src/Core/Foundation/IoC/Container.php
40/src/Adapter/ServiceLocator.php
41/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
42/var/cache/prod/appParameters.php
43/classes/controller/Controller.php
44/classes/ObjectModel.php
45/src/Core/Foundation/Database/EntityInterface.php
46/classes/db/Db.php
47/classes/Tools.php
48/classes/Context.php
49/classes/shop/Shop.php
50/classes/db/DbPDO.php
51/classes/Configuration.php
52/classes/Validate.php
53/classes/cache/Cache.php
54/src/Adapter/EntityMapper.php
55/classes/db/DbQuery.php
56/src/Core/Addon/Theme/ThemeManagerBuilder.php
57/src/Adapter/Configuration.php
58/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
59/src/Core/ConfigurationInterface.php
60/src/Core/Addon/Theme/ThemeRepository.php
61/src/Core/Addon/AddonRepositoryInterface.php
62/src/Core/Addon/Theme/Theme.php
63/src/Core/Addon/AddonInterface.php
64/vendor/shudrum/array-finder/ArrayFinder.php
65/config/defines_uri.inc.php
66/classes/Language.php
67/classes/Country.php
68/classes/PrestaShopCollection.php
69/classes/shop/ShopGroup.php
70/classes/Cookie.php
71/override/classes/Cookie.php
72/classes/PhpEncryption.php
73/vendor/defuse/php-encryption/src/Core.php
74/classes/PhpEncryptionEngine.php
75/vendor/defuse/php-encryption/src/Key.php
76/vendor/defuse/php-encryption/src/Encoding.php
77/config/smarty.config.inc.php
78/classes/Smarty/SmartyCustom.php
79/vendor/smarty/smarty/libs/Smarty.class.php
80/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
81/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
82/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
83/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
84/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
85/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
86/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
87/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
88/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
89/config/smartyfront.config.inc.php
90/classes/Smarty/SmartyResourceModule.php
91/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
92/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
93/classes/Smarty/SmartyResourceParent.php
94/classes/Smarty/SmartyLazyRegister.php
95/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
96/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
97/classes/Customer.php
98/override/classes/Customer.php
99/classes/Group.php
100/classes/Link.php
101/classes/shop/ShopUrl.php
102/classes/Dispatcher.php
103/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
104/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
105/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
106/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
107/classes/Hook.php
108/src/Adapter/SymfonyContainer.php
109/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
110/config/db_slave_server.inc.php
111/classes/module/Module.php
112/src/Core/Module/ModuleInterface.php
113/modules/stblog/stblog.php
114/modules/stblog/classes/StBlogClass.php
115/modules/stblog/classes/StBlogImageClass.php
116/modules/stblog/classes/phpthumb/ThumbLib.inc.php
117/modules/stblog/classes/phpthumb/PhpThumb.inc.php
118/modules/stblog/classes/phpthumb/ThumbBase.inc.php
119/modules/stblog/classes/phpthumb/GdThumb.inc.php
120/modules/stblog/classes/StBlogCategory.php
121/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
122/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
123/src/PrestaShopBundle/Translation/TranslatorComponent.php
124/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
125/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
126/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
127/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
128/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
129/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
130/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
131/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
132/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
133/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
134/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
135/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
136/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
137/var/cache/prod/translations/catalogue.en-US.NXhscRe.php
138/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
139/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
140/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
141/modules/stproductcommentspro/stproductcommentspro.php
142/modules/stproductcommentspro/classes/StProductCommentProClass.php
143/modules/stproductcommentspro/classes/StProductCommentProCriterionClass.php
144/src/Core/Module/WidgetInterface.php
145/classes/Translate.php
146/modules/stproductcommentspro/translations/en.php
147/modules/stproductcommentspro/controllers/front/list.php
148/classes/controller/ModuleFrontController.php
149/classes/controller/FrontController.php
150/override/classes/controller/FrontController.php
151/src/Adapter/Presenter/Object/ObjectPresenter.php
152/src/Adapter/Presenter/PresenterInterface.php
153/src/Adapter/Presenter/Cart/CartPresenter.php
154/src/Adapter/Product/PriceFormatter.php
155/src/Adapter/Image/ImageRetriever.php
156/classes/tax/TaxConfiguration.php
157/classes/Smarty/TemplateFinder.php
158/classes/assets/StylesheetManager.php
159/classes/assets/AbstractAssetManager.php
160/src/Adapter/Assets/AssetUrlGeneratorTrait.php
161/classes/assets/JavascriptManager.php
162/classes/assets/CccReducer.php
163/src/Adapter/ContainerBuilder.php
164/var/cache/prod/FrontContainer.php
165/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
166/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
167/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
168/vendor/psr/container/src/ContainerInterface.php
169/classes/Currency.php
170/src/Core/Cldr/Repository.php
171/vendor/icanboogie/cldr/lib/RunTimeProvider.php
172/vendor/icanboogie/cldr/lib/ProviderChainTrait.php
173/vendor/icanboogie/cldr/lib/ProviderInterface.php
174/vendor/icanboogie/cldr/lib/CacheInterface.php
175/vendor/icanboogie/cldr/lib/FileProvider.php
176/vendor/icanboogie/cldr/lib/WebProvider.php
177/vendor/icanboogie/cldr/lib/Repository.php
178/vendor/icanboogie/cldr/lib/AccessorTrait.php
179/vendor/icanboogie/cldr/lib/LocaleCollection.php
180/vendor/icanboogie/cldr/lib/RepositoryPropertyTrait.php
181/vendor/icanboogie/cldr/lib/CollectionTrait.php
182/vendor/icanboogie/cldr/lib/Locale.php
183/vendor/icanboogie/cldr/lib/CodePropertyTrait.php
184/vendor/icanboogie/cldr/lib/Supplemental.php
185/vendor/icanboogie/cldr/lib/Currency.php
186/vendor/icanboogie/cldr/lib/LocalizedCurrency.php
187/vendor/icanboogie/cldr/lib/LocalizedObjectWithFormatter.php
188/vendor/icanboogie/cldr/lib/LocalizedObject.php
189/vendor/icanboogie/cldr/lib/LocalePropertyTrait.php
190/classes/Cart.php
191/override/classes/Cart.php
192/src/Adapter/AddressFactory.php
193/classes/CartRule.php
194/classes/Product.php
195/classes/Pack.php
196/classes/webservice/WebserviceRequest.php
197/classes/ProductDownload.php
198/classes/tax/Tax.php
199/src/Core/Cart/Calculator.php
200/src/Core/Cart/CartRowCollection.php
201/src/Core/Cart/Fees.php
202/src/Core/Cart/CartRuleCollection.php
203/src/Adapter/Product/PriceCalculator.php
204/classes/order/Order.php
205/src/Core/Cart/CartRow.php
206/src/Core/Cart/AmountImmutable.php
207/src/Core/Cart/CartRuleCalculator.php
208/vendor/icanboogie/cldr/lib/Numbers.php
209/vendor/icanboogie/cldr/lib/CurrencyFormatter.php
210/vendor/icanboogie/cldr/lib/NumberFormatter.php
211/vendor/icanboogie/cldr/lib/NumberPattern.php
212/classes/Gender.php
213/classes/Risk.php
214/classes/Category.php
215/classes/Meta.php
216/classes/Address.php
217/classes/AddressFormat.php
218/classes/State.php
219/classes/ImageType.php
220/src/Core/Addon/Module/ModuleManagerBuilder.php
221/app/config/config.php
222/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
223/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
224/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
225/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
226/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
227/vendor/guzzlehttp/guzzle/src/Client.php
228/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
229/vendor/guzzlehttp/guzzle/src/ClientInterface.php
230/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
231/vendor/guzzlehttp/guzzle/src/Url.php
232/vendor/guzzlehttp/guzzle/src/Utils.php
233/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
234/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
235/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
236/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
237/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
238/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
239/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
240/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
241/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
242/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
243/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
244/vendor/guzzlehttp/guzzle/src/RequestFsm.php
245/src/Adapter/Tools.php
246/app/config/parameters.php
247/src/Adapter/Module/ModuleZipManager.php
248/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
249/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
250/src/Core/Hook/HookDispatcherInterface.php
251/src/Adapter/Addons/AddonsDataProvider.php
252/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
253/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
254/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
255/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
256/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
257/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
258/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
259/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
260/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
261/src/Adapter/LegacyLogger.php
262/vendor/psr/log/Psr/Log/LoggerInterface.php
263/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
264/src/Adapter/LegacyContext.php
265/src/Adapter/Module/ModuleDataProvider.php
266/src/Adapter/Module/AdminModuleDataProvider.php
267/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
268/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
269/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
270/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
271/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
272/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
273/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
274/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
275/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
276/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
277/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
278/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
279/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
280/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
281/src/Adapter/Module/ModuleDataUpdater.php
282/src/Core/Addon/Module/ModuleManager.php
283/src/Core/Addon/AddonManagerInterface.php
284/src/Core/Addon/Module/ModuleRepository.php
285/src/Core/Addon/Module/ModuleRepositoryInterface.php
286/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
287/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
288/src/Adapter/Cache/CacheClearer.php
289/classes/Media.php
290/src/Core/Filter/FrontEndObject/MainFilter.php
291/src/Core/Filter/FilterInterface.php
292/src/Core/Filter/FrontEndObject/CartFilter.php
293/src/Core/Filter/HashMapWhitelistFilter.php
294/src/Core/Filter/CollectionFilter.php
295/src/Core/Filter/FrontEndObject/ProductFilter.php
296/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
297/src/Core/Filter/FrontEndObject/CustomerFilter.php
298/src/Core/Filter/FrontEndObject/ShopFilter.php
299/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
300/modules/stthemeeditor/stthemeeditor.php
301/modules/stthemeeditor/googlefonts.php
302/classes/Image.php
303/classes/Smarty/SmartyCustomTemplate.php
304/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
305/var/cache/prod/smarty/compile/e1/c0/ab/e1c0ab62d4d22fbe50cc1010775c7241c4c1fa5a_2.file.stthemeeditor-header.tpl.php
306/modules/ppbanner/ppbanner.php
307/modules/ppbanner/translations/en.php
308/modules/fbpixel/fbpixel.php
309/modules/fbpixel/translations/en.php
310/modules/fbpixel/key.php
311/var/cache/prod/smarty/compile/47/07/bd/4707bda7b69cef918376a71126701b271beb5946_2.file.header.tpl.php
312/vendor/smarty/smarty/libs/plugins/modifier.escape.php
313/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
314/modules/stmultilink/stmultilink.php
315/modules/stmultilink/classes/StMultiLinkGroup.php
316/modules/stmultilink/classes/StMultiLinkClass.php
317/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
318/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
319/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
320/var/cache/prod/smarty/cache/stmultilink/1/3/3/1/1/60/c7/37/d0/c737d09f9dd704eb36f89a554eea74bb633ff2f4.stmultilinkviewstemplates.php
321/modules/stsearchbar/stsearchbar.php
322/var/cache/prod/smarty/cache/stsearchbar/1/3/3/1/1/60/96/2a/e1/962ae1e8905144d8acbbc3026247058a73504227.stsearchbarviewstemplates.php
323/modules/stshoppingcart/stshoppingcart.php
324/var/cache/prod/smarty/cache/stshoppingcart/1/3/3/1/1/60/50/4a/d4/504ad4ef4b966d226e3112d1dda045f0a5a23a5c.stshoppingcartviewstempla.php
325/modules/stmegamenu/stmegamenu.php
326/modules/stmegamenu/classes/StMegaMenuClass.php
327/modules/stmegamenu/classes/StMegaColumnClass.php
328/modules/stmegamenu/classes/StMegaProductClass.php
329/modules/stmegamenu/classes/StMegaBrandClass.php
330/var/cache/prod/smarty/cache/stmegamenu/1/3/3/1/1/60/2c/a0/b9/2ca0b9e61926f55e93b51e11f8d007b051bcba34.stmegamenuviewstemplatesh.php
331/modules/stswiper/stswiper.php
332/modules/stswiper/classes/StSwiperClass.php
333/modules/stswiper/classes/StSwiperGroup.php
334/modules/stswiper/classes/StSwiperFontClass.php
335/var/cache/prod/smarty/cache/stswiper/1/3/3/1/1/60/41/5b/2a/415b2aaf176bcf20f5f23f017ae5587d1ae80d15.stswiperviewstemplateshoo.php
336/modules/steasycontent/steasycontent.php
337/modules/steasycontent/classes/StEasyContentClass.php
338/modules/steasycontent/classes/StEasyContentColumnClass.php
339/modules/steasycontent/classes/StEasyContentElementClass.php
340/modules/steasycontent/classes/StEasyContentSettingClass.php
341/modules/steasycontent/classes/StEasyContentFontClass.php
342/var/cache/prod/smarty/cache/steasycontent/1/3/3/1/1/60/3c/a6/65/3ca6654743842d2ff751541fb7b918575290e60f.steasycontentviewstemplat.php
343/modules/stbanner/stbanner.php
344/modules/stbanner/classes/StBannerClass.php
345/modules/stbanner/classes/StBannerGroup.php
346/modules/stbanner/classes/StBannerFontClass.php
347/var/cache/prod/smarty/cache/stbanner/1/3/3/1/1/60/b6/94/4d/b6944d09ad0ead7bee6a510a4245b01a01240dc5.stbannerviewstemplateshoo.php
348/modules/stblogeditor/stblogeditor.php
349/modules/stthemeeditor/classes/BaseSlider.php
350/var/cache/prod/smarty/cache/stblogeditor/1/3/3/1/1/60_header/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
351/modules/stblogrecentarticles/stblogrecentarticles.php
352/modules/stblogfeaturedarticles/stblogfeaturedarticles.php
353/modules/stblog/classes/StBlogSliderClass.php
354/var/cache/prod/smarty/cache/stblogrecentarticles/1/3/3/1/1/60/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
355/modules/stsocial/stsocial.php
356/modules/stsocial/classes/StSocialClass.php
357/var/cache/prod/smarty/compile/17/37/80/1737805a085bc13f03b502b28c0c4c1b609df286_2.file.header.tpl.php
358/modules/stbestsellers/stbestsellers.php
359/modules/stthemeeditor/classes/BaseProductsSlider.php
360/var/cache/prod/smarty/cache/stbestsellers/1/3/3/1/1/60_header/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
361/modules/stcompare/stcompare.php
362/var/cache/prod/smarty/cache/stcompare/1/3/3/1/1/60/48/b2/81/48b28111c8e4f3142b116d0d4d0461dff85c3d0e.stcompareviewstemplatesho.php
363/modules/stnotification/stnotification.php
364/modules/stnotification/classes/StNotificationClass.php
365/var/cache/prod/smarty/cache/stnotification/1/3/3/1/1/60/18/ee/c5/18eec5addd0e396bc9a1441ef1ce43670c11f741.stnotificationviewstempla.php
366/modules/stpagebanner/stpagebanner.php
367/modules/stpagebanner/classes/StPageBannerClass.php
368/modules/stpagebanner/classes/StPageBannerFontClass.php
369/var/cache/prod/smarty/cache/stpagebanner/1/3/3/1/1/60/97/8e/b5/978eb5d8cb331dc01aab96b74bd913de9408de76.stpagebannerviewstemplate.php
370/modules/strelatedproducts/strelatedproducts.php
371/var/cache/prod/smarty/cache/strelatedproducts/1/3/3/1/1/60_header/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
372/modules/stsidebar/stsidebar.php
373/modules/stsidebar/classes/StSidebarClass.php
374/var/cache/prod/smarty/cache/stsidebar/1/3/3/1/1/60/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
375/modules/ststickers/ststickers.php
376/modules/ststickers/classes/StStickersClass.php
377/modules/ststickers/classes/StStickersMapClass.php
378/var/cache/prod/smarty/cache/ststickers/1/3/3/1/1/60/bd/2e/38/bd2e38266a50e314a37ea5677ee0c78ff0eb9802.ststickersviewstemplatesh.php
379/modules/stvideo/stvideo.php
380/modules/stvideo/classes/StVideoClass.php
381/var/cache/prod/smarty/cache/stvideo/1/3/3/1/1/60/ad/d6/64/add66433a2959dbb40522c0aac274517f4dd8c7b.stvideoviewstemplateshook.php
382/modules/stviewedproducts/stviewedproducts.php
383/var/cache/prod/smarty/cache/stviewedproducts/1/3/3/1/1/60_header/d3/e2/a4/d3e2a4858ed9b62db251af47ca780e9b3c42deca.stthemeeditorviewstemplat.php
384/modules/stwishlist/stwishlist.php
385/modules/stwishlist/classes/StWishListClass.php
386/var/cache/prod/smarty/cache/stwishlist/1/3/3/1/1/60/91/83/b6/9183b61279c704a293dd5c3284f629fa7e3c5347.stwishlistviewstemplatesh.php
387/modules/stattributelist/stattributelist.php
388/modules/stattributelist/translations/en.php
389/var/cache/prod/smarty/cache/stattributelist/1/3/3/1/1/60/68/b5/1e/68b51e559fcc350ec5e01af321c3bcce89c34a66.stattributelistviewstempl.php
390/modules/jscomposer/jscomposer.php
391/modules/jscomposer/classes/VcImageType.php
392/modules/jscomposer/classes/vccontentanywhere.php
393/modules/jscomposer/classes/vcproducttabcreator.php
394/modules/jscomposer/classes/smartlisence.php
395/modules/jscomposer/translations/en.php
396/modules/jscomposer/include/helpers/helpers_factory.php
397/modules/jscomposer/include/helpers/helpers.php
398/modules/jscomposer/include/classes/core/interfaces.php
399/modules/jscomposer/include/classes/core/class-wpb-map.php
400/modules/jscomposer/include/helpers/helpers_api.php
401/modules/jscomposer/include/helpers/filters.php
402/modules/jscomposer/include/params/params.php
403/modules/jscomposer/include/classes/shortcodes/shortcodes.php
404/modules/jscomposer/config/modules_list.php
405/modules/jscomposer/include/classes/core/class-vc-base.php
406/modules/jscomposer/include/classes/editors/popups/class-vc-templates-editor.php
407/modules/jscomposer/include/classes/editors/popups/class-vc-shortcode-edit-form.php
408/modules/jscomposer/include/classes/vendors/class-vc-vendors-manager.php
409/modules/jscomposer/include/classes/vendors/_autoload.php
410/modules/jscomposer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php
411/modules/jscomposer/include/classes/vendors/plugins/class-vc-vendor-revslider.php
412/modules/jscomposer/include/classes/core/class-vc-mapper.php
413/modules/jscomposer/include/params/load.php
414/modules/jscomposer/include/params/textarea_html/textarea_html.php
415/modules/jscomposer/include/params/colorpicker/colorpicker.php
416/modules/jscomposer/include/params/loop/loop.php
417/modules/jscomposer/include/params/vc_link/vc_link.php
418/modules/jscomposer/include/params/options/options.php
419/modules/jscomposer/include/params/sorted_list/sorted_list.php
420/modules/jscomposer/include/params/css_editor/css_editor.php
421/modules/jscomposer/include/params/tab_id/tab_id.php
422/modules/jscomposer/include/params/href/href.php
423/modules/jscomposer/include/params/autocomplete/autocomplete.php
424/modules/jscomposer/include/params/font_container/font_container.php
425/modules/jscomposer/include/params/google_fonts/google_fonts.php
426/modules/jscomposer/include/params/column_offset/column_offset.php
427/modules/jscomposer/include/params/el_id/el_id.php
428/modules/jscomposer/config/map.php
429/modules/jscomposer/include/classes/settings/class-vc-automapper.php
430/modules/jscomposer/include/classes/editors/class-vc-frontend-editor.php
431/var/cache/prod/smarty/cache/stproductcommentspro/1/3/3/1/1/60_header/ce/06/5e/ce065e9fd0265906de3902c43cf6de1a1b004822.stproductcommentsproviews.php
432/modules/baecommercetracking/baecommercetracking.php
433/modules/baecommercetracking/translations/en.php
434/var/cache/prod/smarty/compile/6f/06/17/6f061711a4f33d2e41d7d6204214806103731d65_2.file.blockecommercetracking2.tpl.php
435/modules/ps_emailalerts/ps_emailalerts.php
436/modules/ps_emailalerts/vendor/autoload.php
437/modules/ps_emailalerts/vendor/composer/autoload_real.php
438/modules/ps_emailalerts/vendor/composer/autoload_static.php
439/modules/ps_emailalerts/MailAlert.php
440/modules/ppfaststock/ppfaststock.php
441/modules/ppfaststock/translations/en.php
442/modules/pricecharmer/pricecharmer.php
443/modules/pricecharmer/translations/en.php
444/modules/ppproductinfo/ppproductinfo.php
445/modules/ppproductinfo/translations/en.php
446/modules/ppetracking/ppetracking.php
447/modules/ppetracking/translations/en.php
448/modules/stripe_official/stripe_official.php
449/modules/stripe_official/vendor/autoload.php
450/modules/stripe_official/vendor/composer/autoload_real.php
451/modules/stripe_official/vendor/composer/platform_check.php
452/modules/stripe_official/vendor/composer/autoload_static.php
453/classes/PaymentModule.php
454/modules/stripe_official/vendor/stripe/stripe-php/lib/Event.php
455/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiResource.php
456/modules/stripe_official/vendor/stripe/stripe-php/lib/StripeObject.php
457/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Request.php
458/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/All.php
459/modules/stripe_official/vendor/stripe/stripe-php/lib/ApiOperations/Retrieve.php
460/modules/stripe_official/translations/en.php
461/modules/stripe_official/smarty/plugins/modifier.stripelreplace.php
462/modules/stripe_official/vendor/stripe/stripe-php/lib/Stripe.php
463/modules/stcustomersignin/stcustomersignin.php
464/var/cache/prod/smarty/cache/stcustomersignin/1/3/3/1/1/60/ae/bd/70/aebd70869532cb064e618f4e0ce56e7b3c425ccc.stcustomersigninviewstemp.php
465/modules/paypal/paypal.php
466/modules/paypal/config_prod.php
467/modules/paypal/vendor/autoload.php
468/modules/paypal/vendor/composer/autoload_real.php
469/modules/paypal/vendor/composer/autoload_static.php
470/modules/paypal/classes/Shortcut/ShortcutConfiguration.php
471/modules/paypal/smarty/plugins/modifier.paypalreplace.php
472/modules/paypal/translations/en.php
473/modules/paypal/classes/Constants/PaypalConfigurations.php
474/modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
475/modules/paypal/classes/Constants/WebHookConf.php
476/modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
477/modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
478/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
479/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
480/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
481/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
482/modules/paypal/diagnostic.php
483/modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
484/modules/paypal/classes/AbstractMethodPaypal.php
485/modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
486/modules/paypal/classes/MethodEC.php
487/modules/paypal/classes/WhiteList/WhiteListService.php
488/modules/paypal/classes/API/PaypalApiManager.php
489/modules/paypal/classes/API/PaypalApiManagerInterface.php
490/modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
491/modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
492/modules/paypal/classes/API/PaypalClient.php
493/modules/paypal/classes/API/Client/HttpClient.php
494/modules/paypal/classes/API/ClientInterface.php
495/modules/paypal/classes/API/Environment/PaypalEnvironment.php
496/modules/paypal/classes/API/EnvironmentInterface.php
497/modules/paypal/classes/API/Injector/AuthorizationInjector.php
498/modules/paypal/classes/API/InjectorInterface.php
499/modules/paypal/classes/API/Injector/BnCodeInjector.php
500/modules/paypal/classes/API/Injector/UserAgentInjector.php
501/var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfront.php
502/modules/jingstructureddata/jingstructureddata.php
503/src/Core/Product/Search/Pagination.php
504/classes/ProductAssembler.php
505/override/classes/ProductAssembler.php
506/src/Core/Product/Search/ProductSearchContext.php
507/classes/ProductPresenterFactory.php
508/src/Core/Product/ProductPresentationSettings.php
509/src/Core/Product/ProductListingPresenter.php
510/src/Adapter/Presenter/Product/ProductListingPresenter.php
511/src/Adapter/Presenter/Product/ProductPresenter.php
512/src/Adapter/Product/ProductColorsRetriever.php
513/classes/Combination.php
514/classes/SpecificPrice.php
515/classes/tax/TaxManagerFactory.php
516/classes/tax/TaxRulesTaxManager.php
517/classes/tax/TaxManagerInterface.php
518/classes/tax/TaxCalculator.php
519/classes/GroupReduction.php
520/classes/stock/StockAvailable.php
521/classes/Feature.php
522/src/Adapter/Presenter/Product/ProductListingLazyArray.php
523/src/Adapter/Presenter/Product/ProductLazyArray.php
524/src/Adapter/Presenter/AbstractLazyArray.php
525/vendor/prestashop/decimal/src/Number.php
526/vendor/prestashop/decimal/src/Operation/Multiplication.php
527/vendor/prestashop/decimal/src/Operation/Rounding.php
528/vendor/icanboogie/cldr/lib/LocalizedNumberFormatter.php
529/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
530/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
531/vendor/defuse/php-encryption/src/Crypto.php
532/vendor/defuse/php-encryption/src/KeyOrPassword.php
533/vendor/defuse/php-encryption/src/RuntimeTests.php
534/vendor/defuse/php-encryption/src/DerivedKeys.php
535/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
536/vendor/defuse/php-encryption/src/Exception/CryptoException.php
537/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/72/a4/a2/72a4a242137ba975ae2dbdcb1f312033c5de9eb5_2.module.stproductcommentsproviews.php
538/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
539/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
540/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/5a/cc/c2/5accc236c39a8ba8c13fdbdc0853cbd23de9efe1_2.file.layout-full-width.tpl.php
541/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/e5/5b/90/e55b903b6b405709f20a5399057c1d5308127a91_2.file.layout-both-columns.tpl.php
542/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c1/d5/58/c1d558c4af1322bbf8f34a8fd57fbfb61f8c123a_2.file.head.tpl.php
543/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/91/fc/98/91fc983ecf8d26d244d8902289de64a525388986_2.file.stylesheets.tpl.php
544/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/5d/72/98/5d72983d1b18a7d8315ae42000dc87f717eae75f_2.file.javascript.tpl.php
545/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/d7/83/ef/d783ef65d998bd8abb51faeac677123a91379622_2.file.product-activation.tpl.php
546/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/cd/14/52/cd145264bdc0bd5fc2db4c41cb9781f33d4c31f0_2.file.header.tpl.php
547/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
548/var/cache/prod/smarty/compile/b2/25/d6/b225d6f38267a0866c4ea8386836f7cc2b7202d1_2.file.blockbanner.tpl.php
549/var/cache/prod/smarty/compile/98/c5/32/98c532fbb5b531c99ef6fcea92cc1db4e960d931_2.module.stnotificationviewstempla.php
550/modules/stlanguageselector/stlanguageselector.php
551/var/cache/prod/smarty/compile/fc/0c/31/fc0c31ae040fd96cef622c42a5d170b339ec298f_2.module.stlanguageselectorviewste.php
552/modules/stcurrencyselector/stcurrencyselector.php
553/src/Adapter/ObjectPresenter.php
554/var/cache/prod/smarty/compile/fe/9e/5c/fe9e5cc6bce6cc7ffc8930c9d961e050dcdd55fc_2.module.stcurrencyselectorviewste.php
555/var/cache/prod/smarty/compile/43/b8/c0/43b8c09337d64b800baa98253de92269f5c603b2_2.module.stcustomersigninviewstemp.php
556/var/cache/prod/smarty/cache/stmultilink/1/3/3/1/1/60_1_location/88/67/90/886790f7a5bf5d62839801055664c03487014b0c.stmultilinkviewstemplates.php
557/var/cache/prod/smarty/compile/30/00/4b/30004bc76c6226796809107e4062c35ac5a1e91f_2.module.stsidebarviewstemplatesho.php
558/vendor/smarty/smarty/libs/plugins/modifier.replace.php
559/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
560/var/cache/prod/smarty/compile/8d/fd/a2/8dfda2c1b5c9001167b3483c1caaa2af59ff05d8_2.module.stsearchbarviewstemplates.php
561/var/cache/prod/smarty/compile/9f/8d/70/9f8d70bbb3afa862dd31f13e84e74207e71ac6f6_2.module.stsearchbarviewstemplates.php
562/src/Adapter/Cart/CartPresenter.php
563/var/cache/prod/smarty/compile/52/33/2e/52332e14d92f82d3c12217bc32b7318ae730bb0c_2.module.stshoppingcartviewstempla.php
564/var/cache/prod/smarty/compile/ef/8f/3e/ef8f3e058b820f96f60ee75ec0844032d89fc4c5_2.module.stshoppingcartviewstempla.php
565/var/cache/prod/smarty/compile/4c/c1/85/4cc185801222e64ed747ea015b850af6e76c4cd4_2.module.stproductcommentsproviews.php
566/modules/pagesnotfound/pagesnotfound.php
567/var/cache/prod/smarty/cache/stmegamenu/1/3/3/1/1/60_stmegamenu/34/1d/1d/341d1d432a47d06f05000a36e97d4410e7ac73f5.stmegamenuviewstemplatesh.php
568/var/cache/prod/smarty/cache/stpagebanner/1/3/3/1/1/60_module_stproductcommentspro_list_0/fa/a5/2a/faa52a996eab0bc4f22579620c68e9f0c095550c.stpagebannerviewstemplate.php
569/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/6c/0d/47/6c0d479313a7b1c76e793bed38996c76ff1cdd7b_2.file.notifications.tpl.php
570/var/cache/prod/smarty/cache/stswiper/1/3/3/1/1/60_21list_location/1c/19/48/1c19483383f4591f50837b1e52fd36af1b27375f.stswiperviewstemplateshoo.php
571/var/cache/prod/smarty/cache/stbanner/1/3/3/1/1/60_23_26list_location/55/5a/e7/555ae737f42ba8e8f94e398466751db8dbddc4ac.stbannerviewstemplateshoo.php
572/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
573/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/b3/3a/6d/b33a6dabb35894b8965f113ce5ed91418977321d_2.module.stproductcommentsproviews.php
574/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0c/7d/66/0c7d66f2127c5758f0e6dbca699c92d476acc852_2.module.stproductcommentsproviews.php
575/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/56/b3/96/56b396f36e3b1d583b1653c0fe9597b2df149a8b_2.module.stproductcommentsproviews.php
576/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/70/a5/60/70a5606f11a7920df0729e8b20ef36c30ea12d4b_2.module.stproductcommentsproviews.php
577/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/7c/0f/b9/7c0fb9c75087abcfdc0c6631d5dafc2c95605213_2.module.stproductcommentsproviews.php
578/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/42/58/0a/42580a5e38d9c88d8ecbd38b0f481bb99441f488_2.file.footer.tpl.php
579/var/cache/prod/smarty/cache/steasycontent/1/3/3/1/1/60_3_location/d6/87/df/d687df01ac699ab774cec4fc1adc96633fbe7a6b.steasycontentviewstemplat.php
580/var/cache/prod/smarty/cache/stblogrecentarticles/1/3/3/1/1/60_22/0a/c7/4d/0ac74d854e0488ae8f3fd69e28d79bd042118442.stblogfeaturedarticlesvie.php
581/var/cache/prod/smarty/cache/stproductcommentspro/1/3/3/1/1/60_8270625bcb/47/12/bf/4712bf9c31983b837f088eab7033ef702267444e.stproductcommentsproviews.php
582/var/cache/prod/smarty/cache/stmultilink/1/3/3/1/1/60_51819202128_location/29/5c/b5/295cb5d66c4a9f21c35a230727b87e87503c6de5.stmultilinkviewstemplates.php
583/var/cache/prod/smarty/cache/steasycontent/1/3/3/1/1/60_12_location/d6/87/df/d687df01ac699ab774cec4fc1adc96633fbe7a6b.steasycontentviewstemplat.php
584/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/5e/8e/4a/5e8e4ae92ce55a996284fe9d70381a34ec60204f_2.file.footer-bottom.tpl.php
585/var/cache/prod/smarty/compile/02/4d/bf/024dbfe13ea728d820cdc5e07689959c9323b11f_2.file.stsearchbar-side.tpl.php
586/var/cache/prod/smarty/compile/ba/c2/3c/bac23c2a4557a90315dc53cfa46547001e129ab5_2.file.stshoppingcart-side.tpl.php
587/var/cache/prod/smarty/cache/stmegamenu/1/3/3/1/1/60/08/b9/bd/08b9bdffa75413fb1a0140b2109ca922a802bfc7.stmegamenuviewstemplatesh.php
588/var/cache/prod/smarty/compile/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplatesho.php
589/var/cache/prod/smarty/compile/7c/27/67/7c2767cbfd292b2bf253bec58835c22a5544b665_2.module.stlanguageselectorviewste.php
590/var/cache/prod/smarty/compile/46/bc/de/46bcde2533b03efbcd8eba725820f4febe5b22ec_2.module.stcurrencyselectorviewste.php
591/var/cache/prod/smarty/compile/c1/63/a3/c163a3e6aeaa3df0c86d48f35cc4dd180ffe4e8d_2.module.stcustomersigninviewstemp.php
592/var/cache/prod/smarty/compile/ad/fc/ad/adfcad5c553da735573fc9795cb1f277bfb39058_2.module.stsocialviewstemplateshoo.php
593/var/cache/prod/smarty/compile/81/4c/f8/814cf850962965f71e65d7e1a7a19a2191a36657_2.file.stviewedproducts-side.tpl.php
594/var/cache/prod/smarty/compile/eb/74/32/eb7432cd163378d1c155c62d5c4f3205c4d7f0f2_2.module.stwishlistviewstemplatesh.php
595/var/cache/prod/smarty/compile/25/dc/2f/25dc2fa5d1e61649e4e70a8f4fab057b3e37989d_2.module.stwishlistviewstemplatesh.php
596/var/cache/prod/smarty/compile/34/52/b3/3452b3e5a5b3245aa8d86170be572a719ed52382_2.module.stsidebarviewstemplatesho.php
597/var/cache/prod/smarty/compile/9c/5d/36/9c5d3614f01ee531b413b9ce188b3c8d8690f744_2.module.stsidebarviewstemplatesho.php
598/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/85/8c/14/858c14ec9dd3bddd1cf1a8c7904106c229655a43_2.file.password-policy-template.tpl.php
599/var/cache/prod/smarty/compile/0f/f4/8a/0ff48a5b1c26633e01c0a7d1b263223ce25a5f53_2.module.stwishlistviewstemplatesh.php
600/var/cache/prod/smarty/compile/e3/c7/41/e3c7418f7ccbb32f98959e23f23a7722ba7520cf_2.module.stproductcommentsproviews.php
601/var/cache/prod/smarty/compile/9e/c9/9c/9ec99cc55a4d83bafc60dfcf89bdf8d8ab272a4d_2.module.stproductcommentsproviews.php