Load Time894 ms - OK... for a shared hosting
Querying Time35 ms
Queries133
Memory Peak Usage10.5 Mb
Included Files554 files - 10.98 Mb
PrestaShop Cache0.74 Mb
Global vars0.90 Mb
PrestaShop Version1.6.1.10
PHP Version7.0.33 (OK)
MySQL Version10.1.26-MariaDB-0+deb9u1 (OK)
Memory Limit512M
Max Execution Time60s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 41 ms 41 ms 3.17 Mb 3.22 Mb
__construct 0 ms 41 ms - Mb 3.22 Mb
init 7 ms 48 ms 0.71 Mb 3.91 Mb
checkAccess 0 ms 48 ms - Mb 3.91 Mb
setMedia 3 ms 51 ms 0.12 Mb 4.04 Mb
postProcess 0 ms 51 ms - Mb 4.04 Mb
initHeader 0 ms 51 ms - Mb 4.04 Mb
initContent 254 ms 305 ms 5.68 Mb 9.82 Mb
initFooter 589 ms 894 ms 0.68 Mb 10.52 Mb
Hook Time Memory Usage
hookdisplayFooter 589 ms - Mb
hookdisplayHeader 136 ms 2.00 Mb
__construct 70 ms 2.00 Mb
hookHeader 24 ms - Mb
hookdisplayTop 8 ms 2.00 Mb
hookvcBeforeInit 6 ms - Mb
hookdisplayNavTop 1 ms - Mb
hookactionDispatcher 1 ms - Mb
hookmoduleRoutes 1 ms - Mb
hookdisplayBottomColumn 0 ms - Mb
hookdisplayBeforeLogo 0 ms - Mb
hookactionFrontControllerSetMedia - ms - Mb
hookDisplayOverrideTemplate - ms - Mb
hookVcShortcodesCssClass - ms - Mb
14 hooks 837 ms 6.00 Mb
Module Time Memory Usage
oviclayoutcontrol 602 ms 2.00 Mb
jscomposer 131 ms - Mb
revsliderprestashop 15 ms 2.00 Mb
magiczoom 7 ms - Mb
smartultimatevcaddons 6 ms - Mb
eventsmanager 5 ms - Mb
prestaproductpagebuilder 5 ms - Mb
ets_superspeed 4 ms - Mb
pm_advancedtopmenu 4 ms - Mb
simplecategory 3 ms - Mb
paypal 3 ms - Mb
advancetopmenu 3 ms - Mb
ybc_newsletter 2 ms - Mb
litespeedcache 2 ms - Mb
blockcart 2 ms - Mb
fbpixel 2 ms - Mb
faktiva_seotk 2 ms - Mb
lgseoredirect 2 ms - Mb
smartblog 2 ms - Mb
onepagecheckoutps 2 ms - Mb
wkproductauction 2 ms - Mb
messagesanywhere 2 ms - Mb
creativepopup 2 ms - Mb
blockviewed 1 ms - Mb
cookieslaw 1 ms - Mb
cdc_googletagmanager 1 ms - Mb
glotio 1 ms - Mb
myaccountcustomizer 1 ms - Mb
socialnetworklinks 1 ms - Mb
blockstore 1 ms - Mb
nkmcustomerfile 1 ms - Mb
oviccategorysizechart 1 ms - Mb
storemap 1 ms - Mb
blocksearch 1 ms - Mb
advancefooter 1 ms - Mb
pagelink 1 ms - Mb
canonicalurlpro 1 ms - Mb
blockwishlist 1 ms - Mb
sekeywords 1 ms - Mb
customcontent 1 ms 2.00 Mb
megabanner 1 ms - Mb
customhtml 1 ms - Mb
flexgroupbanners 1 ms - Mb
blocklayered 0 ms - Mb
blockcms 0 ms - Mb
ganalytics 0 ms - Mb
blocktags 0 ms - Mb
blockcurrencies 0 ms - Mb
statsdata 0 ms - Mb
pagesnotfound 0 ms - Mb
blocksocial 0 ms - Mb
blockcategories 0 ms - Mb
blockrelatedproductstags 0 ms - Mb
themeconfigurator 0 ms - Mb
blockpaymentlogo 0 ms - Mb
blocksupplier 0 ms - Mb
homeslider 0 ms - Mb
homefeatured 0 ms - Mb
uecookie 0 ms - Mb
ovicnewsletter 0 ms - Mb
blocklanguages 0 ms - Mb
sendtoafriend 0 ms - Mb
blockspecials 0 ms - Mb
blockuserinfo 0 ms - Mb
blockmanufacturer 0 ms - Mb
blockmyaccountfooter 0 ms - Mb
mailalerts 0 ms - Mb
blockcontact 0 ms - Mb
oviccontactform 0 ms - Mb
socialsharing 0 ms - Mb
brandsslider 0 ms - Mb
multifeatures 0 ms - Mb
blocknewproducts 0 ms - Mb
productscategory 0 ms - Mb
blockcontactinfos 0 ms - Mb
blockmyaccount 0 ms - Mb
76 modules 837 ms 6.00 Mb

Stopwatch SQL - 133 queries

