Subscribe to our Newsletter We will keep you informed of all our offers and news We don´t send spam!
Stor S.L. Todos los derechos reservados. Copyright. 2017. Diseño web: Línea Gráfica
Load Time549 ms - Unicorn powered webserver!
Querying Time40 ms
Queries92
Memory Peak Usage31.1 Mb
Included Files474 files - 7.64 Mb
PrestaShop Cache0.56 Mb
Global vars1.45 Mb
PrestaShop Version1.6.1.16
PHP Version7.0.33 (OK)
MySQL Version10.6.14-MariaDB-log (OK)
Memory Limit512M
Max Execution Time300s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 132 ms 132 ms 12.71 Mb 12.88 Mb
__construct 0 ms 132 ms - Mb 12.88 Mb
init 22 ms 154 ms 2.40 Mb 15.70 Mb
checkAccess 0 ms 154 ms - Mb 15.70 Mb
setMedia 2 ms 156 ms 0.16 Mb 15.70 Mb
postProcess 0 ms 156 ms - Mb 15.70 Mb
initHeader 0 ms 156 ms - Mb 15.70 Mb
initContent 370 ms 526 ms 13.18 Mb 28.62 Mb
initFooter 14 ms 540 ms 1.51 Mb 30.58 Mb
display 9 ms 549 ms 0.93 Mb 31.11 Mb
Hook Time Memory Usage
hookdisplayHeader 238 ms 2.00 Mb
__construct 140 ms 18.00 Mb
hookHeader 12 ms - Mb
hookfooter 6 ms - Mb
hookdisplayNav 4 ms - Mb
hookdisplayTop 3 ms - Mb
hooktop 1 ms - Mb
hookdisplayMyFooter 1 ms - Mb
hookdisplayFooter 1 ms - Mb
hookmoduleRoutes 0 ms - Mb
hookactionObjectAddAfter - ms - Mb
hookdisplayTopColumn - ms - Mb
12 hooks 405 ms 20.00 Mb
Module Time Memory Usage
autolanguagecurrency 217 ms - Mb
pm_advancedsearch4 30 ms 2.00 Mb
creativeelements 17 ms 4.00 Mb
advancedcms 10 ms - Mb
iqitmegamenu 9 ms 2.00 Mb
paypal 9 ms - Mb
blocknewsletter 7 ms - Mb
lgcookieslaw 6 ms - Mb
correos 6 ms 2.00 Mb
gformbuilderpro 5 ms - Mb
formmaker 5 ms 2.00 Mb
blockviewed 5 ms - Mb
realexredirect 5 ms 2.00 Mb
beezup 4 ms - Mb
lgcomments 4 ms 2.00 Mb
magic360 4 ms - Mb
blocktopmenu 4 ms - Mb
statsdata 4 ms - Mb
blockcart 3 ms - Mb
mailalerts 3 ms - Mb
blockcms 3 ms - Mb
advansedwishlist 2 ms - Mb
deluxerecargoe 2 ms 2.00 Mb
lgconsultas 2 ms - Mb
productvideo 2 ms - Mb
productcomments 2 ms 2.00 Mb
homeslider 2 ms - Mb
lgcustomproducts 2 ms - Mb
lghomeslider 2 ms 2.00 Mb
themeconfigurator 2 ms - Mb
blockcategories 2 ms - Mb
lgnav 2 ms - Mb
lgminqty 2 ms - Mb
lgb2bcustomization 1 ms - Mb
blockcmsinfo 1 ms - Mb
belvg_blocksearch 1 ms - Mb
blocksocial 1 ms - Mb
crossselling 1 ms - Mb
activecampaign 1 ms - Mb
productscategory 1 ms - Mb
skuorder 1 ms - Mb
blockmanufacturer 1 ms - Mb
blockmyaccountfooter 1 ms - Mb
lgrecaptcha 1 ms - Mb
sekeywords 1 ms - Mb
homefeatured 1 ms - Mb
socialsharing 1 ms - Mb
blocklanguages 1 ms - Mb
blockuserinfo 1 ms - Mb
blockstore 1 ms - Mb
blocknewproducts 1 ms - Mb
blockspecials 1 ms - Mb
blocksupplier 1 ms - Mb
blocktags 1 ms - Mb
productpaymentlogos 1 ms - Mb
blockbestsellers 1 ms - Mb
blockpaymentlogo 0 ms - Mb
blockmyaccount 0 ms - Mb
blockcontactinfos 0 ms - Mb
blockcontact 0 ms - Mb
sendtoafriend 0 ms - Mb
blockfacebook 0 ms - Mb
pagesnotfound 0 ms - Mb
lgadvancedbreadcrumb 0 ms - Mb
blockcurrencies 0 ms - Mb
lgnochangeinvoice 0 ms - Mb
66 modules 405 ms 20.00 Mb

