Load Time649 ms - Unicorn powered webserver!
Querying Time42 ms
Queries80
Memory Peak Usage30.1 Mb
Included Files448 files - 7.42 Mb
PrestaShop Cache0.55 Mb
Global vars1.43 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 162 ms 162 ms 12.59 Mb 12.81 Mb
__construct 0 ms 162 ms - Mb 12.81 Mb
init 28 ms 190 ms 2.40 Mb 15.58 Mb
checkAccess 0 ms 190 ms - Mb 15.58 Mb
setMedia 2 ms 192 ms 0.16 Mb 15.58 Mb
postProcess 0 ms 192 ms - Mb 15.58 Mb
initHeader 0 ms 192 ms - Mb 15.58 Mb
initContent 423 ms 615 ms 12.89 Mb 28.20 Mb
initFooter 34 ms 649 ms 1.51 Mb 30.10 Mb
Hook Time Memory Usage
hookdisplayHeader 251 ms - Mb
__construct 179 ms 18.00 Mb
hookfooter 15 ms - Mb
hookHeader 9 ms - Mb
hookdisplayTop 8 ms - Mb
hooktop 2 ms 2.00 Mb
hookdisplayFooter 2 ms - Mb
hookmoduleRoutes 0 ms - Mb
hookactionObjectAddAfter - ms - Mb
9 hooks 466 ms 20.00 Mb
Module Time Memory Usage
autolanguagecurrency 224 ms - Mb
pm_advancedsearch4 31 ms 2.00 Mb
creativeelements 21 ms 2.00 Mb
advancedcms 14 ms - Mb
iqitmegamenu 13 ms 2.00 Mb
paypal 10 ms - Mb
correos 9 ms 2.00 Mb
lgcomments 9 ms 2.00 Mb
lgcookieslaw 8 ms 2.00 Mb
beezup 7 ms - Mb
realexredirect 7 ms 2.00 Mb
blocknewsletter 7 ms - Mb
statsdata 7 ms - Mb
formmaker 6 ms 2.00 Mb
gformbuilderpro 6 ms - Mb
blockcms 5 ms - Mb
blocktopmenu 5 ms - Mb
magic360 5 ms - Mb
blockcategories 4 ms - Mb
deluxerecargoe 4 ms - Mb
blockcmsinfo 3 ms - Mb
lgcustomproducts 3 ms - Mb
lgconsultas 3 ms - Mb
productcomments 3 ms 2.00 Mb
mailalerts 3 ms - Mb
advansedwishlist 3 ms - Mb
activecampaign 3 ms - Mb
blockmyaccountfooter 3 ms - Mb
homeslider 3 ms - Mb
blocksocial 3 ms 2.00 Mb
productvideo 3 ms - Mb
themeconfigurator 2 ms - Mb
lghomeslider 2 ms - Mb
belvg_blocksearch 2 ms - Mb
lgb2bcustomization 1 ms - Mb
sekeywords 1 ms - Mb
blockcart 1 ms - Mb
lgminqty 1 ms - Mb
crossselling 1 ms - Mb
skuorder 1 ms - Mb
socialsharing 1 ms - Mb
lgrecaptcha 1 ms - Mb
productscategory 1 ms - Mb
blockmanufacturer 1 ms - Mb
pagesnotfound 1 ms - Mb
homefeatured 1 ms - Mb
blockviewed 1 ms - Mb
blocktags 1 ms - Mb
blockstore 1 ms - Mb
blockuserinfo 1 ms - Mb
blockbestsellers 1 ms - Mb
lgnav 1 ms - Mb
productpaymentlogos 1 ms - Mb
blocksupplier 1 ms - Mb
blockspecials 1 ms - Mb
blocknewproducts 1 ms - Mb
blockcontact 1 ms - Mb
blockpaymentlogo 1 ms - Mb
sendtoafriend 1 ms - Mb
blockcontactinfos 1 ms - Mb
blockmyaccount 1 ms - Mb
lgadvancedbreadcrumb 1 ms - Mb
blockcurrencies 0 ms - Mb
blockfacebook 0 ms - Mb
blocklanguages 0 ms - Mb
lgnochangeinvoice 0 ms - Mb
66 modules 466 ms 20.00 Mb