Query Time (ms) Rows Filesort Group By Location
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`)
5 1801 /classes/Configuration.php:148
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
3 134 /classes/module/Module.php:277
SELECT SQL_NO_CACHE * FROM `ps_image_type`
2.1 10 /classes/ImageType.php:143
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 h.`name` != "displayPaymentEU") 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`
1.9 226 Yes Yes /override/classes/Hook.php:355
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders WHERE params LIKE '%"template":"false"%' OR params NOT LIKE '%"template"'
1.6 8 /modules/jscomposer/include/classes/vendors/plugins/class-vc-vendor-revslider.php:16
SELECT SQL_NO_CACHE v.*,vl.content,vs.id_shop FROM `ps_vccontentanywhere` v 
INNER JOIN `ps_vccontentanywhere_lang` vl ON (v.`id_vccontentanywhere` = vl.`id_vccontentanywhere` AND vl.`id_lang` = 4)
INNER JOIN `ps_vccontentanywhere_shop` vs ON (v.`id_vccontentanywhere` = vs.`id_vccontentanywhere` AND vs.`id_shop` = 1 AND v.`active` = 1)
WHERE v.`hook_name` = "displayFooterTop" AND v.`active` = 1 AND ( ( v.`exception_type` = 1 AND v.`exception` LIKE "%cart%") OR ( v.`exception_type` != 1 AND v.`display_type`= 1 ) )  ORDER BY `position` ASC
0.9 16 Yes /modules/jscomposer/classes/vccontentanywhere.php:147
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
0.6 0 /override/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
0.6 134 /classes/module/Module.php:277
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 1 Yes /classes/shop/Shop.php:663
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.6 104 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` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
0.5 134 /classes/module/Module.php:277
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.5 1684 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.5 1684 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
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
0.5 134 /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
0.4 134 /classes/module/Module.php:277
SELECT SQL_NO_CACHE * FROM `ps_presta_product_builder` pb, `ps_presta_product_builder_lang` pbl WHERE pbl.id_presta_product_builder =pb.id_presta_product_builder AND pbl.id_lang =4
0.4 17 /modules/prestaproductpagebuilder/classes/PrestaProductBuilder.php:61
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
0.4 134 /classes/module/Module.php:277
SELECT SQL_NO_CACHE m.`name` FROM `ps_module` m
JOIN `ps_module_shop` ms ON (m.`id_module` = ms.`id_module` AND ms.`id_shop` = 1)
WHERE m.active=1
0.4 116 /modules/jscomposer/classes/vccontentanywhere.php:873
UPDATE `ps_smarty_lazy_cache`
SET filepath='jscomposer/1/1/1/4/6/vccccartdisplayFooterTop13967/e7/11/72/e71172b41044d50cf94f07816a33b3b710036146.jscomposer.tpl.php'
WHERE `template_hash`='3fac6ebc7e913869e87461594de51402' AND cache_id="jscomposer|1|1|1|4|6" AND compile_id="vccccartdisplayFooterTop13967"
0.3 1 /classes/SmartyCustom.php:183
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.lacapell.com' OR su.domain_ssl = 'www.lacapell.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.3 1 Yes /classes/shop/Shop.php:334
SELECT SQL_NO_CACHE `hook_name`, count(`id_vccontentanywhere`) as contentCount   FROM `ps_vccontentanywhere` GROUP BY `hook_name`
0.3 16 Yes /modules/jscomposer/jscomposer.php:2718
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.3 596 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.3 596 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1
0.3 1 /classes/module/Module.php:2568
UPDATE `ps_configuration` SET `value` = '1777569523',`date_upd` = '2026-04-30 18:48:43' WHERE `name` = 'jscomposer_update_timeout' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1
0.2 1 /classes/Configuration.php:418
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magiczoom_settings` WHERE `enabled`=1
0.2 435 /modules/magiczoom/magiczoom.php:539
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1
0.2 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 13967 AND `id_shop` = 1
0.2 4 /Adapter/Adapter_EntityMapper.php:68
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.2 1 /classes/Theme.php:275
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.2 1 Yes /classes/Currency.php:231
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13967) LIMIT 1
0.2 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 = 1)
WHERE c.`active` = 1 LIMIT 1
0.2 1 /classes/Currency.php:470
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options_hook_module` ohm
WHERE ohm.`theme` = 'logancee' AND ohm.`alias` ='home_glasses' AND ohm.`hookname` = 'displayNavTop' LIMIT 1
0.2 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:963
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.2 3 /classes/Language.php:892
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=71 AND id_shop IN (1) LIMIT 1
0.2 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE * from`ps_auction_details`
WHERE id_product=13967 AND `deleted` = 0 AND auction_status = 1 AND id_shop = 1 LIMIT 1
0.2 87 /modules/wkproductauction/classes/AuctionDetail.php:237
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.2 1 /Adapter/Adapter_EntityMapper.php:61
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 `id_module` FROM `ps_module` WHERE `name` = "blockcart" LIMIT 1
0.2 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "magicscroll" LIMIT 1
0.2 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE * FROM `ps_vc_image_type` WHERE 1 ORDER BY `name` ASC
0.2 1 Yes /modules/jscomposer/classes/VcImageType.php:86
SELECT SQL_NO_CACHE DISTINCT m.*, ml.`name` 
From ps_pagelink_module AS m 
INNER JOIN ps_pagelink_module_lang AS ml On m.id = ml.module_id  	        	 
Where 
m.`position_name` = 'displayTop' 
AND m.status = 1 
AND  m.id_shop = 1 
AND ml.id_lang = 4 
Order By 
m.ordering
0.2 0 /modules/pagelink/pagelink.php:1711
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='16d75b41443142e5ce270902ccf31cf1' AND cache_id="advancefooter|1|1|1|4|6" AND compile_id="" LIMIT 1
0.2 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE * from `ps_auction_details`
WHERE id_product=13967 AND `deleted` = 0 AND `auction_status` = 2
AND `purchase_status` = 0 AND `winner_timeleft` = 1 AND id_shop = 1 LIMIT 1
0.2 87 /modules/wkproductauction/classes/AuctionDetail.php:257
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.2 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.2 46 /classes/module/Module.php:2141
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` = 13967 AND ctg.`id_group` = 1 LIMIT 1
0.2 2 /classes/Product.php:4916
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.1 1 /classes/shop/Shop.php:202
SELECT SQL_NO_CACHE * FROM ps_lgseoredirect WHERE (CONCAT("", url_old) = "/en/cart?id_product=13967&qty=1&token=dd248acc9142de93452fa7d1d04d2433" OR CONCAT("", url_old) LIKE "/en/cart?id_product=13967&qty=1&token=dd248acc9142de93452fa7d1d04d2433#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1
0.1 1 /modules/lgseoredirect/lgseoredirect.php:889
SELECT SQL_NO_CACHE count(*) FROM `ps_messagesanywhere_configuration` pe
LEFT JOIN `ps_messagesanywhere_configuration_lang` pel ON (pe.id_messagesanywhere_configuration = pel.id_messagesanywhere_configuration AND pel.id_lang = 4) 
WHERE pe.`id_shop` = 1
AND pel.`message` LIKE "%{PRODUCTS_BOUGHT%"
AND pe.`active` = 1 AND (pe.`date_from` <= "2026-04-30 18:48:43" OR pe.`date_from` = "0000-00-00 00:00:00") AND (pe.`date_to` >= "2026-04-30 18:48:43" OR pe.`date_to` = "0000-00-00 00:00:00") LIMIT 1
0.1 4 /modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php:494
SELECT SQL_NO_CACHE *
FROM `ps_customer`
WHERE (id_customer = 800006)
0.1 1 /modules/onepagecheckoutps/onepagecheckoutps.php:274
SELECT SQL_NO_CACHE name FROM ps_image_type ORDER BY name ASC
0.1 10 /modules/jscomposer/jscomposer.php:2999
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.1 64 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/shop/ShopUrl.php:169
SELECT SQL_NO_CACHE count(*) FROM `ps_messagesanywhere_configuration` pe 
WHERE pe.`id_shop` = 1
AND pe.`effect` = "ma-marquee"
AND pe.`active` = 1 AND (pe.`date_from` <= "2026-04-30 18:48:43" OR pe.`date_from` = "0000-00-00 00:00:00") AND (pe.`date_to` >= "2026-04-30 18:48:43" OR pe.`date_to` = "0000-00-00 00:00:00") LIMIT 1
0.1 4 /modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php:457
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 = 4
AND ml.id_shop = 1 LIMIT 1
0.1 1 /classes/Meta.php:149
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` = 6) LIMIT 1
0.1 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`='043f5b7424f96a1cb9313a41e38c306c' AND cache_id="ADTM|4|1||0|1" AND compile_id="" LIMIT 1
0.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2218
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('3fac6ebc7e913869e87461594de51402',"jscomposer|1|1|1|4|6","vccccartdisplayFooterTop13967", FROM_UNIXTIME(1777567723))
0.1 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.1 1 /classes/shop/Shop.php:1067
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6
0.1 4 /Adapter/Adapter_EntityMapper.php:68
SELECT SQL_NO_CACHE count(*) FROM `ps_messagesanywhere_configuration` pe
LEFT JOIN `ps_messagesanywhere_configuration_lang` pel ON (pe.id_messagesanywhere_configuration = pel.id_messagesanywhere_configuration AND pel.id_lang = 4) 
WHERE pe.`id_shop` = 1
AND pel.`message` LIKE "%{PRODUCT_ADDED_TO_CART%"
AND pe.`active` = 1 AND (pe.`date_from` <= "2026-04-30 18:48:43" OR pe.`date_from` = "0000-00-00 00:00:00") AND (pe.`date_to` >= "2026-04-30 18:48:43" OR pe.`date_to` = "0000-00-00 00:00:00") LIMIT 1
0.1 4 /modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php:507
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options_hook_module` ohm
WHERE ohm.`theme` = 'logancee' AND ohm.`alias` ='home_glasses' AND ohm.`hookname` = 'displayFooter' LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:963
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.1 86 /override/classes/Hook.php:187
SELECT SQL_NO_CACHE * FROM ps_lgseoredirect WHERE (CONCAT("", url_old) = "/en/cart?id_product=13967&qty=1&token=dd248acc9142de93452fa7d1d04d2433" OR CONCAT("", url_old) LIKE "/en/cart?id_product=13967&qty=1&token=dd248acc9142de93452fa7d1d04d2433#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1
0.1 1 /modules/lgseoredirect/lgseoredirect.php:889
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.1 3 /classes/Language.php:777
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.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.1 1 /classes/Image.php:471
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypal" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "revsliderprestashop" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 94 AND `id_shop` = 1 LIMIT 1
0.1 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`='3fac6ebc7e913869e87461594de51402' AND cache_id="jscomposer|1|1|1|4|6" AND compile_id="vccccartdisplayFooterTop13967" LIMIT 1
0.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=40 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
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` = 4) LIMIT 1
0.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=94 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='048d1387366467f61c2e7c40f7193e84' AND cache_id="blocksearch-top|1|1|1|4|6" AND compile_id="" LIMIT 1
0.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE `legend`  FROM ps_vc_media  INNER JOIN `ps_vc_media_lang` ON `ps_vc_media`.`id_vc_media` = `ps_vc_media_lang`.`id_vc_media`  WHERE ps_vc_media.id_vc_media=620 AND `ps_vc_media_lang`.id_lang = 4 LIMIT 1
0.1 1 /modules/jscomposer/jscomposer.php:1511
SELECT SQL_NO_CACHE type_name FROM ps_smart_blog_imagetype WHERE type='post'
0.1 7 /modules/jscomposer/jscomposer.php:1601
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=41 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=5 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=135 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('3fac6ebc7e913869e87461594de51402',"jscomposer|1|1|1|4|6","vccccartdisplayFooterTop13967", FROM_UNIXTIME(1777567723))
0.1 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=72 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='3834d8f849b027f9d4c256ad365eb295' AND cache_id="https://www.lacapell.com/en/cart|1|1|1|4|6" AND compile_id="" LIMIT 1
0.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options` a
WHERE (a.`id_option` = 5) LIMIT 1
0.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `image_type`
FROM `ps_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 4
0.1 64 /modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5795
SELECT SQL_NO_CACHE *
FROM `ps_customer_group`
WHERE (id_customer = 800006)
0.1 1 /modules/onepagecheckoutps/onepagecheckoutps.php:279
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1
0.1 1 /classes/SmartyCustom.php:95
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options_hook_module` ohm
WHERE ohm.`theme` = 'logancee' AND ohm.`alias` ='home_glasses' AND ohm.`hookname` = 'displayTop' LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:963
SELECT SQL_NO_CACHE DISTINCT `id_product`
FROM `ps_compare` c
LEFT JOIN `ps_compare_product` cp ON (cp.`id_compare` = c.`id_compare`)
WHERE cp.`id_compare` = 0
0.1 0 /classes/CompareProduct.php:60
SELECT SQL_NO_CACHE count(*) FROM `ps_messagesanywhere_configuration` pe 
WHERE pe.`id_shop` = 1
AND pe.`sticky` = 1
AND pe.`active` = 1 AND (pe.`date_from` <= "2026-04-30 18:48:43" OR pe.`date_from` = "0000-00-00 00:00:00") AND (pe.`date_to` >= "2026-04-30 18:48:43" OR pe.`date_to` = "0000-00-00 00:00:00") LIMIT 1
0.1 4 /modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php:469
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.1 4 /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`='ffe778189cfd9353cc609de504b9ef10' AND cache_id="ybc_newsletter|header|1|1|1|4|6" AND compile_id="" LIMIT 1
0.1 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`='e8457105baa841348b2a718626c62418' AND cache_id="blockcontact|1|1|1|4|6" AND compile_id="" LIMIT 1
0.1 1 /classes/SmartyCustom.php:215
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pagesnotfound" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockuserinfo" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1
0.1 1 /classes/SmartyCustom.php:142
SELECT SQL_NO_CACHE count(*) FROM `ps_messagesanywhere_configuration` pe 
WHERE pe.`id_shop` = 1
AND pe.`closable` = 1
AND pe.`active` = 1 AND (pe.`date_from` <= "2026-04-30 18:48:43" OR pe.`date_from` = "0000-00-00 00:00:00") AND (pe.`date_to` >= "2026-04-30 18:48:43" OR pe.`date_to` = "0000-00-00 00:00:00") LIMIT 1
0.1 4 /modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php:481
SELECT SQL_NO_CACHE os.`color`,os.`font`
FROM `ps_ovic_options_style` os
WHERE os.`theme` = 'logancee' AND os.`alias` ='home_glasses' LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1021
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1450
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options_hook_module` ohm
WHERE ohm.`theme` = 'logancee' AND ohm.`alias` ='home_glasses' AND ohm.`hookname` = 'displayBottomColumn' LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:963
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=175 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE *
FROM `ps_ovic_options_hook_module` ohm
WHERE ohm.`theme` = 'logancee' AND ohm.`alias` ='home_glasses' AND ohm.`hookname` = 'displayBeforeLogo' LIMIT 1
0.1 0 /modules/oviclayoutcontrol/oviclayoutcontrol.php:963
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "homeslider" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE data FROM ps_creativepopup_revisions WHERE id = -1 LIMIT 1
0.1 1 /modules/creativepopup/helper.php:677
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartshortcode" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `legend`  FROM ps_vc_media  INNER JOIN `ps_vc_media_lang` ON `ps_vc_media`.`id_vc_media` = `ps_vc_media_lang`.`id_vc_media`  WHERE ps_vc_media.id_vc_media=706 AND `ps_vc_media_lang`.id_lang = 4 LIMIT 1
0.1 1 /modules/jscomposer/jscomposer.php:1511
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1
0.1 1 /classes/Language.php:680
INSERT IGNORE INTO `ps_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('3fac6ebc7e913869e87461594de51402',"jscomposer|1|1|1|4|6","vccccartdisplayFooterTop13967", FROM_UNIXTIME(1777567723))
0.1 1 /classes/SmartyCustom.php:263
SELECT SQL_NO_CACHE COUNT(`id_module`) FROM ps_module_shop
WHERE enable_device & 1 AND id_module=14 AND id_shop IN (1) LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:1301
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 233 LIMIT 1
0.1 0 /classes/Category.php:1054
SELECT SQL_NO_CACHE `file_name`, `subdir` FROM ps_vc_media WHERE id_vc_media=620
0.1 1 /modules/jscomposer/jscomposer.php:1491
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "lgseoredirect" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "emailverificationopc" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 3) LIMIT 1
0.1 1 /Adapter/Adapter_EntityMapper.php:61
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 37 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1450
SELECT SQL_NO_CACHE COUNT(`id_option`) FROM `ps_ovic_options` WHERE `id_option` = 5 LIMIT 1
0.1 1 /modules/oviclayoutcontrol/oviclayoutcontrol.php:691
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.1 1 /classes/ObjectModel.php:1450
SELECT SQL_NO_CACHE `file_name`, `subdir` FROM ps_vc_media WHERE id_vc_media=706
0.1 1 /modules/jscomposer/jscomposer.php:1491
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 40 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1
0.1 1 /classes/module/Module.php:2568
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 163 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2218
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.1 0 /classes/module/Module.php:2218
DELETE FROM ps_required_field
0.1 1 /modules/onepagecheckoutps/onepagecheckoutps.php:304

