Load Time222 ms - Unicorn powered webserver!
Querying Time38 ms
Queries55
Memory Peak Usage11.4 Mb
Included Files181 files - 4.44 Mb
PrestaShop Cache0.57 Mb
Global vars0.62 Mb
PrestaShop Version1.6.1.6
PHP Version5.6.40-29+ubuntu16.04.1+deb.sury.org+1 (OK)
MySQL Version10.0.21-MariaDB-log (OK)
Memory Limit150M
Max Execution Time30s
Smarty Cacheenabled
Smarty Compilationnever recompile
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 58 ms 58 ms 5.88 Mb 5.96 Mb
__construct 0 ms 58 ms - Mb 5.96 Mb
init 8 ms 66 ms 1.08 Mb 7.05 Mb
checkAccess 0 ms 66 ms - Mb 7.05 Mb
setMedia 5 ms 72 ms 0.07 Mb 7.11 Mb
postProcess 0 ms 72 ms - Mb 7.11 Mb
initHeader 0 ms 72 ms - Mb 7.12 Mb
initContent 124 ms 196 ms 3.50 Mb 10.70 Mb
initFooter 26 ms 222 ms 0.70 Mb 11.37 Mb
Hook Time Memory Usage
__construct 28 ms 3.50 Mb
hookfooter 13 ms 0.25 Mb
hookdisplayHeader 12 ms 0.25 Mb
hooktop 12 ms 0.25 Mb
hookdisplayCustomerAccount 11 ms - Mb
hookHeader 7 ms - Mb
hookdisplayTop 5 ms 0.25 Mb
hookdisplayFooter 2 ms - Mb
hookmoduleRoutes 0 ms - Mb
9 hooks 90 ms 4.50 Mb
Module Time Memory Usage
lgcookieslaw 12 ms 0.25 Mb
psgdpr 10 ms 0.25 Mb
smartblog 8 ms 0.75 Mb
mailalerts 8 ms - Mb
blockcart 7 ms 0.25 Mb
statsdata 6 ms 0.25 Mb
blocktopmenu 6 ms 0.50 Mb
blocksearch 5 ms - Mb
blockcms 4 ms 0.25 Mb
blockcontactinfos 3 ms 0.25 Mb
blockmyaccountfooter 3 ms 0.25 Mb
themeconfigurator 3 ms 0.25 Mb
mancarousel 2 ms - Mb
socialsharing 2 ms 0.25 Mb
blockuserinfo 2 ms - Mb
ganalytics 1 ms 0.25 Mb
reviewscouk 1 ms - Mb
blockcategories 1 ms 0.25 Mb
googleshopping 1 ms 0.25 Mb
productcomments 1 ms 0.25 Mb
blockmyaccount 1 ms - Mb
sekeywords 1 ms - Mb
blockbanner 1 ms - Mb
homeslider 1 ms - Mb
recaptcha 1 ms - Mb
pagesnotfound 1 ms - Mb
blocksocial 1 ms - Mb
blocklayered 0 ms - Mb
sagepay 0 ms - Mb
29 modules 90 ms 4.50 Mb

Stopwatch SQL - 55 queries