Stopwatch SQL - 80 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`)
4.1 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.4 244 Yes /classes/Country.php:130
(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` = 3) WHERE cr.`id_customer` = 0  AND cr.date_from < "2025-12-28 20:27:50"
AND cr.date_to > "2025-12-28 20:27:50"
AND cr.`active` = 1
AND cr.`quantity` > 0) 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` = 3) WHERE cr.`group_restriction` = 1  AND cr.date_from < "2025-12-28 20:27:50"
AND cr.date_to > "2025-12-28 20:27:50"
AND cr.`active` = 1
AND cr.`quantity` > 0)
1.2 1 /classes/CartRule.php:291
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: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.1 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 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.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.9 52 Yes /classes/Dispatcher.php:452
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.`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.8 125 /classes/module/Module.php:277
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.8 4 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE `id_ad_cms`
FROM `ps_ad_cms_lang`
WHERE `link_rewrite` = '' AND `id_lang` = 3 LIMIT 1
0.7 68 /modules/advancedcms/advancedcms.php:354
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.6 4 Yes /classes/shop/Shop.php:663
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.5 8 /modules/realexredirect/realexredirect.php:763
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.5 3 Yes /classes/Currency.php:231
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 = "discount" LIMIT 1
0.5 1 /classes/Theme.php:275
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.5 2 /classes/Language.php:777
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.5 2 Yes /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:45
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 8670091
AND `date_add` > '2025-12-28 19:57:00'
AND id_shop_group = 1 
ORDER BY `date_add` DESC LIMIT 1
0.5 1 Yes /classes/Connection.php:138
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 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 *
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.4 1 /Adapter/Adapter_EntityMapper.php:61
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 *
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.4 1 /Adapter/Adapter_EntityMapper.php:61
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.4 1 /Adapter/Adapter_EntityMapper.php:61
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 `id_module` FROM `ps_module` WHERE `name` = "lgcookieslaw" LIMIT 1
0.4 1 /classes/module/Module.php:2568
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.4 3 /classes/Currency.php:470
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "discount"
OR m.page = "discount"
)
AND ml.id_lang = 3
AND ml.id_shop = 2 LIMIT 1
0.4 1 /classes/Meta.php:149
SELECT SQL_NO_CACHE * FROM ps_product_videos WHERE id_product = 0 AND id_shop = 2 ORDER BY position ASC
0.4 1 Yes /modules/productvideo/productvideo.php:622
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.4 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.3 1 /classes/shop/Shop.php:1067
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 `id_module` FROM `ps_module` WHERE `name` = "lgcomments" LIMIT 1
0.3 1 /classes/module/Module.php:2568
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 *
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 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 `id_ad_cms`
FROM `ps_ad_cms_lang`
WHERE `link_rewrite` = '' AND `id_lang` = 3 LIMIT 1
0.3 68 /modules/advancedcms/advancedcms.php:354
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.3 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.3 1 /classes/SmartyCustom.php:215
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.3 1 /classes/ObjectModel.php:487
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) 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 `name`, `value`, `block` FROM `ps_magic360_settings` WHERE `enabled`=1
0.3 36 /modules/magic360/magic360.php:647
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.3 3 /Adapter/Adapter_EntityMapper.php:68
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.3 1 /classes/SmartyCustom.php:215
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.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.3 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`='3f74f350845de729b9044187f23b883b' AND cache_id="blockcmsinfo|1|2|1|1|17" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('8670091', '6629', '3628718133', '', '2', '1', '2025-12-28 20:27:50')
0.3 1 /classes/ObjectModel.php:487
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 id_page_type
FROM ps_page_type
WHERE name = 'discount' LIMIT 1
0.3 1 /classes/Page.php:96
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 `id_page`
FROM `ps_page`
WHERE `id_page_type` = 58 LIMIT 1
0.2 1 /classes/Page.php:77
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 *
FROM `ps_shop` a
WHERE (a.`id_shop` = 2) LIMIT 1
0.2 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_lg' LIMIT 1
0.2 0 /modules/creativeelements/includes/helper.php:338
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 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_module FROM ps_lgcookieslaw;
0.2 1 /override/classes/Hook.php:60
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17
0.2 3 /Adapter/Adapter_EntityMapper.php:68
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 `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`='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_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 content FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:441
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1
0.2 2 /classes/shop/Shop.php:1068
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
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_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_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 2 LIMIT 1
0.2 1 /classes/ObjectModel.php:1458
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 button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.1 1 /modules/lgcookieslaw/lgcookieslaw.php:441
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 button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 3 LIMIT 1
0.1 1 /modules/lgcookieslaw/lgcookieslaw.php:441
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 `id_ad_cms`
            FROM `ps_ad_cms_lang`
            WHERE `link_rewrite` = '' AND `id_lang` = XX LIMIT XX
2
SELECT content FROM ps_lgcookieslaw_lang WHERE id_lang = 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

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

ObjectModel instances

NameInstancesSource
Country 4 /config/config.inc.php [142]
/override/classes/controller/FrontController.php [113]
/modules/paypal/paypal.php [111]
/modules/paypal/paypal.php [2355]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [498]
CMS 2 /classes/Link.php [265]
/classes/Link.php [265]
Product 2 /modules/productvideo/productvideo.php [596]
/modules/lgminqty/lgminqty.php [105]
Shop 1 /config/config.inc.php [114]
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/DiscountController.php
93/classes/controller/FrontController.php
94/override/classes/controller/FrontController.php
95/themes/storline/lang/en.php
96/classes/Currency.php
97/classes/Cart.php
98/override/classes/Cart.php
99/classes/CartRule.php
100/classes/Meta.php
101/classes/Product.php
102/override/classes/Product.php
103/classes/webservice/WebserviceRequest.php
104/classes/Media.php
105/modules/creativeelements/creativeelements.php
106/modules/creativeelements/classes/CreativePage.php
107/modules/creativeelements/includes/plugin.php
108/modules/creativeelements/includes/helper.php
109/modules/creativeelements/includes/api.php
110/modules/creativeelements/includes/utils.php
111/modules/creativeelements/includes/fonts.php
112/modules/creativeelements/includes/db.php
113/modules/creativeelements/includes/managers/controls.php
114/modules/creativeelements/includes/managers/schemes.php
115/modules/creativeelements/includes/managers/elements.php
116/modules/creativeelements/includes/managers/widgets.php
117/modules/creativeelements/includes/managers/skins.php
118/modules/creativeelements/includes/settings/settings.php
119/modules/creativeelements/includes/editor.php
120/modules/creativeelements/includes/frontend.php
121/modules/creativeelements/includes/responsive.php
122/modules/creativeelements/includes/stylesheet.php
123/modules/creativeelements/includes/template-library/manager.php
124/modules/creativeelements/includes/managers/posts-css.php
125/modules/creativeelements/includes/posts-css/post-css-file.php
126/modules/creativeelements/includes/conditions.php
127/modules/creativeelements/includes/controls/base.php
128/modules/creativeelements/includes/controls/base-multiple.php
129/modules/creativeelements/includes/controls/base-units.php
130/modules/creativeelements/includes/controls/text.php
131/modules/creativeelements/includes/controls/number.php
132/modules/creativeelements/includes/controls/textarea.php
133/modules/creativeelements/includes/controls/select.php
134/modules/creativeelements/includes/controls/checkbox.php
135/modules/creativeelements/includes/controls/switcher.php
136/modules/creativeelements/includes/controls/checkbox-list.php
137/modules/creativeelements/includes/controls/select-big.php
138/modules/creativeelements/includes/controls/hidden.php
139/modules/creativeelements/includes/controls/heading.php
140/modules/creativeelements/includes/controls/raw-html.php
141/modules/creativeelements/includes/controls/section.php
142/modules/creativeelements/includes/controls/tab.php
143/modules/creativeelements/includes/controls/divider.php
144/modules/creativeelements/includes/controls/color.php
145/modules/creativeelements/includes/controls/media.php
146/modules/creativeelements/includes/controls/slider.php
147/modules/creativeelements/includes/controls/dimensions.php
148/modules/creativeelements/includes/controls/choose.php
149/modules/creativeelements/includes/controls/wysiwyg.php
150/modules/creativeelements/includes/controls/code.php
151/modules/creativeelements/includes/controls/font.php
152/modules/creativeelements/includes/controls/image-dimensions.php
153/modules/creativeelements/includes/controls/ps-widget.php
154/modules/creativeelements/includes/controls/url.php
155/modules/creativeelements/includes/controls/repeater.php
156/modules/creativeelements/includes/controls/icon.php
157/modules/creativeelements/includes/controls/structure.php
158/modules/creativeelements/includes/controls/select2.php
159/modules/creativeelements/includes/controls/date-time.php
160/modules/creativeelements/includes/controls/box-shadow.php
161/modules/creativeelements/includes/controls/animation.php
162/modules/creativeelements/includes/controls/hover-animation.php
163/modules/creativeelements/includes/controls/order.php
164/modules/creativeelements/includes/interfaces/group-control.php
165/modules/creativeelements/includes/controls/groups/base.php
166/modules/creativeelements/includes/controls/groups/background.php
167/modules/creativeelements/includes/controls/groups/border.php
168/modules/creativeelements/includes/controls/groups/typography.php
169/modules/creativeelements/includes/controls/groups/image-size.php
170/modules/creativeelements/includes/controls/groups/box-shadow.php
171/modules/creativeelements/includes/interfaces/scheme.php
172/modules/creativeelements/includes/schemes/base.php
173/modules/creativeelements/includes/schemes/color.php
174/modules/creativeelements/includes/schemes/typography.php
175/modules/creativeelements/includes/schemes/color-picker.php
176/modules/creativeelements/includes/base/element-base.php
177/modules/creativeelements/includes/elements/column.php
178/modules/creativeelements/includes/elements/section.php
179/modules/creativeelements/includes/elements/repeater.php
180/modules/creativeelements/includes/base/widget-base.php
181/modules/creativeelements/includes/base/widget-product-base.php
182/modules/creativeelements/includes/base/skin-base.php
183/modules/creativeelements/includes/template-library/classes/class-import-images.php
184/modules/creativeelements/includes/template-library/sources/base.php
185/modules/creativeelements/includes/template-library/sources/local.php
186/modules/creativeelements/includes/template-library/sources/remote.php
187/modules/socialsharing/socialsharing.php
188/themes/storline/modules/socialsharing/translations/en.php
189/modules/socialsharing/translations/en.php
190/modules/blockcart/blockcart.php
191/themes/storline/modules/blockcart/translations/en.php
192/modules/blockcart/translations/en.php
193/modules/blocksocial/blocksocial.php
194/themes/storline/modules/blocksocial/translations/en.php
195/modules/blocksocial/translations/en.php
196/modules/blockcategories/blockcategories.php
197/themes/storline/modules/blockcategories/translations/en.php
198/modules/blockcategories/translations/en.php
199/modules/blockcurrencies/blockcurrencies.php
200/themes/storline/modules/blockcurrencies/translations/en.php
201/modules/blockcurrencies/translations/en.php
202/modules/blockfacebook/blockfacebook.php
203/themes/storline/modules/blockfacebook/translations/en.php
204/modules/blockfacebook/translations/en.php
205/modules/blocklanguages/blocklanguages.php
206/themes/storline/modules/blocklanguages/translations/en.php
207/modules/blocklanguages/translations/en.php
208/modules/blockcms/blockcms.php
209/modules/blockcms/BlockCMSModel.php
210/themes/storline/modules/blockcms/translations/en.php
211/modules/blockcms/translations/en.php
212/modules/blockcontact/blockcontact.php
213/themes/storline/modules/blockcontact/translations/en.php
214/modules/blockcontact/translations/en.php
215/modules/blockcontactinfos/blockcontactinfos.php
216/themes/storline/modules/blockcontactinfos/translations/en.php
217/modules/blockcontactinfos/translations/en.php
218/modules/blockmyaccountfooter/blockmyaccountfooter.php
219/themes/storline/modules/blockmyaccountfooter/translations/en.php
220/modules/blockmyaccountfooter/translations/en.php
221/modules/blocknewproducts/blocknewproducts.php
222/themes/storline/modules/blocknewproducts/translations/en.php
223/modules/blocknewproducts/translations/en.php
224/modules/blockpaymentlogo/blockpaymentlogo.php
225/themes/storline/modules/blockpaymentlogo/translations/en.php
226/modules/blockpaymentlogo/translations/en.php
227/modules/blockspecials/blockspecials.php
228/themes/storline/modules/blockspecials/translations/en.php
229/modules/blockspecials/translations/en.php
230/modules/blockstore/blockstore.php
231/themes/storline/modules/blockstore/translations/en.php
232/modules/blockstore/translations/en.php
233/modules/blocksupplier/blocksupplier.php
234/themes/storline/modules/blocksupplier/translations/en.php
235/modules/blocksupplier/translations/en.php
236/modules/blocktags/blocktags.php
237/themes/storline/modules/blocktags/translations/en.php
238/modules/blocktags/translations/en.php
239/modules/blockuserinfo/blockuserinfo.php
240/themes/storline/modules/blockuserinfo/translations/en.php
241/modules/blockuserinfo/translations/en.php
242/modules/blockviewed/blockviewed.php
243/themes/storline/modules/blockviewed/translations/en.php
244/modules/blockviewed/translations/en.php
245/modules/homeslider/homeslider.php
246/modules/homeslider/HomeSlide.php
247/themes/storline/modules/homeslider/translations/en.php
248/modules/homeslider/translations/en.php
249/modules/homefeatured/homefeatured.php
250/themes/storline/modules/homefeatured/translations/en.php
251/modules/homefeatured/translations/en.php
252/modules/productpaymentlogos/productpaymentlogos.php
253/themes/storline/modules/productpaymentlogos/translations/en.php
254/modules/productpaymentlogos/translations/en.php
255/modules/themeconfigurator/themeconfigurator.php
256/override/modules/themeconfigurator/themeconfigurator.php
257/themes/storline/modules/themeconfigurator/translations/en.php
258/modules/themeconfigurator/translations/en.php
259/modules/productcomments/productcomments.php
260/themes/storline/modules/productcomments/translations/en.php
261/modules/productcomments/translations/en.php
262/modules/sendtoafriend/sendtoafriend.php
263/themes/storline/modules/sendtoafriend/translations/en.php
264/modules/sendtoafriend/translations/en.php
265/modules/blocktopmenu/blocktopmenu.php
266/modules/blocktopmenu/menutoplinks.class.php
267/themes/storline/modules/blocktopmenu/translations/en.php
268/modules/blocktopmenu/translations/en.php
269/modules/blockmyaccount/blockmyaccount.php
270/themes/storline/modules/blockmyaccount/translations/en.php
271/modules/blockmyaccount/translations/en.php
272/modules/blockbestsellers/blockbestsellers.php
273/override/modules/blockbestsellers/blockbestsellers.php
274/themes/storline/modules/blockbestsellers/translations/en.php
275/modules/blockbestsellers/translations/en.php
276/modules/blocknewsletter/blocknewsletter.php
277/override/modules/blocknewsletter/blocknewsletter.php
278/themes/storline/modules/blocknewsletter/translations/en.php
279/modules/blocknewsletter/translations/en.php
280/modules/belvg_blocksearch/belvg_blocksearch.php
281/themes/storline/modules/belvg_blocksearch/translations/en.php
282/modules/belvg_blocksearch/translations/en.php
283/modules/productscategory/productscategory.php
284/override/modules/productscategory/productscategory.php
285/themes/storline/modules/productscategory/translations/en.php
286/modules/productscategory/translations/en.php
287/modules/crossselling/crossselling.php
288/override/modules/crossselling/crossselling.php
289/themes/storline/modules/crossselling/translations/en.php
290/modules/crossselling/translations/en.php
291/modules/mailalerts/mailalerts.php
292/modules/mailalerts/MailAlert.php
293/themes/storline/modules/mailalerts/translations/en.php
294/modules/mailalerts/translations/en.php
295/modules/lghomeslider/lghomeslider.php
296/modules/lghomeslider/LGHomeSlide.php
297/themes/storline/modules/lghomeslider/translations/en.php
298/modules/lgadvancedbreadcrumb/lgadvancedbreadcrumb.php
299/themes/storline/modules/lgadvancedbreadcrumb/translations/en.php
300/modules/realexredirect/realexredirect.php
301/classes/PaymentModule.php
302/override/classes/PaymentModule.php
303/themes/storline/modules/realexredirect/translations/en.php
304/modules/realexredirect/translations/en.php
305/modules/lgcookieslaw/lgcookieslaw.php
306/themes/storline/modules/lgcookieslaw/translations/en.php
307/modules/lgcookieslaw/translations/en.php
308/classes/CMS.php
309/cache/smarty/compile/69/99/0a/69990abf2b259d8d10ca5898890e5613cd56383c.file.cookieslaw_header_1_6.tpl.php
310/modules/magic360/magic360.php
311/modules/magic360/magic360.module.core.class.php
312/modules/magic360/magictoolbox.params.class.php
313/themes/storline/modules/magic360/translations/en.php
314/modules/productvideo/productvideo.php
315/themes/storline/modules/productvideo/translations/en.php
316/modules/lgminqty/lgminqty.php
317/themes/storline/modules/lgminqty/translations/en.php
318/classes/Combination.php
319/modules/blockmanufacturer/blockmanufacturer.php
320/override/modules/blockmanufacturer/blockmanufacturer.php
321/themes/storline/modules/blockmanufacturer/translations/en.php
322/modules/blockmanufacturer/translations/en.php
323/modules/advansedwishlist/advansedwishlist.php
324/modules/advansedwishlist/Ws_WishList.php
325/themes/storline/modules/advansedwishlist/translations/en.php
326/modules/advansedwishlist/translations/en.php
327/modules/iqitmegamenu/iqitmegamenu.php
328/modules/iqitmegamenu/models/IqitMenuTab.php
329/modules/iqitmegamenu/models/IqitMenuHtml.php
330/modules/iqitmegamenu/models/IqitMenuLinks.php
331/themes/storline/modules/iqitmegamenu/translations/en.php
332/modules/iqitmegamenu/translations/en.php
333/modules/lgnav/lgnav.php
334/themes/storline/modules/lgnav/translations/en.php
335/modules/paypal/paypal.php
336/modules/paypal/api/paypal_lib.php
337/modules/paypal/api/paypal_connect.php
338/modules/paypal/api/CallApiPaypalPlus.php
339/modules/paypal/api/ApiPaypalPlus.php
340/modules/paypal/paypal_logos.php
341/modules/paypal/paypal_orders.php
342/modules/paypal/paypal_tools.php
343/modules/paypal/paypal_login/paypal_login.php
344/modules/paypal/paypal_login/PayPalLoginUser.php
345/modules/paypal/classes/PaypalCapture.php
346/modules/paypal/classes/AuthenticatePaymentMethods.php
347/modules/paypal/classes/PaypalPlusPui.php
348/themes/storline/modules/paypal/translations/en.php
349/modules/paypal/en.php
350/cache/smarty/compile/ef/8e/4b/ef8e4bc179ec21169084b0ba3426d6301a375e42.file.paypal.js.php
351/modules/autolanguagecurrency/autolanguagecurrency.php
352/modules/autolanguagecurrency/classes/AutoLanguageCurrencyConfiguration.php
353/modules/autolanguagecurrency/classes/geolocation.class.php
354/themes/storline/modules/autolanguagecurrency/translations/en.php
355/modules/autolanguagecurrency/translations/en.php
356/modules/lgrecaptcha/lgrecaptcha.php
357/themes/storline/modules/lgrecaptcha/translations/en.php
358/modules/lgrecaptcha/translations/en.php
359/modules/correos/correos.php
360/modules/correos/classes/CorreosCommon.php
361/modules/correos/classes/CorreosAdmin.php
362/modules/correos/classes/CorreosFront.php
363/modules/correos/classes/CorreosAdminForms.php
364/themes/storline/modules/correos/translations/en.php
365/modules/skuorder/skuorder.php
366/themes/storline/modules/skuorder/translations/en.php
367/modules/skuorder/translations/en.php
368/modules/advancedcms/classes/blocks/AdvancedCmsBlockCategory.php
369/modules/advancedcms/classes/blocks/AdvancedCmsBlockCategorySlider.php
370/modules/advancedcms/classes/blocks/AdvancedCmsBlockHtml.php
371/modules/advancedcms/classes/blocks/AdvancedCmsBlockImage.php
372/modules/advancedcms/classes/ImageResize.php
373/modules/advancedcms/classes/blocks/AdvancedCmsBlockImageSlider.php
374/modules/advancedcms/classes/blocks/AdvancedCmsBlockManufacturerSlider.php
375/modules/advancedcms/classes/blocks/AdvancedCmsBlockModule.php
376/modules/advancedcms/classes/blocks/AdvancedCmsBlockProduct.php
377/modules/advancedcms/classes/blocks/AdvancedCmsBlockProductSlider.php
378/modules/advancedcms/classes/blocks/AdvancedCmsBlockText.php
379/modules/lgconsultas/lgconsultas.php
380/modules/lgconsultas/classes/LGConsulta.php
381/modules/lgconsultas/classes/LGRespuesta.php
382/modules/lgconsultas/classes/LGPrivacy.php
383/modules/lgconsultas/classes/lg/LGFacade.php
384/modules/beezup/beezup.php
385/modules/beezup/inc/BeezupConfiguration.php
386/modules/beezup/inc/BeezupField.php
387/modules/beezup/inc/BeezupGlobals.php
388/themes/storline/modules/beezup/translations/en.php
389/modules/beezup/en.php
390/modules/beezup/inc/BeezupAutoloader.php
391/modules/beezup/inc/trackers/BeezupTrackerPhp.php
392/modules/beezup/inc/trackers/common/BeezupTrackerAbstract.php
393/modules/deluxerecargoe/deluxerecargoe.php
394/modules/deluxerecargoe/classes/RecargoDeEquivalenciaDlx.php
395/modules/deluxerecargoe/translations/en.php
396/modules/lgcustomproducts/lgcustomproducts.php
397/modules/lgcustomproducts/classes/LGCustomProductObject.php
398/classes/CustomizationField.php
399/override/modules/lgcustomproducts/lgcustomproducts.php
400/modules/lgcustomproducts/translations/en.php
401/cache/smarty/compile/e0/93/8c/e0938c056079615a703e966c9266c4f4a78be0eb.file.header.tpl.php
402/tools/smarty/sysplugins/smarty_internal_filter_handler.php
403/modules/lgb2bcustomization/lgb2bcustomization.php
404/modules/lgnochangeinvoice/lgnochangeinvoice.php
405/cache/smarty/compile/c0/72/cc/c072cc2a61ec4ce9e55ff15d438d7813beda31c0.file.blocksearch-top.tpl.php
406/cache/smarty/compile/9f/25/21/9f2521caaeb5e2a8ffb2c82dad1f68cdc4c0636f.file.blocksearch-instantsearch.tpl.php
407/cache/smarty/cache/blocktopmenu/1/2/1/1/17/index/dd/dd/fd/ddddfd63c0341a59b29f5c4fad4c73020e932052.blocktopmenu.tpl.php
408/cache/smarty/compile/42/a3/ed/42a3ed79830294c1151815ca3a629de1f9713ffa.file.blockuserinfo.tpl.php
409/modules/pagesnotfound/pagesnotfound.php
410/themes/storline/modules/pagesnotfound/translations/en.php
411/modules/pagesnotfound/translations/en.php
412/modules/sekeywords/sekeywords.php
413/classes/module/ModuleGraph.php
414/themes/storline/modules/sekeywords/translations/en.php
415/modules/sekeywords/translations/en.php
416/cache/smarty/compile/51/af/70/51af704237cbc371903dec83e9f4b1a467e81d0e.file.cookieslaw.tpl.php
417/themes/storline/modules/pm_advancedsearch4/translations/en.php
418/cache/smarty/cache/iqitmegamenu/1/2/1/1/17/88/1b/0e/881b0e9a8d4c835ccb9fa78f214fbab24e726008.iqitmegamenu.tpl.php
419/cache/smarty/cache/blockcategories/1/2/1/1/17/1/a7/27/0f/a7270ff15b2e44b5f763f6a29091260e576ddb85.blockcategories_footer.tpl.php
420/cache/smarty/cache/blockcms/2/1/2/1/1/17/b4/1f/02/b41f02f6cb684c7c529523b10f4ac723fa85023f.blockcms.tpl.php
421/cache/smarty/cache/blockmyaccountfooter/1/2/1/1/17/bb/dc/42/bbdc42d1ac5f25849209f182855549f068af5618.blockmyaccountfooter.tpl.php
422/modules/statsdata/statsdata.php
423/themes/storline/modules/statsdata/translations/en.php
424/modules/statsdata/translations/en.php
425/classes/Guest.php
426/classes/Connection.php
427/classes/Page.php
428/classes/ConnectionsSource.php
429/modules/blockcmsinfo/blockcmsinfo.php
430/modules/blockcmsinfo/classes/InfoBlock.php
431/override/modules/blockcmsinfo/blockcmsinfo.php
432/themes/storline/modules/blockcmsinfo/translations/en.php
433/modules/blockcmsinfo/translations/en.php
434/cache/smarty/cache/blockcmsinfo/1/2/1/1/17/d4/69/f4/d469f40155a0b7fab0489c1bfb73140fe0a0297c.blockcmsinfo.tpl.php
435/cache/smarty/cache/blocksocial/1/2/1/1/17/95/56/96/9556964b2dc4a75af8277d5c3eae1fa9e86f02cf.blocksocial.tpl.php
436/modules/lgcomments/lgcomments.php
437/themes/storline/modules/lgcomments/translations/en.php
438/modules/lgcomments/translations/en.php
439/modules/activecampaign/activecampaign.php
440/modules/activecampaign/vendor/autoload.php
441/modules/activecampaign/vendor/composer/autoload_real.php
442/modules/activecampaign/vendor/composer/ClassLoader.php
443/modules/activecampaign/vendor/composer/autoload_static.php
444/cache/smarty/compile/bf/79/1e/bf791e97c83de2aab18d308527ffec516317343d.file.site-tracking.tpl.php