Stopwatch SQL - 92 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 2 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 != "displayPayment") AND (hm.id_shop = 2) AND (mg.id_shop = 2 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
4.6 836 Yes Yes /override/classes/Hook.php:129
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`)
3.8 1563 /classes/Configuration.php:148
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c  INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 2)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
2.3 244 Yes /classes/Country.php:130
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.2 0 /classes/Hook.php:131
SELECT SQL_NO_CACHE DISTINCT a.*, cl.`name` AS country, s.name AS state, s.iso_code AS state_iso
FROM `ps_address` a
LEFT JOIN `ps_country` c ON (a.`id_country` = c.`id_country`)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country`)
LEFT JOIN `ps_state` s ON (s.`id_state` = a.`id_state`)
WHERE `id_lang` = 3 AND `id_customer` = 0 AND a.`deleted` = 0
1.2 1 /classes/Customer.php:459
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 2
LIMIT 1
) as mshop
FROM `ps_module` m
1.1 125 /classes/module/Module.php:277
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 2
LIMIT 1
) as mshop
FROM `ps_module` m
1 125 /classes/module/Module.php:277
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 2
LIMIT 1
) as mshop
FROM `ps_module` m
0.9 125 /classes/module/Module.php:277
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC
0.9 364 Yes /classes/Country.php:137
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 2
LIMIT 1
) as mshop
FROM `ps_module` m
0.9 125 /classes/module/Module.php:277
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 2
LIMIT 1
) as mshop
FROM `ps_module` m
0.9 125 /classes/module/Module.php:277
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 = 2 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.8 52 Yes /classes/Dispatcher.php:452
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 = 'storline.proyectos-lineagrafica.com' OR su.domain_ssl = 'storline.proyectos-lineagrafica.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.6 4 Yes /classes/shop/Shop.php:334
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.5 4 Yes /classes/shop/Shop.php:663
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` = 2
WHERE (a.`id_product` = 2539) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
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 = 2) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.4 3 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE `id_ad_cms`
FROM `ps_ad_cms_lang`
WHERE `link_rewrite` = '' AND `id_lang` = 3 LIMIT 1
0.4 68 /modules/advancedcms/advancedcms.php:354
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 = 2) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.4 3 Yes /classes/Currency.php:231
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 = 2)
WHERE l.`active` = 1 LIMIT 1
0.4 1 /classes/Language.php:892
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.4 86 /classes/Hook.php:187
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` = 2
WHERE (a.`id_country` = 17) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE meta_value FROM ps_creativepage_meta WHERE id = 0 AND id_lang = 0 AND id_shop = 2 AND meta_key = 'elementor_viewport_md' LIMIT 1
0.4 0 /modules/creativeelements/includes/helper.php:338
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ps_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =3 AND m.page = "cart" LIMIT 1
0.4 1 /classes/Theme.php:275
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 8671231
AND `date_add` > '2026-01-05 20:16:00'
AND id_shop_group = 1 
ORDER BY `date_add` DESC LIMIT 1
0.3 1 Yes /classes/Connection.php:138
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `ps_pm_advancedsearch` ads
JOIN `ps_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=2)  WHERE 1  AND ads.`active`=1  ORDER BY ads.`position`
0.3 2 Yes /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:45
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 3
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 2
WHERE (a.`id_cms` = 16) AND (b.`id_shop` = 2) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
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 = 2)
WHERE c.`active` = 1 LIMIT 1
0.3 3 /classes/Currency.php:470
SELECT SQL_NO_CACHE * FROM `ps_realex_subaccount` rs JOIN `ps_realex_rel_card` rc ON rs.id_realex_subaccount=rc.id_realex_subaccount
0.3 8 /modules/realexredirect/realexredirect.php:763
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "cart"
OR m.page = "cart"
)
AND ml.id_lang = 3
AND ml.id_shop = 2 LIMIT 1
0.3 1 /classes/Meta.php:149
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 3
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 2
WHERE (a.`id_cms` = 14) AND (b.`id_shop` = 2) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lgcookieslaw" LIMIT 1
0.3 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 2539 AND ctg.`id_group` = 1 LIMIT 1
0.3 1 /classes/Product.php:4917
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.3 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 2 LIMIT 1
0.3 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.3 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE * FROM ps_product_videos WHERE id_product = 2539 AND id_shop = 2 ORDER BY position ASC
0.3 1 Yes /modules/productvideo/productvideo.php:622
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` = 2
WHERE (a.`id_currency` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (2)
0.3 4 /classes/module/Module.php:2141
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` = 2
WHERE (a.`id_group` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 2
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.3 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1
0.3 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE domain
FROM `ps_shop_url`
WHERE (main = 1) AND (active = 1)
AND id_shop IN (2, 1)
0.3 2 /classes/shop/Shop.php:748
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` = 2
WHERE (a.`id_country` = 17) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
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.3 2 /classes/Language.php:777
SELECT SQL_NO_CACHE *
FROM `ps_module_currency`
WHERE `id_module` = 109
AND `id_shop` = 2
0.3 3 /classes/Currency.php:295
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 2539 AND `id_shop` = 2
0.3 2 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17
0.3 3 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lgcomments" LIMIT 1
0.2 1 /classes/module/Module.php:2568
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` = 2
WHERE (a.`id_lang` = 3) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magic360_settings` WHERE `enabled`=1
0.2 36 /modules/magic360/magic360.php:647
SELECT SQL_NO_CACHE s.id_shop,s.name,su.virtual_uri FROM ps_shop s
LEFT JOIN ps_shop_url su ON s.id_shop=su.id_shop
WHERE s.active=1
0.2 4 /modules/lgnav/lgnav.php:100
SELECT SQL_NO_CACHE `id_ad_cms`
FROM `ps_ad_cms_lang`
WHERE `link_rewrite` = '' AND `id_lang` = 3 LIMIT 1
0.2 68 /modules/advancedcms/advancedcms.php:354
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.2 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3f74f350845de729b9044187f23b883b' AND cache_id="blockcmsinfo|1|2|1|1|17" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d154ba5ade84ff246ef3b5d0ca529e2e' AND cache_id="blocksocial|1|2|1|1|17" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d122692b250c2842b9d7e2617d582fb8' AND cache_id="blocktopmenu|1|2|1|1|17|index" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2 
AND cl.`id_category` = 19 LIMIT 1
0.2 0 /classes/Category.php:1054
SELECT SQL_NO_CACHE min_qty FROM ps_lg_minqty WHERE id_product=2539 AND id_group=1 LIMIT 1
0.2 11 /modules/lgminqty/lgminqty.php:91
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.2 1 /classes/shop/Shop.php:1067
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 2 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "deluxerecargoe" LIMIT 1
0.2 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'cart' LIMIT 1
0.2 1 /classes/Page.php:96
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 115 AND `id_shop` = 2 LIMIT 1
0.2 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='22b718299243909cf12a021bc330c46f' AND cache_id="iqitmegamenu|1|2|1|1|17" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='53e09df92b0818b52efe8265b756ec37' AND cache_id="blockmyaccountfooter|1|2|1|1|17" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 2 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='fc5717916e98bffe0bc74c3656e3f37b' AND cache_id="blockcategories|1|2|1|1|17|1" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='8fa367e134362b03bb4899f8be563606' AND cache_id="blockcms|2|1|2|1|1|17" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE meta_value FROM ps_creativepage_meta WHERE id = 0 AND id_lang = 0 AND id_shop = 2 AND meta_key = 'elementor_stretched_section_container' LIMIT 1
0.2 0 /modules/creativeelements/includes/helper.php:338
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('8671231', '12', '3628718140', '', '2', '1', '2026-01-05 20:46:16')
0.2 1 /classes/ObjectModel.php:487
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.2 3 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE version FROM `ps_module` WHERE name = 'paypal' LIMIT 1
0.2 1 /modules/paypal/paypal.php:281
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 192 AND `id_shop` = 2 LIMIT 1
0.2 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.2 1 /classes/ObjectModel.php:487
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 12 LIMIT 1
0.2 1 /classes/Page.php:77
SELECT SQL_NO_CACHE name FROM ps_shop WHERE id_shop=2 LIMIT 1
0.2 1 /modules/lgnav/lgnav.php:98
SELECT SQL_NO_CACHE meta_value FROM ps_creativepage_meta WHERE id = 0 AND id_lang = 0 AND id_shop = 2 AND meta_key = 'elementor_viewport_lg' LIMIT 1
0.2 0 /modules/creativeelements/includes/helper.php:338
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 2) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.2 1 /classes/ObjectModel.php:1376
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.1 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 2 LIMIT 1
0.1 1 /classes/ObjectModel.php:1458
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.1 2 /classes/shop/Shop.php:1068
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.1 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE id_module FROM ps_lgcookieslaw;
0.1 1 /override/classes/Hook.php:60
SELECT SQL_NO_CACHE `id_customer`
FROM `ps_surchage_eq_customers`
WHERE `id_customer`=0 AND `active` = 1 LIMIT 1
0.1 0 /modules/deluxerecargoe/classes/RecargoDeEquivalenciaDlx.php:51
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.1 1 /modules/lgcookieslaw/lgcookieslaw.php:441