Query Time (ms) Rows Filesort Group By Location
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`)
INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
WHERE `id_lang` = 1 AND `id_customer` = 0 AND a.`deleted` = 0
9.3 6 /classes/Customer.php:459
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`)
2.4 610 /classes/Configuration.php:148
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 = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.name != "displayPayment") AND (hm.id_shop = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.4 80 Yes Yes /override/classes/Hook.php:129
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.5 0 /classes/Hook.php:131
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` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
1 81 /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` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
1 81 /classes/module/Module.php:277
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` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.7 41 Yes /classes/Dispatcher.php:452
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.7 1 Yes /classes/shop/Shop.php:663
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.6 86 /classes/Hook.php:187
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('13024621', '5995', '59403895', '', '1', '1', '2024-05-02 03:08:34')
0.6 1 /classes/ObjectModel.php:487
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.6 1 /classes/ObjectModel.php:487
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 = 'd71.6bdv.ws' OR su.domain_ssl = 'd71.6bdv.ws')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.6 1 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.5 1 /classes/Currency.php:472
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.5 1 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 = 1)
WHERE l.`active` = 1 LIMIT 1
0.5 1 /classes/Language.php:894
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.5 2 /classes/Meta.php:149
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 =1 AND m.page = "my-account" LIMIT 1
0.5 1 /classes/Theme.php:275
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.5 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 1
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.5 3 Yes /modules/themeconfigurator/themeconfigurator.php:376
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.4 1 /classes/shop/Shop.php:203
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 13024621
AND `date_add` > '2024-05-02 02:38:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.4 1 Yes /classes/Connection.php:138
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.4 1 /classes/Language.php:777
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.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` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.4 1 /classes/shop/Shop.php:1067
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='005dfe2ddd0b23688bd00b3326fcb853' AND cache_id="blockcms|2|1|1|1|17" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='979764b58eb6a1c504b39475e4620126' AND cache_id="blockmyaccountfooter|1|1|1|17" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.4 5 /classes/module/Module.php:2141
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1
0.4 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='9809e53dfa527993d6871c23a4fc7d29' AND cache_id="blocktopmenu|1|1|1|17|index" AND compile_id="" LIMIT 1
0.4 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.4 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 1) LIMIT 1
0.4 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.3 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'myaccount' LIMIT 1
0.3 1 /classes/Page.php:97
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='e87f73d0b061b626a2658ae68d69b740' AND cache_id="blockcontactinfos|1|1|1|17" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1459
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.3 1 /classes/ObjectModel.php:1376
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.3 1 /modules/lgcookieslaw/lgcookieslaw.php:225
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.3 1 /modules/lgcookieslaw/lgcookieslaw.php:225
SELECT SQL_NO_CACHE id_module FROM ps_lgcookieslaw;
0.3 1 /override/classes/Hook.php:61
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='42dab2f39a24d3b63c3f2f0acaa84291' AND cache_id="blocksearch-top|1|1|1|17" AND compile_id="" LIMIT 1
0.3 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.3 1 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.3 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.3 1 /modules/lgcookieslaw/lgcookieslaw.php:225
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 id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1459
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/ObjectModel.php:1459
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 20 LIMIT 1
0.3 1 /classes/Page.php:77
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.3 1 /modules/lgcookieslaw/lgcookieslaw.php:225
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:225
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 1 LIMIT 1
0.2 1 /modules/lgcookieslaw/lgcookieslaw.php:225

Doubles

4
SELECT buttonXX FROM ps_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX
2
				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
2
SELECT content FROM ps_lgcookieslaw_lang WHERE id_lang = XX LIMIT XX

Tables stress

6 lgcookieslaw_lang
5 module_shop
5 smarty_lazy_cache
4 module
4 shop_url
4 currency_shop
4 lang_shop
4 shop
3 meta
3 hook
3 theme
3 lang
3 currency
2 group_shop
2 smarty_last_flush
2 hook_alias
2 meta_lang
2 country_lang
2 country
2 shop_group
2 country_shop
2 configuration
1 state
1 address
1 hook_module
1 required_field
1 connections
1 themeconfigurator
1 page
1 page_type
1 cms_shop
1 cms_lang
1 group_lang
1 lgcookieslaw
1 group
1 hook_module_exceptions
1 configuration_lang
1 cms
1 module_group
1 theme_meta

ObjectModel instances