Doubles

9
        			SELECT COUNT(`id_module`) FROM ps_module_shop
        			WHERE enable_device & XX AND id_module=XX AND id_shop IN (XX) LIMIT XX
7
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6
				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
3
INSERT IGNORE INTO `ps_smarty_lazy_cache`
							(`template_hash`, `cache_id`, `compile_id`, `last_update`)
							VALUES (XX,"jscomposer|XX|XX|XX|XX|XX","vccccartdisplayFooterTopXX", FROM_UNIXTIME(XX))
2
SELECT * FROM ps_lgseoredirect WHERE (CONCAT("", url_old) = "/en/cart?id_product=XX&qty=XX&token=ddXXaccXXdeXXfaXXdXXdXXdXX" OR CONCAT("", url_old) LIKE "/en/cart?id_product=XX&qty=XX&token=ddXXaccXXdeXXfaXXdXXdXXdXX#%") AND id_shop = "XX" ORDER BY id DESC LIMIT XX
2
SELECT `legend`  FROM ps_vc_media  INNER JOIN `ps_vc_media_lang` ON `ps_vc_media`.`id_vc_media` = `ps_vc_media_lang`.`id_vc_media`  WHERE ps_vc_media.id_vc_media=XX AND `ps_vc_media_lang`.id_lang = XX LIMIT XX
2
SELECT `file_name`, `subdir` FROM ps_vc_media WHERE id_vc_media=XX
2
            SELECT `image_type`
            FROM `ps_pm_advancedtopmenu_elements_lang`
            WHERE `image_type` NOT IN ("jpg", "png", "gif")
            AND `id_lang` = XX