Doubles

5
				SELECT m.`id_module`, m.`name`, (
					SELECT id_module
					FROM `ps_module_shop` ms
					WHERE m.`id_module` = ms.`id_module`
					AND ms.`id_shop` = XX
					LIMIT XX
				) as mshop
				FROM `ps_module` m
4
SELECT buttonXX FROM ps_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX
2
SELECT content FROM ps_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX
2
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
2
SELECT *
FROM `ps_shop` a
WHERE (a.`id_shop` = XX) LIMIT XX
2
			SELECT su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
			FROM ps_shop s
			LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
			LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
			WHERE s.id_shop = XX
			AND s.active = XX AND s.deleted = XX AND su.main = XX LIMIT XX
2
SELECT `id_ad_cms`
            FROM `ps_ad_cms_lang`
            WHERE `link_rewrite` = '' AND `id_lang` = XX LIMIT XX
2
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
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 `name` ASC

Tables stress

11 module
9 module_shop
9 shop
7 smarty_lazy_cache
7 shop_url
6 lgcookieslaw_lang
5 currency_shop
4 currency
4 theme
4 country
4 country_lang
4 lang_shop
3 country_shop
3 lang
3 hook
3 creativepage_meta
3 meta
2 group_shop
2 cms_shop
2 smarty_last_flush
2 ad_cms_lang
2 cms_lang
2 state
2 meta_lang
2 hook_alias
2 configuration
2 shop_group
2 cms
1 address
1 pm_advancedsearch_shop
1 required_field
1 connections
1 pm_advancedsearch
1 lg_minqty
1 product_videos
1 magic360_settings
1 page_type
1 page
1 product
1 module_currency
1 group_lang
1 configuration_lang
1 lgcookieslaw
1 hook_module
1 module_group
1 theme_meta
1 group
1 hook_module_exceptions
1 realex_rel_card
1 product_shop
1 product_lang
1 category_lang
1 category_product
1 category_group
1 zone
1 realex_subaccount
1 surchage_eq_customers

ObjectModel instances