NameInstancesSource
Country 2 /config/config.inc.php [142]
/classes/controller/FrontController.php [279]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [524]
CMS 2 /classes/Link.php [265]
/classes/Link.php [265]
Group 1 /classes/Cart.php [184]
Guest 1 /modules/statsdata/statsdata.php [104]
Connection 1 /modules/statsdata/statsdata.php [142]
Cart 1 /classes/controller/FrontController.php [348]
Customer 1 /config/config.inc.php [217]
Theme 1 /config/config.inc.php [115]
ShopGroup 1 /classes/shop/Shop.php [518]
Shop 1 /config/config.inc.php [114]
Currency 1 /classes/Tools.php [639]

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/override/classes/Configuration.php
23/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/classes/Customer.php
37/classes/Group.php
38/classes/Link.php
39/classes/shop/ShopUrl.php
40/config/smarty.config.inc.php
41/tools/smarty/Smarty.class.php
42/tools/smarty/sysplugins/smarty_internal_data.php
43/tools/smarty/sysplugins/smarty_internal_templatebase.php
44/tools/smarty/sysplugins/smarty_internal_template.php
45/tools/smarty/sysplugins/smarty_resource.php
46/tools/smarty/sysplugins/smarty_internal_resource_file.php
47/tools/smarty/sysplugins/smarty_cacheresource.php
48/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
49/classes/SmartyCustom.php
50/config/smartyfront.config.inc.php
51/classes/Dispatcher.php
52/classes/Hook.php
53/override/classes/Hook.php
54/classes/module/Module.php
55/tools/mobile_Detect/Mobile_Detect.php
56/config/db_slave_server.inc.php
57/modules/smartblog/smartblog.php
58/modules/smartblog/classes/SmartBlogLink.php
59/modules/smartblog/classes/BlogCategory.php
60/modules/smartblog/classes/Blogcomment.php
61/modules/smartblog/classes/BlogPostCategory.php
62/modules/smartblog/classes/BlogTag.php
63/modules/smartblog/classes/SmartBlogPost.php
64/modules/smartblog/classes/SmartBlogPostMeta.php
65/modules/smartblog/classes/BlogImageType.php
66/modules/smartblog/classes/SmartBlogGallaryImage.php
67/modules/smartblog/controllers/admin/AdminAboutUsController.php
68/classes/controller/ModuleAdminController.php
69/classes/controller/AdminController.php
70/classes/Translate.php
71/controllers/front/MyAccountController.php
72/classes/controller/FrontController.php
73/themes/default-bootstrap/lang/en.php
74/classes/Currency.php
75/classes/Cart.php
76/classes/CartRule.php
77/classes/Meta.php
78/classes/Product.php
79/override/classes/Product.php
80/classes/webservice/WebserviceRequest.php
81/classes/Media.php
82/modules/socialsharing/socialsharing.php
83/modules/socialsharing/translations/en.php
84/modules/blockbanner/blockbanner.php
85/modules/blockbanner/translations/en.php
86/modules/blockcart/blockcart.php
87/modules/blockcart/translations/en.php
88/modules/blocksocial/blocksocial.php
89/modules/blocksocial/translations/en.php
90/modules/blockcategories/blockcategories.php
91/modules/blockcategories/translations/en.php
92/modules/blocklayered/blocklayered.php
93/modules/blocklayered/translations/en.php
94/modules/blockcms/blockcms.php
95/modules/blockcms/BlockCMSModel.php
96/themes/default-bootstrap/modules/blockcms/translations/en.php
97/modules/blockcms/translations/en.php
98/modules/blockmyaccount/blockmyaccount.php
99/modules/blockmyaccount/translations/en.php
100/modules/blocksearch/blocksearch.php
101/modules/blocksearch/translations/en.php
102/modules/blocktopmenu/blocktopmenu.php
103/modules/blocktopmenu/menutoplinks.class.php
104/override/modules/blocktopmenu/blocktopmenu.php
105/modules/blocktopmenu/translations/en.php
106/modules/blockuserinfo/blockuserinfo.php
107/modules/blockuserinfo/translations/en.php
108/modules/themeconfigurator/themeconfigurator.php
109/modules/themeconfigurator/translations/en.php
110/modules/homeslider/homeslider.php
111/modules/homeslider/HomeSlide.php
112/modules/homeslider/translations/en.php
113/modules/productcomments/productcomments.php
114/modules/productcomments/translations/en.php
115/cache/smarty/compile/b1/d3/72/b1d3720bf762113053677ac286ad47e1379bf2cc.file.blogfeedheader.tpl.php
116/tools/smarty/sysplugins/smarty_internal_filter_handler.php
117/tools/minify_html/minify_html.class.php
118/modules/mancarousel/mancarousel.php
119/modules/googleshopping/googleshopping.php
120/modules/googleshopping/lib/phpseclib/Crypt/RSA.php
121/modules/googleshopping/lib/phpseclib/Crypt/Random.php
122/modules/googleshopping/lib/phpseclib/Crypt/Hash.php
123/modules/googleshopping/lib/phpseclib/Math/BigInteger.php
124/modules/googleshopping/translations/en.php
125/modules/mailalerts/mailalerts.php
126/modules/mailalerts/MailAlert.php
127/modules/mailalerts/translations/en.php
128/modules/ganalytics/ganalytics.php
129/modules/ganalytics/translations/en.php
130/modules/lgcookieslaw/lgcookieslaw.php
131/modules/lgcookieslaw/translations/en.php
132/classes/CMS.php
133/cache/smarty/compile/33/2d/49/332d49acbb946753e4631d68dd72331c8d69adaa.file.cookieslaw_header_1_6.tpl.php
134/cache/smarty/compile/a4/3a/55/a43a553d834d3b40eab6aebf7b951d139602ac9c.file.cookieslaw_header_code.tpl.php
135/tools/js_minify/jsmin.php
136/modules/recaptcha/recaptcha.php
137/modules/sagepay/sagepay.php
138/classes/PaymentModule.php
139/Adapter/Adapter_AddressFactory.php
140/Adapter/Adapter_ProductPriceCalculator.php
141/Adapter/Adapter_Configuration.php
142/Core/Business/Core_Business_ConfigurationInterface.php
143/classes/Customization.php
144/cache/smarty/compile/74/aa/96/74aa96b01d9e83448f95291df4d6df2e0f1f6dba.file.blockcart.tpl.php
145/tools/smarty/plugins/modifier.replace.php
146/tools/smarty/plugins/function.counter.php
147/cache/smarty/cache/blocksearch_top/1/1/1/17/1e/5f/75/1e5f75c4aa0fa6705f6b6e0097d34f6ab6639eba.blocksearch-top.tpl.php
148/cache/smarty/compile/7b/ae/05/7bae05b4a5e4c8af494114949671ebd77bc94676.file.blockuserinfo.tpl.php
149/cache/smarty/cache/blocktopmenu/1/1/1/17/index/79/65/67/796567d1b5622d4feeb0ac2a2769b96a1106ffa1.blocktopmenu.tpl.php
150/modules/pagesnotfound/pagesnotfound.php
151/modules/pagesnotfound/translations/en.php
152/modules/sekeywords/sekeywords.php
153/classes/module/ModuleGraph.php
154/modules/sekeywords/translations/en.php
155/cache/smarty/compile/c5/3f/0c/c53f0c03d14f30892dd2502fe32d7965fbd84591.file.cookieslaw.tpl.php
156/cache/smarty/compile/e8/6d/48/e86d48e673d118b2ce8bd9da29a7fe57dbb42de2.file.my-account.tpl.php
157/modules/psgdpr/psgdpr.php
158/modules/psgdpr/classes/GDPRLog.php
159/modules/psgdpr/classes/GDPRConsent.php
160/modules/psgdpr/classes/HTMLTemplatePSGDPRModule.php
161/classes/pdf/HTMLTemplate.php
162/cache/smarty/compile/6c/aa/bd/6caabddef67fbd86230dbdccc160aee2c81aa305.file.customerAccount.tpl.php
163/cache/smarty/cache/blockcms/2/1/1/1/17/c6/6c/99/c66c998d736e201796f14bbef99ada4df0200511.blockcms.tpl.php
164/modules/blockmyaccountfooter/blockmyaccountfooter.php
165/modules/blockmyaccountfooter/translations/en.php
166/cache/smarty/cache/blockmyaccountfooter/1/1/1/17/29/ed/72/29ed723face6c737b0cfa2af388ced1349d928a2.blockmyaccountfooter.tpl.php
167/modules/blockcontactinfos/blockcontactinfos.php
168/modules/blockcontactinfos/translations/en.php
169/cache/smarty/cache/blockcontactinfos/1/1/1/17/c1/27/fa/c127fa81e39fb5e2151d02420747ab0033425aa7.blockcontactinfos.tpl.php
170/modules/statsdata/statsdata.php
171/modules/statsdata/translations/en.php
172/classes/Guest.php
173/classes/Connection.php
174/classes/Page.php
175/classes/ConnectionsSource.php
176/cache/smarty/compile/69/ad/24/69ad2414b15c9f0b27f477187a27f4854457badf.file.hook.tpl.php
177/modules/reviewscouk/reviewscouk.php