2
            SELECT `image_type`
            FROM `ps_pm_advancedtopmenu_columns_lang`
            WHERE `image_type` NOT IN ("jpg", "png", "gif")
            AND `id_lang` = XX
2
            SELECT `image_type`
            FROM `ps_pm_advancedtopmenu_lang`
            WHERE `image_type` NOT IN ("jpg", "png", "gif")
            AND `id_lang` = XX

Tables stress

26 module
25 module_shop
7 smarty_lazy_cache
5 ovic_options_hook_module
5 messagesanywhere_configuration
4 shop
4 shop_url
4 lang_shop
4 lang
4 vc_media
4 currency_shop
3 hook
3 theme
3 meta
3 image_type
3 currency
2 ovic_options
2 group_shop
2 pm_advancedtopmenu_elements_lang
2 pm_advancedtopmenu_lang
2 vccontentanywhere
2 messagesanywhere_configuration_lang
2 smarty_last_flush
2 pm_advancedtopmenu_columns_lang
2 vc_media_lang
2 meta_lang
2 shop_group
2 country_shop
2 country_lang
2 configuration
2 lgseoredirect
2 hook_alias
2 country
1 group
1 hook_module
1 creativepopup_revisions
1 configuration_lang
1 auction_details
1 ovic_options_style
1 pagelink_module
1 pagelink_module_lang
1 vccontentanywhere_lang
1 vccontentanywhere_shop
1 module_group
1 customer_group
1 required_field
1 category_product
1 magiczoom_settings
1 hook_module_exceptions
1 product
1 product_shop
1 theme_meta
1 category_lang
1 category_group
1 group_lang
1 compare
1 compare_product
1 vc_image_type
1 presta_product_builder
1 revslider_sliders
1 smart_blog_imagetype
1 customer
1 product_lang

ObjectModel instances