NameInstancesSource
Shop 4 /config/config.inc.php [114]
/modules/lgnav/lgnav.php [92]
/modules/lgnav/lgnav.php [108]
/modules/lgnav/lgnav.php [108]
Country 4 /config/config.inc.php [142]
/override/classes/controller/FrontController.php [113]
/modules/paypal/paypal.php [111]
/modules/paypal/paypal.php [2355]
Product 3 /modules/blockviewed/blockviewed.php [158]
/modules/productvideo/productvideo.php [596]
/modules/lgminqty/lgminqty.php [105]
CMS 3 /classes/Link.php [265]
/classes/Link.php [265]
/classes/Link.php [265]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [498]
Theme 1 /config/config.inc.php [115]
ShopGroup 1 /classes/shop/Shop.php [518]
Customer 1 /config/config.inc.php [221]
Currency 1 /classes/Tools.php [615]
Cart 1 /override/classes/controller/FrontController.php [184]
Group 1 /classes/Cart.php [184]
Guest 1 /modules/statsdata/statsdata.php [104]
Connection 1 /modules/statsdata/statsdata.php [142]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/settings.inc.php
5/config/autoload.php
6/config/alias.php
7/classes/PrestaShopAutoload.php
8/cache/class_index.php
9/config/bootstrap.php
10/Core/Business/Core_Business_ContainerBuilder.php
11/Core/Foundation/IoC/Core_Foundation_IoC_Container.php
12/Adapter/Adapter_ServiceLocator.php
13/classes/controller/Controller.php
14/classes/ObjectModel.php
15/Core/Foundation/Database/Core_Foundation_Database_EntityInterface.php
16/classes/db/Db.php
17/classes/Tools.php
18/classes/Context.php
19/classes/shop/Shop.php
20/classes/db/DbPDO.php
21/classes/Configuration.php
22/classes/Validate.php
23/override/classes/Validate.php
24/classes/cache/Cache.php
25/Adapter/Adapter_EntityMapper.php
26/classes/db/DbQuery.php
27/classes/Theme.php
28/config/defines_uri.inc.php
29/tools/htmlpurifier/HTMLPurifier.standalone.php
30/classes/Language.php
31/classes/Country.php
32/classes/PrestaShopCollection.php
33/classes/shop/ShopGroup.php
34/classes/Cookie.php
35/classes/Rijndael.php
36/config/smarty.config.inc.php
37/tools/smarty/Smarty.class.php
38/tools/smarty/sysplugins/smarty_internal_data.php
39/tools/smarty/sysplugins/smarty_internal_templatebase.php
40/tools/smarty/sysplugins/smarty_internal_template.php
41/tools/smarty/sysplugins/smarty_resource.php
42/tools/smarty/sysplugins/smarty_internal_resource_file.php
43/tools/smarty/sysplugins/smarty_cacheresource.php
44/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
45/classes/SmartyCustom.php
46/config/smartyfront.config.inc.php
47/classes/Customer.php
48/override/classes/Customer.php
49/classes/Group.php
50/override/classes/Group.php
51/classes/Link.php
52/override/classes/Link.php
53/classes/shop/ShopUrl.php
54/classes/Dispatcher.php
55/classes/Hook.php
56/override/classes/Hook.php
57/classes/module/Module.php
58/tools/mobile_Detect/Mobile_Detect.php
59/config/db_slave_server.inc.php
60/modules/pm_advancedsearch4/pm_advancedsearch4.php
61/modules/pm_advancedsearch4/classes/LinkPM.php
62/modules/pm_advancedsearch4/classes/As4SearchEngineLogger.php
63/modules/pm_advancedsearch4/classes/As4SearchEngineDb.php
64/modules/pm_advancedsearch4/classes/As4SearchEngine.php
65/modules/pm_advancedsearch4/classes/As4SearchEngineIndexation.php
66/modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php
67/modules/pm_advancedsearch4/classes/AdvancedSearchClass.php
68/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionGroupClass.php
69/modules/pm_advancedsearch4/classes/AdvancedSearchCriterionClass.php
70/modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php
71/modules/pm_advancedsearch4/AdvancedSearchCoreClass.php
72/modules/pm_advancedsearch4/classes/AdvancedSearchWidgetProxy.php
73/modules/advancedcms/advancedcms.php
74/classes/Translate.php
75/themes/storline/modules/advancedcms/translations/en.php
76/modules/advancedcms/translations/en.php
77/modules/advancedcms/classes/AdvancedCMSPage.php
78/modules/advancedcms/classes/AdvancedCMSContainer.php
79/modules/advancedcms/classes/AdvancedCMSBlock.php
80/modules/advancedcms/classes/AdvancedCmsBlockModel.php
81/modules/formmaker/formmaker.php
82/modules/formmaker/translations/en.php
83/modules/formmaker/classes/FormMakerForm.php
84/modules/formmaker/classes/FormMakerElement.php
85/modules/formmaker/classes/FormMakerElementValue.php
86/modules/formmaker/classes/FormMakerReport.php
87/modules/formmaker/classes/FormMakerCaptcha.php
88/modules/gformbuilderpro/gformbuilderpro.php
89/modules/gformbuilderpro/classes/gformbuilderproModel.php
90/modules/gformbuilderpro/classes/gformbuilderprofieldsModel.php
91/modules/gformbuilderpro/classes/gformrequestModel.php
92/controllers/front/CartController.php
93/classes/controller/FrontController.php
94/override/classes/controller/FrontController.php
95/override/controllers/front/CartController.php
96/themes/storline/lang/en.php
97/classes/Currency.php
98/classes/Cart.php
99/override/classes/Cart.php
100/classes/CartRule.php
101/classes/Meta.php
102/classes/Product.php
103/override/classes/Product.php
104/classes/webservice/WebserviceRequest.php
105/classes/Media.php
106/modules/creativeelements/creativeelements.php
107/modules/creativeelements/classes/CreativePage.php
108/modules/creativeelements/includes/plugin.php
109/modules/creativeelements/includes/helper.php
110/modules/creativeelements/includes/api.php
111/modules/creativeelements/includes/utils.php
112/modules/creativeelements/includes/fonts.php
113/modules/creativeelements/includes/db.php
114/modules/creativeelements/includes/managers/controls.php
115/modules/creativeelements/includes/managers/schemes.php
116/modules/creativeelements/includes/managers/elements.php
117/modules/creativeelements/includes/managers/widgets.php
118/modules/creativeelements/includes/managers/skins.php
119/modules/creativeelements/includes/settings/settings.php
120/modules/creativeelements/includes/editor.php
121/modules/creativeelements/includes/frontend.php
122/modules/creativeelements/includes/responsive.php
123/modules/creativeelements/includes/stylesheet.php
124/modules/creativeelements/includes/template-library/manager.php
125/modules/creativeelements/includes/managers/posts-css.php
126/modules/creativeelements/includes/posts-css/post-css-file.php
127/modules/creativeelements/includes/conditions.php
128/modules/creativeelements/includes/controls/base.php
129/modules/creativeelements/includes/controls/base-multiple.php
130/modules/creativeelements/includes/controls/base-units.php
131/modules/creativeelements/includes/controls/text.php
132/modules/creativeelements/includes/controls/number.php
133/modules/creativeelements/includes/controls/textarea.php
134/modules/creativeelements/includes/controls/select.php
135/modules/creativeelements/includes/controls/checkbox.php
136/modules/creativeelements/includes/controls/switcher.php
137/modules/creativeelements/includes/controls/checkbox-list.php
138/modules/creativeelements/includes/controls/select-big.php
139/modules/creativeelements/includes/controls/hidden.php
140/modules/creativeelements/includes/controls/heading.php
141/modules/creativeelements/includes/controls/raw-html.php
142/modules/creativeelements/includes/controls/section.php
143/modules/creativeelements/includes/controls/tab.php
144/modules/creativeelements/includes/controls/divider.php
145/modules/creativeelements/includes/controls/color.php
146/modules/creativeelements/includes/controls/media.php
147/modules/creativeelements/includes/controls/slider.php
148/modules/creativeelements/includes/controls/dimensions.php
149/modules/creativeelements/includes/controls/choose.php
150/modules/creativeelements/includes/controls/wysiwyg.php
151/modules/creativeelements/includes/controls/code.php
152/modules/creativeelements/includes/controls/font.php
153/modules/creativeelements/includes/controls/image-dimensions.php
154/modules/creativeelements/includes/controls/ps-widget.php
155/modules/creativeelements/includes/controls/url.php
156/modules/creativeelements/includes/controls/repeater.php
157/modules/creativeelements/includes/controls/icon.php
158/modules/creativeelements/includes/controls/structure.php
159/modules/creativeelements/includes/controls/select2.php
160/modules/creativeelements/includes/controls/date-time.php
161/modules/creativeelements/includes/controls/box-shadow.php
162/modules/creativeelements/includes/controls/animation.php
163/modules/creativeelements/includes/controls/hover-animation.php
164/modules/creativeelements/includes/controls/order.php
165/modules/creativeelements/includes/interfaces/group-control.php
166/modules/creativeelements/includes/controls/groups/base.php
167/modules/creativeelements/includes/controls/groups/background.php
168/modules/creativeelements/includes/controls/groups/border.php
169/modules/creativeelements/includes/controls/groups/typography.php
170/modules/creativeelements/includes/controls/groups/image-size.php
171/modules/creativeelements/includes/controls/groups/box-shadow.php
172/modules/creativeelements/includes/interfaces/scheme.php
173/modules/creativeelements/includes/schemes/base.php
174/modules/creativeelements/includes/schemes/color.php
175/modules/creativeelements/includes/schemes/typography.php
176/modules/creativeelements/includes/schemes/color-picker.php
177/modules/creativeelements/includes/base/element-base.php
178/modules/creativeelements/includes/elements/column.php
179/modules/creativeelements/includes/elements/section.php
180/modules/creativeelements/includes/elements/repeater.php
181/modules/creativeelements/includes/base/widget-base.php
182/modules/creativeelements/includes/base/widget-product-base.php
183/modules/creativeelements/includes/base/skin-base.php
184/modules/creativeelements/includes/template-library/classes/class-import-images.php
185/modules/creativeelements/includes/template-library/sources/base.php
186/modules/creativeelements/includes/template-library/sources/local.php
187/modules/creativeelements/includes/template-library/sources/remote.php
188/modules/socialsharing/socialsharing.php
189/themes/storline/modules/socialsharing/translations/en.php
190/modules/socialsharing/translations/en.php
191/modules/blockcart/blockcart.php
192/themes/storline/modules/blockcart/translations/en.php
193/modules/blockcart/translations/en.php
194/modules/blocksocial/blocksocial.php
195/themes/storline/modules/blocksocial/translations/en.php
196/modules/blocksocial/translations/en.php
197/modules/blockcategories/blockcategories.php
198/themes/storline/modules/blockcategories/translations/en.php
199/modules/blockcategories/translations/en.php
200/modules/blockcurrencies/blockcurrencies.php
201/themes/storline/modules/blockcurrencies/translations/en.php
202/modules/blockcurrencies/translations/en.php
203/modules/blockfacebook/blockfacebook.php
204/themes/storline/modules/blockfacebook/translations/en.php
205/modules/blockfacebook/translations/en.php
206/modules/blocklanguages/blocklanguages.php
207/themes/storline/modules/blocklanguages/translations/en.php
208/modules/blocklanguages/translations/en.php
209/modules/blockcms/blockcms.php
210/modules/blockcms/BlockCMSModel.php
211/themes/storline/modules/blockcms/translations/en.php
212/modules/blockcms/translations/en.php
213/modules/blockcontact/blockcontact.php
214/themes/storline/modules/blockcontact/translations/en.php
215/modules/blockcontact/translations/en.php
216/modules/blockcontactinfos/blockcontactinfos.php
217/themes/storline/modules/blockcontactinfos/translations/en.php
218/modules/blockcontactinfos/translations/en.php
219/modules/blockmyaccountfooter/blockmyaccountfooter.php
220/themes/storline/modules/blockmyaccountfooter/translations/en.php
221/modules/blockmyaccountfooter/translations/en.php
222/modules/blocknewproducts/blocknewproducts.php
223/themes/storline/modules/blocknewproducts/translations/en.php
224/modules/blocknewproducts/translations/en.php
225/modules/blockpaymentlogo/blockpaymentlogo.php
226/themes/storline/modules/blockpaymentlogo/translations/en.php
227/modules/blockpaymentlogo/translations/en.php
228/modules/blockspecials/blockspecials.php
229/themes/storline/modules/blockspecials/translations/en.php
230/modules/blockspecials/translations/en.php
231/modules/blockstore/blockstore.php
232/themes/storline/modules/blockstore/translations/en.php
233/modules/blockstore/translations/en.php
234/modules/blocksupplier/blocksupplier.php
235/themes/storline/modules/blocksupplier/translations/en.php
236/modules/blocksupplier/translations/en.php
237/modules/blocktags/blocktags.php
238/themes/storline/modules/blocktags/translations/en.php
239/modules/blocktags/translations/en.php
240/modules/blockuserinfo/blockuserinfo.php
241/themes/storline/modules/blockuserinfo/translations/en.php
242/modules/blockuserinfo/translations/en.php
243/modules/blockviewed/blockviewed.php
244/themes/storline/modules/blockviewed/translations/en.php
245/modules/blockviewed/translations/en.php
246/classes/Category.php
247/override/classes/Category.php
248/modules/homeslider/homeslider.php
249/modules/homeslider/HomeSlide.php
250/themes/storline/modules/homeslider/translations/en.php
251/modules/homeslider/translations/en.php
252/modules/homefeatured/homefeatured.php
253/themes/storline/modules/homefeatured/translations/en.php
254/modules/homefeatured/translations/en.php
255/modules/productpaymentlogos/productpaymentlogos.php
256/themes/storline/modules/productpaymentlogos/translations/en.php
257/modules/productpaymentlogos/translations/en.php
258/modules/themeconfigurator/themeconfigurator.php
259/override/modules/themeconfigurator/themeconfigurator.php
260/themes/storline/modules/themeconfigurator/translations/en.php
261/modules/themeconfigurator/translations/en.php
262/modules/productcomments/productcomments.php
263/themes/storline/modules/productcomments/translations/en.php
264/modules/productcomments/translations/en.php
265/modules/sendtoafriend/sendtoafriend.php
266/themes/storline/modules/sendtoafriend/translations/en.php
267/modules/sendtoafriend/translations/en.php
268/modules/blocktopmenu/blocktopmenu.php
269/modules/blocktopmenu/menutoplinks.class.php
270/themes/storline/modules/blocktopmenu/translations/en.php
271/modules/blocktopmenu/translations/en.php
272/modules/blockmyaccount/blockmyaccount.php
273/themes/storline/modules/blockmyaccount/translations/en.php
274/modules/blockmyaccount/translations/en.php
275/modules/blockbestsellers/blockbestsellers.php
276/override/modules/blockbestsellers/blockbestsellers.php
277/themes/storline/modules/blockbestsellers/translations/en.php
278/modules/blockbestsellers/translations/en.php
279/modules/blocknewsletter/blocknewsletter.php
280/override/modules/blocknewsletter/blocknewsletter.php
281/themes/storline/modules/blocknewsletter/translations/en.php
282/modules/blocknewsletter/translations/en.php
283/modules/belvg_blocksearch/belvg_blocksearch.php
284/themes/storline/modules/belvg_blocksearch/translations/en.php
285/modules/belvg_blocksearch/translations/en.php
286/modules/productscategory/productscategory.php
287/override/modules/productscategory/productscategory.php
288/themes/storline/modules/productscategory/translations/en.php
289/modules/productscategory/translations/en.php
290/modules/crossselling/crossselling.php
291/override/modules/crossselling/crossselling.php
292/themes/storline/modules/crossselling/translations/en.php
293/modules/crossselling/translations/en.php
294/modules/mailalerts/mailalerts.php
295/modules/mailalerts/MailAlert.php
296/themes/storline/modules/mailalerts/translations/en.php
297/modules/mailalerts/translations/en.php
298/modules/lghomeslider/lghomeslider.php
299/modules/lghomeslider/LGHomeSlide.php
300/themes/storline/modules/lghomeslider/translations/en.php
301/modules/lgadvancedbreadcrumb/lgadvancedbreadcrumb.php
302/themes/storline/modules/lgadvancedbreadcrumb/translations/en.php
303/modules/realexredirect/realexredirect.php
304/classes/PaymentModule.php
305/override/classes/PaymentModule.php
306/themes/storline/modules/realexredirect/translations/en.php
307/modules/realexredirect/translations/en.php
308/modules/lgcookieslaw/lgcookieslaw.php
309/themes/storline/modules/lgcookieslaw/translations/en.php
310/modules/lgcookieslaw/translations/en.php
311/classes/CMS.php
312/cache/smarty/compile/69/99/0a/69990abf2b259d8d10ca5898890e5613cd56383c.file.cookieslaw_header_1_6.tpl.php
313/modules/magic360/magic360.php
314/modules/magic360/magic360.module.core.class.php
315/modules/magic360/magictoolbox.params.class.php
316/themes/storline/modules/magic360/translations/en.php
317/modules/productvideo/productvideo.php
318/themes/storline/modules/productvideo/translations/en.php
319/modules/lgminqty/lgminqty.php
320/themes/storline/modules/lgminqty/translations/en.php
321/classes/Combination.php
322/cache/smarty/compile/59/4b/dd/594bdd4a6b690c3217e1926e522b677989dbe12b.file.header.tpl.php
323/modules/blockmanufacturer/blockmanufacturer.php
324/override/modules/blockmanufacturer/blockmanufacturer.php
325/themes/storline/modules/blockmanufacturer/translations/en.php
326/modules/blockmanufacturer/translations/en.php
327/modules/advansedwishlist/advansedwishlist.php
328/modules/advansedwishlist/Ws_WishList.php
329/themes/storline/modules/advansedwishlist/translations/en.php
330/modules/advansedwishlist/translations/en.php
331/modules/iqitmegamenu/iqitmegamenu.php
332/modules/iqitmegamenu/models/IqitMenuTab.php
333/modules/iqitmegamenu/models/IqitMenuHtml.php
334/modules/iqitmegamenu/models/IqitMenuLinks.php
335/themes/storline/modules/iqitmegamenu/translations/en.php
336/modules/iqitmegamenu/translations/en.php
337/modules/lgnav/lgnav.php
338/themes/storline/modules/lgnav/translations/en.php
339/modules/paypal/paypal.php
340/modules/paypal/api/paypal_lib.php
341/modules/paypal/api/paypal_connect.php
342/modules/paypal/api/CallApiPaypalPlus.php
343/modules/paypal/api/ApiPaypalPlus.php
344/modules/paypal/paypal_logos.php
345/modules/paypal/paypal_orders.php
346/modules/paypal/paypal_tools.php
347/modules/paypal/paypal_login/paypal_login.php
348/modules/paypal/paypal_login/PayPalLoginUser.php
349/modules/paypal/classes/PaypalCapture.php
350/modules/paypal/classes/AuthenticatePaymentMethods.php
351/modules/paypal/classes/PaypalPlusPui.php
352/themes/storline/modules/paypal/translations/en.php
353/modules/paypal/en.php
354/cache/smarty/compile/ef/8e/4b/ef8e4bc179ec21169084b0ba3426d6301a375e42.file.paypal.js.php
355/modules/autolanguagecurrency/autolanguagecurrency.php
356/modules/autolanguagecurrency/classes/AutoLanguageCurrencyConfiguration.php
357/modules/autolanguagecurrency/classes/geolocation.class.php
358/themes/storline/modules/autolanguagecurrency/translations/en.php
359/modules/autolanguagecurrency/translations/en.php
360/modules/lgrecaptcha/lgrecaptcha.php
361/themes/storline/modules/lgrecaptcha/translations/en.php
362/modules/lgrecaptcha/translations/en.php
363/modules/correos/correos.php
364/modules/correos/classes/CorreosCommon.php
365/modules/correos/classes/CorreosAdmin.php
366/modules/correos/classes/CorreosFront.php
367/modules/correos/classes/CorreosAdminForms.php
368/themes/storline/modules/correos/translations/en.php
369/modules/skuorder/skuorder.php
370/themes/storline/modules/skuorder/translations/en.php
371/modules/skuorder/translations/en.php
372/modules/advancedcms/classes/blocks/AdvancedCmsBlockCategory.php
373/modules/advancedcms/classes/blocks/AdvancedCmsBlockCategorySlider.php
374/modules/advancedcms/classes/blocks/AdvancedCmsBlockHtml.php
375/modules/advancedcms/classes/blocks/AdvancedCmsBlockImage.php
376/modules/advancedcms/classes/ImageResize.php
377/modules/advancedcms/classes/blocks/AdvancedCmsBlockImageSlider.php
378/modules/advancedcms/classes/blocks/AdvancedCmsBlockManufacturerSlider.php
379/modules/advancedcms/classes/blocks/AdvancedCmsBlockModule.php
380/modules/advancedcms/classes/blocks/AdvancedCmsBlockProduct.php
381/modules/advancedcms/classes/blocks/AdvancedCmsBlockProductSlider.php
382/modules/advancedcms/classes/blocks/AdvancedCmsBlockText.php
383/modules/lgconsultas/lgconsultas.php
384/modules/lgconsultas/classes/LGConsulta.php
385/modules/lgconsultas/classes/LGRespuesta.php
386/modules/lgconsultas/classes/LGPrivacy.php
387/modules/lgconsultas/classes/lg/LGFacade.php
388/modules/beezup/beezup.php
389/modules/beezup/inc/BeezupConfiguration.php
390/modules/beezup/inc/BeezupField.php
391/modules/beezup/inc/BeezupGlobals.php
392/themes/storline/modules/beezup/translations/en.php
393/modules/beezup/en.php
394/modules/beezup/inc/BeezupAutoloader.php
395/modules/beezup/inc/trackers/BeezupTrackerPhp.php
396/modules/beezup/inc/trackers/common/BeezupTrackerAbstract.php
397/modules/deluxerecargoe/deluxerecargoe.php
398/modules/deluxerecargoe/classes/RecargoDeEquivalenciaDlx.php
399/modules/deluxerecargoe/translations/en.php
400/modules/lgcustomproducts/lgcustomproducts.php
401/modules/lgcustomproducts/classes/LGCustomProductObject.php
402/classes/CustomizationField.php
403/override/modules/lgcustomproducts/lgcustomproducts.php
404/modules/lgcustomproducts/translations/en.php
405/cache/smarty/compile/e0/93/8c/e0938c056079615a703e966c9266c4f4a78be0eb.file.header.tpl.php
406/tools/smarty/sysplugins/smarty_internal_filter_handler.php
407/modules/lgb2bcustomization/lgb2bcustomization.php
408/modules/lgnochangeinvoice/lgnochangeinvoice.php
409/cache/smarty/compile/c0/72/cc/c072cc2a61ec4ce9e55ff15d438d7813beda31c0.file.blocksearch-top.tpl.php
410/cache/smarty/compile/9f/25/21/9f2521caaeb5e2a8ffb2c82dad1f68cdc4c0636f.file.blocksearch-instantsearch.tpl.php
411/cache/smarty/cache/blocktopmenu/1/2/1/1/17/index/dd/dd/fd/ddddfd63c0341a59b29f5c4fad4c73020e932052.blocktopmenu.tpl.php
412/cache/smarty/compile/42/a3/ed/42a3ed79830294c1151815ca3a629de1f9713ffa.file.blockuserinfo.tpl.php
413/modules/pagesnotfound/pagesnotfound.php
414/themes/storline/modules/pagesnotfound/translations/en.php
415/modules/pagesnotfound/translations/en.php
416/modules/sekeywords/sekeywords.php
417/classes/module/ModuleGraph.php
418/themes/storline/modules/sekeywords/translations/en.php
419/modules/sekeywords/translations/en.php
420/cache/smarty/compile/51/af/70/51af704237cbc371903dec83e9f4b1a467e81d0e.file.cookieslaw.tpl.php
421/themes/storline/modules/pm_advancedsearch4/translations/en.php
422/cache/smarty/cache/iqitmegamenu/1/2/1/1/17/88/1b/0e/881b0e9a8d4c835ccb9fa78f214fbab24e726008.iqitmegamenu.tpl.php
423/cache/smarty/cache/blockcategories/1/2/1/1/17/1/a7/27/0f/a7270ff15b2e44b5f763f6a29091260e576ddb85.blockcategories_footer.tpl.php
424/cache/smarty/cache/blockcms/2/1/2/1/1/17/b4/1f/02/b41f02f6cb684c7c529523b10f4ac723fa85023f.blockcms.tpl.php
425/cache/smarty/cache/blockmyaccountfooter/1/2/1/1/17/bb/dc/42/bbdc42d1ac5f25849209f182855549f068af5618.blockmyaccountfooter.tpl.php
426/modules/statsdata/statsdata.php
427/themes/storline/modules/statsdata/translations/en.php
428/modules/statsdata/translations/en.php
429/classes/Guest.php
430/classes/Connection.php
431/classes/Page.php
432/classes/ConnectionsSource.php
433/modules/blockcmsinfo/blockcmsinfo.php
434/modules/blockcmsinfo/classes/InfoBlock.php
435/override/modules/blockcmsinfo/blockcmsinfo.php
436/themes/storline/modules/blockcmsinfo/translations/en.php
437/modules/blockcmsinfo/translations/en.php
438/cache/smarty/cache/blockcmsinfo/1/2/1/1/17/d4/69/f4/d469f40155a0b7fab0489c1bfb73140fe0a0297c.blockcmsinfo.tpl.php
439/cache/smarty/cache/blocksocial/1/2/1/1/17/95/56/96/9556964b2dc4a75af8277d5c3eae1fa9e86f02cf.blocksocial.tpl.php
440/modules/lgcomments/lgcomments.php
441/themes/storline/modules/lgcomments/translations/en.php
442/modules/lgcomments/translations/en.php
443/modules/activecampaign/activecampaign.php
444/modules/activecampaign/vendor/autoload.php
445/modules/activecampaign/vendor/composer/autoload_real.php
446/modules/activecampaign/vendor/composer/ClassLoader.php
447/modules/activecampaign/vendor/composer/autoload_static.php
448/cache/smarty/compile/bf/79/1e/bf791e97c83de2aab18d308527ffec516317343d.file.site-tracking.tpl.php
449/cache/smarty/compile/c4/43/da/c443da65e13a3a3b3bf8e938ff014b2ca6f0dbb5.file.errors.tpl.php
450/cache/smarty/compile/68/bf/26/68bf263b4e47bc1c0ae8ca47ec49750862970f1a.file.layout.tpl.php
451/cache/smarty/compile/56/cc/70/56cc707aab5324321eb97dc2e4a5aacefa6cb684.file.header.tpl.php
452/tools/smarty/plugins/function.implode.php
453/Adapter/Adapter_AddressFactory.php
454/Adapter/Adapter_ProductPriceCalculator.php
455/Adapter/Adapter_Configuration.php
456/Core/Business/Core_Business_ConfigurationInterface.php
457/classes/Customization.php
458/cache/smarty/compile/e8/03/78/e803781358353338848bce6ab155bc063d6f7c5d.file.blockcart.tpl.php
459/tools/smarty/plugins/modifier.replace.php
460/tools/smarty/plugins/function.counter.php
461/cache/smarty/compile/02/e7/9f/02e79f83d56d2a6ca35ee8fb11452a96c269cb8e.file.nav.tpl.php
462/cache/smarty/compile/ca/a1/5d/caa15d8b15760b1305e068577fe3cab7af292771.file.blocklanguages.tpl.php
463/tools/smarty/plugins/modifier.regex_replace.php
464/cache/smarty/compile/ca/04/e3/ca04e31ca95787c40737768c94e76f99822a5e4e.file.lgnav.tpl.php
465/tools/smarty/plugins/shared.mb_str_replace.php
466/cache/smarty/compile/bd/eb/0a/bdeb0acce3b969e99b7546262db4eeda2d5debc1.file.breadcrumb.tpl.php
467/cache/smarty/compile/29/e1/f9/29e1f9e785fecf7a52dcf7551d4c47355f8a3d75.file.footer.tpl.php
468/cache/smarty/compile/55/75/90/557590ee685ac3744d7cae6f64d9c9db4742832b.file.blocknewsletter.tpl.php
469/cache/smarty/compile/c2/a8/ea/c2a8eaf03410672913c2d5e35229c0d64de25533.file.global.tpl.php
470/cache/smarty/compile/a6/09/e8/a609e832a8a1d33e1fd9961f88eba190a0121ba5.file.javascript.tpl.php