NameInstancesSource
Options 6 /modules/oviclayoutcontrol/oviclayoutcontrol.php [1485]
/modules/oviclayoutcontrol/oviclayoutcontrol.php [1158]
/modules/oviclayoutcontrol/oviclayoutcontrol.php [1158]
/modules/oviclayoutcontrol/oviclayoutcontrol.php [1158]
/modules/oviclayoutcontrol/oviclayoutcontrol.php [1158]
/modules/oviclayoutcontrol/oviclayoutcontrol.php [1158]
Country 3 /config/config.inc.php [142]
/modules/paypal/paypal.php [111]
/modules/paypal/paypal.php [2355]
Theme 2 /config/config.inc.php [115]
/modules/megabanner/megabanner.php [1886]
Language 2 /config/config.inc.php [195]
/classes/Tools.php [498]
Shop 1 /config/config.inc.php [114]
ShopGroup 1 /classes/shop/Shop.php [518]
Customer 1 /config/config.inc.php [221]
Currency 1 /classes/Tools.php [612]
Cart 1 /classes/controller/FrontController.php [348]
Group 1 /classes/Cart.php [184]
Product 1 /modules/blockviewed/blockviewed.php [158]
vccontentanywhere 1 /modules/jscomposer/jscomposer.php [2282]
PrestaProductBuilder 1 /modules/prestaproductpagebuilder/prestaproductpagebuilder.php [182]
AuctionDetail 1 /modules/wkproductauction/wkproductauction.php [826]

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/classes/cache/Cache.php
24/Adapter/Adapter_EntityMapper.php
25/classes/db/DbQuery.php
26/classes/Theme.php
27/config/defines_uri.inc.php
28/classes/Language.php
29/classes/Country.php
30/classes/PrestaShopCollection.php
31/classes/shop/ShopGroup.php
32/classes/Cookie.php
33/classes/Rijndael.php
34/config/smarty.config.inc.php
35/tools/smarty/Smarty.class.php
36/tools/smarty/sysplugins/smarty_internal_data.php
37/tools/smarty/sysplugins/smarty_internal_templatebase.php
38/tools/smarty/sysplugins/smarty_internal_template.php
39/tools/smarty/sysplugins/smarty_resource.php
40/tools/smarty/sysplugins/smarty_internal_resource_file.php
41/tools/smarty/sysplugins/smarty_cacheresource.php
42/tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
43/classes/SmartyCustom.php
44/config/smartyfront.config.inc.php
45/classes/Customer.php
46/classes/Group.php
47/classes/Link.php
48/override/classes/Link.php
49/classes/shop/ShopUrl.php
50/classes/Dispatcher.php
51/override/classes/Hook.php
52/tools/mobile_Detect/Mobile_Detect.php
53/config/db_slave_server.inc.php
54/classes/module/Module.php
55/modules/smartblog/smartblog.php
56/modules/smartblog/classes/BlogCategory.php
57/modules/smartblog/classes/Blogcomment.php
58/modules/smartblog/classes/BlogPostCategory.php
59/modules/smartblog/classes/BlogTag.php
60/modules/smartblog/classes/SmartBlogPost.php
61/modules/smartblog/classes/BlogImageType.php
62/modules/smartblog/controllers/admin/AdminAboutUsController.php
63/classes/controller/ModuleAdminController.php
64/classes/controller/AdminController.php
65/classes/Translate.php
66/themes/logancee/modules/smartblog/translations/en.php
67/modules/eventsmanager/eventsmanager.php
68/modules/eventsmanager/models/Events.php
69/modules/eventsmanager/models/fmeTags.php
70/modules/eventsmanager/tools/FMEEventsTools.php
71/modules/eventsmanager/tools/EventsPaginator.php
72/modules/eventsmanager/models/FmeSeatMapModel.php
73/modules/eventsmanager/models/FmeCustomerModel.php
74/modules/myaccountcustomizer/myaccountcustomizer.php
75/modules/lgseoredirect/lgseoredirect.php
76/modules/lgseoredirect/config/config.inc.php
77/modules/lgseoredirect/vendor/autoload.php
78/modules/lgseoredirect/vendor/composer/autoload_real.php
79/modules/lgseoredirect/vendor/composer/ClassLoader.php
80/modules/lgseoredirect/vendor/composer/autoload_static.php
81/modules/lgseoredirect/translations/en.php
82/modules/glotio/glotio.php
83/modules/glotio/vendor/autoload.php
84/modules/glotio/vendor/composer/autoload_real.php
85/modules/glotio/vendor/composer/autoload_static.php
86/modules/glotio/vendor/ramsey/array_column/src/array_column.php
87/modules/glotio/translations/en.php
88/controllers/front/CartController.php
89/classes/controller/FrontController.php
90/override/classes/controller/FrontController.php
91/override/controllers/front/CartController.php
92/modules/litespeedcache/litespeedcache.php
93/modules/litespeedcache/classes/Helper.php
94/modules/litespeedcache/classes/EsiItem.php
95/modules/litespeedcache/classes/DebugLog.php
96/modules/litespeedcache/classes/Config.php
97/modules/litespeedcache/classes/EsiModConf.php
98/modules/litespeedcache/classes/Cache.php
99/modules/litespeedcache/classes/VaryCookie.php
100/modules/litespeedcache/thirdparty/lsc_include.php
101/modules/litespeedcache/thirdparty/LscIntegration.php
102/modules/litespeedcache/thirdparty/shared/LscToken.php
103/modules/litespeedcache/thirdparty/shared/LscEnv.php
104/modules/litespeedcache/thirdparty/1.6/LscBlockCart.php
105/modules/litespeedcache/thirdparty/1.6/LscBlockUserInfo.php
106/modules/litespeedcache/thirdparty/1.6/LscCompareProduct.php
107/themes/logancee/lang/en.php
108/classes/Currency.php
109/classes/Cart.php
110/classes/CartRule.php
111/override/classes/CartRule.php
112/classes/Meta.php
113/classes/Product.php
114/classes/webservice/WebserviceRequest.php
115/classes/Media.php
116/override/classes/Media.php
117/modules/wkproductauction/wkproductauction.php
118/modules/wkproductauction/classes/AuctionInclude.php
119/modules/wkproductauction/classes/AuctionGeneralConfig.php
120/modules/wkproductauction/classes/AuctionIncrementConfig.php
121/modules/wkproductauction/classes/AuctionDetail.php
122/modules/wkproductauction/classes/AuctionIncrementDetails.php
123/modules/wkproductauction/classes/AuctionBidDetails.php
124/modules/wkproductauction/classes/AuctionProductOrders.php
125/modules/wkproductauction/classes/AuctionCustomerConfiguration.php
126/modules/wkproductauction/classes/AuctionUpdateHit.php
127/modules/wkproductauction/classes/WkProductAuctionDb.php
128/modules/wkproductauction/translations/en.php
129/modules/magiczoom/magiczoom.php
130/modules/magiczoom/magiczoom.module.core.class.php
131/modules/magiczoom/magictoolbox.params.class.php
132/modules/magiczoom/magicscroll.module.core.class.php
133/modules/ets_superspeed/ets_superspeed.php
134/modules/ets_superspeed/classes/cache.php
135/modules/ets_superspeed/classes/http_build_url.php
136/modules/ets_superspeed/ets_superspeed_defines.php
137/modules/ets_superspeed/classes/ets_superspeed_cache_page.php
138/modules/ets_superspeed/classes/ets_superspeed_paggination_class.php
139/modules/ets_superspeed/ets_superspeed_compressor_image.php
140/modules/ets_superspeed/classes/ext/temp
141/modules/ets_superspeed/translations/en.php
142/cache/smarty/compile/4b/1b/a2/4b1ba2358889d5e6f45cf7a8dcf038b771a9188e.file.javascript.tpl.php
143/tools/smarty/plugins/modifier.escape.php
144/tools/smarty/sysplugins/smarty_internal_filter_handler.php
145/tools/minify_html/minify_html.class.php
146/tools/js_minify/jsmin.php
147/modules/socialsharing/socialsharing.php
148/themes/logancee/modules/socialsharing/translations/en.php
149/modules/socialsharing/translations/en.php
150/modules/blockcart/blockcart.php
151/themes/logancee/modules/blockcart/translations/en.php
152/modules/blockcart/translations/en.php
153/modules/blocksocial/blocksocial.php
154/themes/logancee/modules/blocksocial/translations/en.php
155/modules/blocksocial/translations/en.php
156/modules/blockcategories/blockcategories.php
157/themes/logancee/modules/blockcategories/translations/en.php
158/modules/blockcategories/translations/en.php
159/modules/blockcurrencies/blockcurrencies.php
160/themes/logancee/modules/blockcurrencies/translations/en.php
161/modules/blockcurrencies/translations/en.php
162/modules/blocklanguages/blocklanguages.php
163/themes/logancee/modules/blocklanguages/translations/en.php
164/modules/blocklanguages/translations/en.php
165/modules/blockcms/blockcms.php
166/modules/blockcms/BlockCMSModel.php
167/themes/logancee/modules/blockcms/translations/en.php
168/modules/blockcms/translations/en.php
169/modules/blockcontact/blockcontact.php
170/themes/logancee/modules/blockcontact/translations/en.php
171/modules/blockcontact/translations/en.php
172/modules/blockcontactinfos/blockcontactinfos.php
173/themes/logancee/modules/blockcontactinfos/translations/en.php
174/modules/blockcontactinfos/translations/en.php
175/modules/blockmanufacturer/blockmanufacturer.php
176/themes/logancee/modules/blockmanufacturer/translations/en.php
177/modules/blockmanufacturer/translations/en.php
178/modules/blockmyaccount/blockmyaccount.php
179/themes/logancee/modules/blockmyaccount/translations/en.php
180/modules/blockmyaccount/translations/en.php
181/modules/blockmyaccountfooter/blockmyaccountfooter.php
182/themes/logancee/modules/blockmyaccountfooter/translations/en.php
183/modules/blockmyaccountfooter/translations/en.php
184/modules/blocknewproducts/blocknewproducts.php
185/themes/logancee/modules/blocknewproducts/translations/en.php
186/modules/blocknewproducts/translations/en.php
187/modules/blockpaymentlogo/blockpaymentlogo.php
188/themes/logancee/modules/blockpaymentlogo/translations/en.php
189/modules/blockpaymentlogo/translations/en.php
190/modules/blockspecials/blockspecials.php
191/themes/logancee/modules/blockspecials/translations/en.php
192/modules/blockspecials/translations/en.php
193/modules/blockstore/blockstore.php
194/themes/logancee/modules/blockstore/translations/en.php
195/modules/blockstore/translations/en.php
196/modules/blocksupplier/blocksupplier.php
197/themes/logancee/modules/blocksupplier/translations/en.php
198/modules/blocksupplier/translations/en.php
199/modules/blocktags/blocktags.php
200/themes/logancee/modules/blocktags/translations/en.php
201/modules/blocktags/translations/en.php
202/modules/blockuserinfo/blockuserinfo.php
203/themes/logancee/modules/blockuserinfo/translations/en.php
204/modules/blockuserinfo/translations/en.php
205/modules/blockviewed/blockviewed.php
206/themes/logancee/modules/blockviewed/translations/en.php
207/modules/blockviewed/translations/en.php
208/classes/Category.php
209/modules/homeslider/homeslider.php
210/modules/homeslider/HomeSlide.php
211/themes/logancee/modules/homeslider/translations/en.php
212/modules/homeslider/translations/en.php
213/modules/homefeatured/homefeatured.php
214/themes/logancee/modules/homefeatured/translations/en.php
215/modules/homefeatured/translations/en.php
216/modules/sendtoafriend/sendtoafriend.php
217/themes/logancee/modules/sendtoafriend/translations/en.php
218/modules/sendtoafriend/translations/en.php
219/modules/productscategory/productscategory.php
220/themes/logancee/modules/productscategory/translations/en.php
221/modules/productscategory/translations/en.php
222/modules/advancetopmenu/advancetopmenu.php
223/modules/advancetopmenu/class/Item.php
224/modules/advancetopmenu/class/Block.php
225/modules/advancetopmenu/class/Submenu.php
226/themes/logancee/modules/advancetopmenu/translations/en.php
227/modules/advancetopmenu/translations/en.php
228/modules/flexgroupbanners/flexgroupbanners.php
229/themes/logancee/modules/flexgroupbanners/translations/en.php
230/modules/flexgroupbanners/translations/en.php
231/modules/advancefooter/advancefooter.php
232/modules/advancefooter/class/FBlock.php
233/modules/advancefooter/class/FItem.php
234/modules/advancefooter/class/FRow.php
235/themes/logancee/modules/advancefooter/translations/en.php
236/modules/advancefooter/translations/en.php
237/modules/pagelink/pagelink.php
238/themes/logancee/modules/pagelink/translations/en.php
239/modules/pagelink/translations/en.php
240/modules/simplecategory/simplecategory.php
241/themes/logancee/modules/simplecategory/translations/en.php
242/modules/simplecategory/translations/en.php
243/classes/CompareProduct.php
244/classes/Image.php
245/classes/ImageType.php
246/modules/customhtml/customhtml.php
247/themes/logancee/modules/customhtml/translations/en.php
248/modules/customhtml/translations/en.php
249/modules/brandsslider/brandsslider.php
250/modules/customcontent/customcontent.php
251/modules/customcontent/translations/en.php
252/modules/themeconfigurator/themeconfigurator.php
253/modules/themeconfigurator/translations/en.php
254/modules/blocklayered/blocklayered.php
255/themes/logancee/modules/blocklayered/translations/en.php
256/modules/blocklayered/translations/en.php
257/modules/storemap/storemap.php
258/modules/megabanner/megabanner.php
259/modules/megabanner/translations/en.php
260/modules/jscomposer/jscomposer.php
261/modules/jscomposer/classes/VcImageType.php
262/modules/jscomposer/classes/vccontentanywhere.php
263/modules/jscomposer/classes/vcproducttabcreator.php
264/modules/jscomposer/include/helpers/helpers_factory.php
265/modules/jscomposer/include/helpers/helpers.php
266/modules/jscomposer/include/classes/core/interfaces.php
267/modules/jscomposer/include/classes/core/class-wpb-map.php
268/modules/jscomposer/include/helpers/helpers_api.php
269/modules/jscomposer/include/helpers/filters.php
270/modules/jscomposer/include/params/params.php
271/modules/jscomposer/include/classes/shortcodes/shortcodes.php
272/modules/jscomposer/config/modules_list.php
273/modules/smartultimatevcaddons/smartultimatevcaddons.php
274/modules/smartultimatevcaddons/modules/Ultimate_Functions.php
275/modules/smartultimatevcaddons/translations/en.php
276/modules/smartultimatevcaddons/inc/include.php
277/modules/smartultimatevcaddons/modules/Ultimate_Font_Manager.php
278/modules/smartultimatevcaddons/modules/Ultimate_Icon_Manager.php
279/modules/smartultimatevcaddons/modules/Ultimate_Info_Box.php
280/modules/smartultimatevcaddons/modules/Ultimate_Just_Icon.php
281/modules/smartultimatevcaddons/modules/Ultimate_Animation.php
282/modules/smartultimatevcaddons/modules/Ultimate_Buttons.php
283/modules/smartultimatevcaddons/modules/Ultimate_Carousel.php
284/modules/smartultimatevcaddons/modules/Ultimate_CountDown.php
285/modules/smartultimatevcaddons/modules/Ultimate_Flip_Box.php
286/modules/smartultimatevcaddons/modules/Ultimate_Google_Maps.php
287/modules/smartultimatevcaddons/modules/Ultimate_Google_Trends.php
288/modules/smartultimatevcaddons/modules/Ultimate_Headings.php
289/modules/smartultimatevcaddons/modules/Ultimate_Hightlight_Box.php
290/modules/smartultimatevcaddons/modules/Ultimate_Icon_Timeline.php
291/modules/smartultimatevcaddons/modules/Ultimate_Icons.php
292/modules/smartultimatevcaddons/modules/Ultimate_iHover.php
293/modules/smartultimatevcaddons/modules/Ultimate_Info_Banner.php
294/modules/smartultimatevcaddons/modules/Ultimate_Info_Circle.php
295/modules/smartultimatevcaddons/modules/Ultimate_Info_List.php
296/modules/smartultimatevcaddons/modules/Ultimate_Info_Tables.php
297/modules/smartultimatevcaddons/modules/Ultimate_Interactive_Banner_2.php
298/modules/smartultimatevcaddons/modules/Ultimate_Interactive_Banners.php
299/modules/smartultimatevcaddons/modules/Ultimate_List_Icon.php
300/modules/smartultimatevcaddons/modules/Ultimate_Modals.php
301/modules/smartultimatevcaddons/modules/Ultimate_Parallax.php
302/modules/smartultimatevcaddons/modules/Ultimate_Pricing_Tables.php
303/modules/smartultimatevcaddons/modules/Ultimate_Spacer.php
304/modules/smartultimatevcaddons/modules/Ultimate_Stats_Counter.php
305/modules/smartultimatevcaddons/modules/Ultimate_Swatch_Book.php
306/modules/prestaproductpagebuilder/prestaproductpagebuilder.php
307/modules/prestaproductpagebuilder/classes/PrestaProductBuilder.php
308/modules/prestaproductpagebuilder/classes/ProductBuilderProductExtraTab.php
309/modules/jscomposer/include/classes/core/class-vc-mapper.php
310/modules/prestaproductpagebuilder/inc/include.php
311/modules/prestaproductpagebuilder/modules/presta-single-product-buy-block.php
312/modules/prestaproductpagebuilder/modules/presta-single-product-ratting.php
313/modules/prestaproductpagebuilder/modules/presta-single-product-name.php
314/modules/prestaproductpagebuilder/modules/presta-single-product-reference.php
315/modules/prestaproductpagebuilder/modules/presta-single-product-description-short.php
316/modules/prestaproductpagebuilder/modules/presta-single-product-quantity.php
317/modules/prestaproductpagebuilder/modules/presta-single-product-availability.php
318/modules/prestaproductpagebuilder/modules/presta-single-product-condition.php
319/modules/prestaproductpagebuilder/modules/presta-single-product-counter.php
320/modules/prestaproductpagebuilder/modules/presta-single-product-hook-out-of-stock.php
321/modules/prestaproductpagebuilder/modules/presta-single-product-hook-extra-right.php
322/modules/prestaproductpagebuilder/modules/presta-single-product-hook-extra-left.php
323/modules/prestaproductpagebuilder/modules/presta-single-product-hook-footer.php
324/modules/prestaproductpagebuilder/modules/presta-single-product-images.php
325/modules/prestaproductpagebuilder/modules/presta-single-product-tab-quantity-discount.php
326/modules/prestaproductpagebuilder/modules/presta-single-product-tab-description.php
327/modules/prestaproductpagebuilder/modules/presta-single-product-tab-features.php
328/modules/prestaproductpagebuilder/modules/presta-single-product-tab-accessories.php
329/modules/prestaproductpagebuilder/modules/presta-single-product-hook-product-tab.php
330/modules/prestaproductpagebuilder/modules/vc-hook.php
331/modules/jscomposer/include/classes/core/class-vc-base.php
332/modules/jscomposer/include/classes/editors/popups/class-vc-templates-editor.php
333/modules/jscomposer/include/classes/editors/popups/class-vc-shortcode-edit-form.php
334/modules/jscomposer/include/classes/vendors/class-vc-vendors-manager.php
335/modules/jscomposer/include/classes/vendors/_autoload.php
336/modules/jscomposer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php
337/modules/jscomposer/include/classes/vendors/plugins/class-vc-vendor-revslider.php
338/modules/jscomposer/include/params/load.php
339/modules/jscomposer/include/params/textarea_html/textarea_html.php
340/modules/jscomposer/include/params/colorpicker/colorpicker.php
341/modules/jscomposer/include/params/loop/loop.php
342/modules/jscomposer/include/params/vc_link/vc_link.php
343/modules/jscomposer/include/params/options/options.php
344/modules/jscomposer/include/params/sorted_list/sorted_list.php
345/modules/jscomposer/include/params/css_editor/css_editor.php
346/modules/jscomposer/include/params/tab_id/tab_id.php
347/modules/jscomposer/include/params/href/href.php
348/modules/jscomposer/include/params/autocomplete/autocomplete.php
349/modules/jscomposer/include/params/font_container/font_container.php
350/modules/jscomposer/include/params/google_fonts/google_fonts.php
351/modules/jscomposer/include/params/column_offset/column_offset.php
352/modules/jscomposer/include/params/el_id/el_id.php
353/modules/jscomposer/config/map.php
354/modules/jscomposer/include/classes/settings/class-vc-automapper.php
355/modules/jscomposer/include/classes/editors/class-vc-frontend-editor.php
356/modules/oviccategorysizechart/oviccategorysizechart.php
357/modules/oviccategorysizechart/categorysizechart.php
358/modules/oviccontactform/oviccontactform.php
359/modules/socialnetworklinks/socialnetworklinks.php
360/modules/socialnetworklinks/key.php
361/modules/ganalytics/ganalytics.php
362/modules/ganalytics/translations/en.php
363/modules/uecookie/uecookie.php
364/modules/uecookie/key.php
365/modules/canonicalurlpro/canonicalurlpro.php
366/modules/canonicalurlpro/en.php
367/modules/revsliderprestashop/revsliderprestashop.php
368/modules/revsliderprestashop/revprestashoploader.php
369/modules/revsliderprestashop/inc_php/revslider_db.class.php
370/modules/revsliderprestashop/inc_php/framework/base.class.php
371/modules/revsliderprestashop/inc_php/framework/elements_base.class.php
372/modules/revsliderprestashop/inc_php/framework/base_admin.class.php
373/modules/revsliderprestashop/inc_php/framework/include_framework.php
374/modules/revsliderprestashop/inc_php/framework/functions.php
375/modules/revsliderprestashop/inc_php/framework/functions.class.php
376/modules/revsliderprestashop/inc_php/framework/functions_wordpress.class.php
377/modules/revsliderprestashop/inc_php/framework/db.class.php
378/modules/revsliderprestashop/inc_php/framework/settings.class.php
379/modules/revsliderprestashop/inc_php/framework/cssparser.class.php
380/modules/revsliderprestashop/inc_php/framework/settings_advances.class.php
381/modules/revsliderprestashop/inc_php/framework/settings_output.class.php
382/modules/revsliderprestashop/inc_php/framework/settings_product.class.php
383/modules/revsliderprestashop/inc_php/framework/settings_product_sidebar.class.php
384/modules/revsliderprestashop/inc_php/framework/image_view.class.php
385/modules/revsliderprestashop/inc_php/framework/zip.class.php
386/modules/revsliderprestashop/inc_php/framework/wpml.class.php
387/modules/revsliderprestashop/inc_php/framework/em_integration.class.php
388/modules/revsliderprestashop/inc_php/framework/aq_resizer.class.php
389/modules/revsliderprestashop/inc_php/framework/plugin-update.class.php
390/modules/revsliderprestashop/inc_php/framework/base_front.class.php
391/modules/revsliderprestashop/inc_php/revslider_settings_product.class.php
392/modules/revsliderprestashop/inc_php/revslider_globals.class.php
393/modules/revsliderprestashop/inc_php/revslider_operations.class.php
394/modules/revsliderprestashop/inc_php/revslider_navigation.class.php
395/modules/revsliderprestashop/inc_php/revslider_slider.class.php
396/modules/revsliderprestashop/inc_php/revslider_output.class.php
397/modules/revsliderprestashop/inc_php/revslider_slide.class.php
398/modules/revsliderprestashop/inc_php/revslider_params.class.php
399/modules/revsliderprestashop/inc_php/fonts.class.php
400/modules/revsliderprestashop/inc_php/hooks.class.php
401/modules/revsliderprestashop/inc_php/revslider_template.class.php
402/modules/revsliderprestashop/inc_php/external-sources.class.php
403/modules/revsliderprestashop/revslider_admin.php
404/modules/paypal/paypal.php
405/modules/paypal/api/paypal_lib.php
406/modules/paypal/api/paypal_connect.php
407/modules/paypal/api/CallApiPaypalPlus.php
408/modules/paypal/api/ApiPaypalPlus.php
409/modules/paypal/paypal_logos.php
410/modules/paypal/paypal_orders.php
411/modules/paypal/paypal_tools.php
412/modules/paypal/paypal_login/paypal_login.php
413/modules/paypal/paypal_login/PayPalLoginUser.php
414/modules/paypal/classes/PaypalCapture.php
415/modules/paypal/classes/AuthenticatePaymentMethods.php
416/modules/paypal/classes/PaypalPlusPui.php
417/classes/PaymentModule.php
418/modules/paypal/en.php
419/cache/smarty/compile/76/10/d1/7610d1409b44ee6aa662fc39ce45a112de98cf0d.file.paypal.js.php
420/modules/mailalerts/mailalerts.php
421/modules/mailalerts/MailAlert.php
422/modules/mailalerts/translations/en.php
423/modules/onepagecheckoutps/onepagecheckoutps.php
424/modules/onepagecheckoutps/classes/OnePageCheckoutPSCore.php
425/modules/onepagecheckoutps/translations/en.php
426/modules/onepagecheckoutps/classes/FieldClass.php
427/modules/onepagecheckoutps/classes/FieldControl.php
428/modules/onepagecheckoutps/classes/FieldOptionClass.php
429/modules/onepagecheckoutps/classes/PaymentClass.php
430/modules/multifeatures/multifeatures.php
431/modules/cookieslaw/cookieslaw.php
432/modules/cookieslaw/en.php
433/cache/smarty/compile/54/63/4d/54634d864a81d5423b2de0f3c0a7ae7064ea3ddb.file.cookieslaw.tpl.php
434/modules/pm_advancedtopmenu/pm_advancedtopmenu.php
435/modules/pm_advancedtopmenu/AdvancedTopMenuClass.php
436/modules/pm_advancedtopmenu/AdvancedTopMenuColumnWrapClass.php
437/modules/pm_advancedtopmenu/AdvancedTopMenuColumnClass.php
438/modules/pm_advancedtopmenu/AdvancedTopMenuElementsClass.php
439/modules/pm_advancedtopmenu/AdvancedTopMenuProductColumnClass.php
440/modules/pm_advancedtopmenu/AdvancedTopMenuWidgetProxy.php
441/modules/fbpixel/fbpixel.php
442/modules/fbpixel/key.php
443/cache/smarty/compile/15/3d/a0/153da073d75e57fee1f91b775baa292ad385db1f.file.header.tpl.php
444/modules/nkmcustomerfile/nkmcustomerfile.php
445/modules/nkmcustomerfile/classes/NkmCustomerFileClass.php
446/modules/nkmcustomerfile/controllers/admin/AdminNkmCustomerFileController.php
447/modules/messagesanywhere/messagesanywhere.php
448/modules/messagesanywhere/classes/MessagesAnywhereConfiguration.php
449/modules/messagesanywhere/translations/en.php
450/modules/creativepopup/creativepopup.php
451/modules/creativepopup/helper.php
452/modules/creativepopup/classes/CpDb.php
453/modules/creativepopup/base/classes/CpCache.phtml
454/modules/creativepopup/base/core.php
455/modules/creativepopup/base/cp/scripts.php
456/modules/creativepopup/base/cp/menus.php
457/modules/creativepopup/base/cp/hooks.php
458/modules/creativepopup/base/cp/shortcodes.php
459/modules/creativepopup/base/includes/utils.php
460/modules/creativepopup/base/classes/Posts.php
461/modules/creativepopup/base/classes/Instances.php
462/modules/creativepopup/base/classes/Sources.php
463/modules/creativepopup/base/classes/Popups.php
464/modules/blockrelatedproductstags/blockrelatedproductstags.php
465/modules/blockrelatedproductstags/translations/en.php
466/modules/blockwishlist/blockwishlist.php
467/modules/blockwishlist/WishList.php
468/themes/logancee/modules/blockwishlist/translations/en.php
469/modules/blockwishlist/translations/en.php
470/cache/smarty/compile/84/53/ac/8453ac9526b4134d58fb0be1907964e320668ee5.file.buy_now.tpl.php
471/modules/cdc_googletagmanager/cdc_googletagmanager.php
472/modules/cdc_googletagmanager/classes/CdcGtmOrderLog.php
473/modules/cdc_googletagmanager/services/CdcTools.php
474/modules/cdc_googletagmanager/services/PrestashopUtils.php
475/modules/cdc_googletagmanager/classes/DataLayer.php
476/modules/cdc_googletagmanager/classes/gtm/Ecommerce.php
477/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php
478/modules/cdc_googletagmanager/services/Gtm_Product.php
479/modules/cdc_googletagmanager/classes/gtm/Refund.php
480/modules/cdc_googletagmanager/classes/gtm/GoogleTagParams.php
481/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php
482/modules/blocksearch/blocksearch.php
483/themes/logancee/modules/blocksearch/translations/en.php
484/modules/blocksearch/translations/en.php
485/modules/ybc_newsletter/ybc_newsletter.php
486/modules/ybc_newsletter/cache/temp
487/modules/ybc_newsletter/classes/create_discount.php
488/modules/ybc_newsletter/classes/ybc_new_api_v3_client.php
489/modules/ybc_newsletter/classes/syncmailchimp.php
490/modules/ybc_newsletter/controllers/front/common_tools.php
491/modules/ybc_newsletter/classes/ybc_newsletter_defines.php
492/cache/smarty/cache/ybc_newsletter/header/1/1/1/4/6/ff/98/a2/ff98a2e8eefefb39517428ade04458ebb0d33794.header.tpl.php
493/modules/faktiva_seotk/faktiva_seotk.php
494/modules/faktiva_seotk/tools/debug.php
495/cache/smarty/compile/92/d1/4f/92d14f55c71d1dee0077ec23a9376f23da02034c.file.meta-hreflang.tpl.php
496/tools/smarty/plugins/modifier.replace.php
497/tools/smarty/plugins/shared.mb_str_replace.php
498/cache/smarty/cache/https_www_lacapell_com_en_cart/1/1/1/4/6/3a/a5/00/3aa50069a788072f9e09f5afe211ba4019801f75.meta-canonical.tpl.php
499/modules/oviclayoutcontrol/oviclayoutcontrol.php
500/modules/oviclayoutcontrol/class/Options.php
501/modules/oviclayoutcontrol/class/Hookmanager.php
502/themes/logancee/modules/oviclayoutcontrol/translations/en.php
503/cache/smarty/cache/blockcontact/1/1/1/4/6/10/34/5a/10345ab8980f5937ece011fae82ad7ed89b5790a.nav.tpl.php
504/cache/smarty/compile/9b/aa/ba/9baabaac0f3b46926ff38f00f2746c6053e294fd.file.multistyle.tpl.php
505/cache/smarty/cache/blocksearch_top/1/1/1/4/6/ad/9d/f3/ad9df3168ae279662a68df5866858c6906ed520a.blocksearch-top.tpl.php
506/Adapter/Adapter_AddressFactory.php
507/Adapter/Adapter_ProductPriceCalculator.php
508/Adapter/Adapter_Configuration.php
509/Core/Business/Core_Business_ConfigurationInterface.php
510/classes/Customization.php
511/cache/smarty/compile/62/7d/71/627d7149674f563be073620fe256ba65c3184342.file.blockcart.tpl.php
512/tools/smarty/plugins/function.counter.php
513/modules/pagesnotfound/pagesnotfound.php
514/themes/logancee/modules/pagesnotfound/translations/en.php
515/modules/pagesnotfound/translations/en.php
516/modules/sekeywords/sekeywords.php
517/classes/module/ModuleGraph.php
518/themes/logancee/modules/sekeywords/translations/en.php
519/modules/sekeywords/translations/en.php
520/cache/smarty/cache/ADTM/4/1/0/1/4d/96/ae/4d96ae8e5c2e6d9bce3fcdcdb87816f802d893d2.pm_advancedtopmenu.tpl.php
521/modules/statsdata/statsdata.php
522/themes/logancee/modules/statsdata/translations/en.php
523/modules/statsdata/translations/en.php
524/modules/jscomposer/include/classes/shortcodes/wordpress-widgets.php
525/modules/jscomposer/include/classes/shortcodes/vc-row.php
526/modules/jscomposer/include/templates/shortcodes/vc_row.php
527/modules/jscomposer/include/classes/shortcodes/vc-column.php
528/modules/jscomposer/include/templates/shortcodes/vc_column.php
529/modules/jscomposer/include/classes/settings/class-vc-settings.php
530/modules/jscomposer/include/classes/shortcodes/vc-column-text.php
531/modules/jscomposer/include/templates/shortcodes/vc_column_text.php
532/modules/jscomposer/include/classes/shortcodes/vc-row-inner.php
533/modules/jscomposer/include/classes/shortcodes/vc-column-inner.php
534/modules/jscomposer/include/classes/shortcodes/vc-single-image.php
535/modules/jscomposer/include/templates/shortcodes/vc_single_image.php
536/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php
537/tools/smarty/sysplugins/smarty_internal_parsetree.php
538/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php
539/tools/smarty/sysplugins/smarty_internal_templatelexer.php
540/tools/smarty/sysplugins/smarty_internal_templateparser.php
541/tools/smarty/sysplugins/smarty_internal_compile_if.php
542/tools/smarty/sysplugins/smarty_internal_compilebase.php
543/tools/smarty/sysplugins/smarty_internal_compile_foreach.php
544/tools/smarty/sysplugins/smarty_internal_compile_private_print_expression.php
545/tools/smarty/sysplugins/smarty_internal_compile_assign.php
546/tools/smarty/sysplugins/smarty_internal_compile_private_modifier.php
547/tools/smarty/sysplugins/smarty_internal_write_file.php
548/cache/smarty/cache/advancefooter/1/1/1/4/6/dc/38/93/dc3893a5a4be5c3b7b388ee7e65c9732d1019259.advfooter.tpl.php
549/modules/ovicnewsletter/ovicnewsletter.php
550/modules/ovicnewsletter/translations/en.php