Load Time | 198 ms - Unicorn powered webserver! |
Querying Time | 91 ms |
Queries | 110 |
Memory Peak Usage | 7.8 Mb |
Included Files | 276 files - 6.40 Mb |
PrestaShop Cache | 0.52 Mb |
Global vars | 1.03 Mb |
PrestaShop Version | 1.6.1.15 |
PHP Version | 7.1.33 (OK) |
MySQL Version | 5.5.68-MariaDB (Consider upgrading) |
Memory Limit | 1280000M |
Max Execution Time | 600000000s |
Smarty Cache | enabled |
Smarty Compilation | auto |
Time | Cumulated Time | Memory Usage | Memory Peak Usage | |
---|---|---|---|---|
config | 24 ms | 24 ms | 3.68 Mb | 4.10 Mb |
__construct | 0 ms | 24 ms | - Mb | 4.10 Mb |
init | 4 ms | 28 ms | 0.55 Mb | 4.24 Mb |
checkAccess | 0 ms | 28 ms | - Mb | 4.24 Mb |
setMedia | 2 ms | 30 ms | 0.01 Mb | 4.27 Mb |
postProcess | 0 ms | 30 ms | - Mb | 4.27 Mb |
initHeader | 0 ms | 30 ms | - Mb | 4.27 Mb |
initContent | 153 ms | 183 ms | 3.33 Mb | 7.59 Mb |
initFooter | 14 ms | 198 ms | 0.20 Mb | 7.84 Mb |
Hook | Time | Memory Usage |
---|---|---|
hookheader | 33 ms | - Mb |
__construct | 13 ms | - Mb |
hookfooter | 13 ms | - Mb |
hookdisplayHeader | 7 ms | - Mb |
hooktop | 3 ms | - Mb |
hookdisplayTop | 1 ms | - Mb |
hookdisplayFooter | 1 ms | - Mb |
hookmoduleRoutes | 0 ms | - Mb |
8 hooks | 72 ms | - Mb |
Module | Time | Memory Usage |
---|---|---|
pm_advancedsearch4 | 22 ms | - Mb |
rcpgtagmanager | 11 ms | - Mb |
facebookpsconnect | 6 ms | - Mb |
customergroup | 5 ms | - Mb |
lgcookieslaw | 3 ms | - Mb |
blockcart | 2 ms | - Mb |
blocksearch_mod | 2 ms | - Mb |
themeeditor | 2 ms | - Mb |
iqitmegamenu | 2 ms | - Mb |
blockcontactinfos | 2 ms | - Mb |
pdfcatalogo | 1 ms | - Mb |
blockcurrencies | 1 ms | - Mb |
baabandonedcartreminder | 1 ms | - Mb |
blockwishlist | 1 ms | - Mb |
redsys | 1 ms | - Mb |
feeder | 1 ms | - Mb |
blockuserinfo | 1 ms | - Mb |
paypalwithfee | 1 ms | - Mb |
pluginadder | 1 ms | - Mb |
nxr_product_bestseller | 1 ms | - Mb |
blockmyaccount | 1 ms | - Mb |
blocklanguages | 1 ms | - Mb |
glsshipping | 0 ms | - Mb |
blockmanufacturer | 0 ms | - Mb |
footercontent | 0 ms | - Mb |
blockbanner | 0 ms | - Mb |
productcomments | 0 ms | - Mb |
mailalerts | 0 ms | - Mb |
eicaptcha | 0 ms | - Mb |
productsmanufacturer | 0 ms | - Mb |
sekeywords | 0 ms | - Mb |
crossselling_mod | 0 ms | - Mb |
customcontactpage | 0 ms | - Mb |
productsnavpn | 0 ms | - Mb |
iqitcontentcreator | 0 ms | - Mb |
masbarato | 0 ms | - Mb |
36 modules | 72 ms | - Mb |
Query | Time (ms) | Rows | Filesort | Group By | Location |
---|---|---|---|---|---|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer, image_shop.`id_image` id_image, il.`legend`, ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`, DATEDIFF(p.`date_add`, DATE_SUB("2024-11-01 00:00:00", INTERVAL 150 DAY)) > 0 AS new FROM `ps_product_sale` ps LEFT JOIN `ps_product` p ON ps.`id_product` = p.`id_product` LEFT JOIN ps_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1) LEFT JOIN `ps_product_lang` pl ON p.`id_product` = pl.`id_product` AND pl.`id_lang` = 8 AND pl.id_shop = 1 LEFT JOIN `ps_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1) LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 8) LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`) LEFT JOIN `ps_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`) AND tr.`id_country` = 6 AND tr.`id_state` = 0 LEFT JOIN `ps_tax` t ON (t.`id_tax` = tr.`id_tax`) LEFT JOIN ps_stock_available stock ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 ) WHERE product_shop.`active` = 1 AND p.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `ps_category_product` cp JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` = 1) WHERE cp.`id_product` = p.`id_product`) ORDER BY `sales` DESC LIMIT 2328, 24 |
63.9 | 2352 | /classes/ProductSale.php:140 | ||
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop FROM `ps_configuration` c LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
6.4 | 3214 | /classes/Configuration.php:148 | ||
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb FROM `ps_product_sale` ps LEFT JOIN `ps_product` p ON p.`id_product` = ps.`id_product` LEFT JOIN ps_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) WHERE product_shop.`active` = 1 LIMIT 1 |
6.1 | 3235 | /classes/ProductSale.php:53 | ||
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` |
0.9 | 152 | Yes | Yes | /override/classes/Hook.php:130 |
SELECT SQL_NO_CACHE MIN(ps_product_comment.id_product_comment) as id_product_comment,ps_product_comment.id_customer,ps_product_comment.id_product,ps_product_comment.content,ps_product_comment.customer_name,ps_product_comment.title,ps_product_comment.grade,ps_image.id_image FROM `ps_product_comment` JOIN ps_customer ON ps_customer.id_customer = ps_product_comment.id_customer JOIN `ps_image` ON ps_product_comment.id_product = ps_image.id_product WHERE ps_product_comment.grade > 3 and ps_customer.id_lang = "8" and firstname not like "%Dario%" GROUP BY ps_product_comment.id_product ORDER BY ps_product_comment.id_product_comment DESC LIMIT 5; |
0.7 | 333 | Yes | /modules/customergroup/customergroup.php:48 | |
SELECT SQL_NO_CACHE id_product_comment,ps_product_comment.id_product,id_customer,title,content,customer_name,grade,validate,date_add,ps_image.id_image FROM `ps_product_comment` JOIN `ps_image` ON ps_product_comment.id_product = ps_image.id_product WHERE id_customer != 6 and grade > 3 and ps_product_comment.id_product != 2129 ORDER BY `id_product_comment` DESC LIMIT 400; |
0.7 | 333 | /modules/customergroup/customergroup.php:55 | ||
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 | /classes/Hook.php:131 | ||
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions` WHERE `id_shop` IN (1) |
0.6 | 664 | /classes/module/Module.php:2141 | ||
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 | 147 | Yes | /classes/Dispatcher.php:457 | |
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 | 151 | /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.5 | 151 | /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 = 'www.comarfi.com' OR su.domain_ssl = 'www.comarfi.com') AND s.active = 1 AND s.deleted = 0 ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.2 | 10 | Yes | /classes/shop/Shop.php:334 | |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri FROM ps_shop_group gs LEFT JOIN ps_shop s ON s.id_shop_group = gs.id_shop_group LEFT JOIN ps_shop_url su ON s.id_shop = su.id_shop AND su.main = 1 WHERE s.deleted = 0 AND gs.deleted = 0 ORDER BY gs.name, s.name |
0.2 | 10 | Yes | /classes/shop/Shop.php:663 | |
SELECT SQL_NO_CACHE acg.*, acgl.* FROM `ps_pm_advancedsearch_criterion_group_1` acg LEFT JOIN `ps_pm_advancedsearch_criterion_group_1_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 8 ) WHERE acg.`id_search` = 1 ORDER BY `position` |
0.2 | 12 | Yes | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|10|89b7c588561fd0d42acb236a2ea14b4d7a91100a|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.2 | 1 | /classes/SmartyCustom.php:215 | ||
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.2 | 1 | /classes/shop/Shop.php:202 | ||
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`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
0.2 | 1 | Yes | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | |
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 | 16 | Yes | /classes/Currency.php:231 | |
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='b39c455dbdd27cd3a624c5bbee120b85' AND cache_id="blocksearch_mod|1|1|1|1|8|1|6" AND compile_id="" LIMIT 1 |
0.2 | 1 | /classes/SmartyCustom.php:215 | ||
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.1 | 25 | /classes/Language.php:892 | ||
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getProductsSearched|60a6c74f94d097f40f362cfed11f281ffdbfb4d5|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1) WHERE c.`active` = 1 LIMIT 1 |
0.1 | 4 | /classes/Currency.php:470 | ||
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search` FROM `ps_pm_advancedsearch` ads LEFT JOIN `ps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 8 ) WHERE ads.`id_search` = 1 AND `active` = 1 LIMIT 1 |
0.1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE IFNULL( ( SELECT left_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 =26 AND m.page = "best-sales" ) , default_left_column ) FROM ps_theme WHERE id_theme =26 LIMIT 1 |
0.1 | 1 | /classes/Theme.php:301 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "paypalwithfee" LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='3ff7719ba20fdf62fbc6b5297f98a1a2' AND cache_id="blockcontactinfos|1|1|1|1|8|1|6" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
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 `id_module` FROM `ps_module_shop` WHERE `id_module` = 523 AND `id_shop` = 1 LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2218 | ||
SELECT SQL_NO_CACHE * FROM ps_meta m LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta WHERE ( m.page = "best-sales" OR m.page = "bestsales" ) AND ml.id_lang = 8 AND ml.id_shop = 1 LIMIT 1 |
0.1 | 2 | /classes/Meta.php:149 | ||
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.1 | 16 | Yes | /classes/Currency.php:231 | |
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 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 * FROM `ps_hook_alias` |
0.1 | 87 | /classes/Hook.php:187 | ||
SELECT SQL_NO_CACHE content FROM ps_lgcookieslaw_lang WHERE id_lang = 8 LIMIT 1 |
0.1 | 1 | /modules/lgcookieslaw/lgcookieslaw.php:161 | ||
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` = 8) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE IFNULL( ( SELECT 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 =26 AND m.page = "best-sales" ) , default_right_column ) FROM ps_theme WHERE id_theme =26 LIMIT 1 |
0.1 | 1 | /classes/Theme.php:318 | ||
SELECT SQL_NO_CACHE * FROM `ps_lang` a LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1 WHERE (a.`id_lang` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1 |
0.1 | 1 | /classes/Language.php:680 | ||
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.1 | 19 | /classes/ImageType.php:143 | ||
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` = 8 LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1 WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
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 =26 AND m.page = "best-sales" LIMIT 1 |
0.1 | 1 | /classes/Theme.php:275 | ||
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.1 | 2 | /classes/shop/Shop.php:1068 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) 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`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|12|77ed59dc6bc32097591a71513672eeda4db4afce|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 135) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 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` = 8 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 keyword,contador,results FROM `trending_statssearch` WHERE id_lang = 8 order by contador DESC |
0.1 | 25 | Yes | /modules/customergroup/customergroup.php:97 | |
SELECT SQL_NO_CACHE * FROM `ps_manufacturer` a LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 8 LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1 WHERE (a.`id_manufacturer` = 5) 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`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getPriceRangeForSearchBloc|11|51631dd0ec8bc479835c91ee3ddd3572ed2d2eba|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.1 | 2 | /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`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|13|75b2a31d5c5e1a9bfface47253ab08237071f543|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" 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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|6|cddaba4728b0ffe453019caf77206903fe342dbe|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE ps_customer_group.id_group , ps_group_lang.name FROM ps_customer_group LEFT JOIN ps_group_lang ON ps_group_lang.id_group = ps_customer_group.id_group WHERE ps_customer_group.id_customer = '' AND ps_group_lang.id_lang = '8' |
0.1 | 1 | /modules/customergroup/customergroup.php:38 | ||
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'fr' LIMIT 1 |
0.1 | 1 | /classes/Language.php:680 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search` FROM `ps_pm_advancedsearch` ads LEFT JOIN `ps_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 8 ) WHERE ads.`id_search` IN (1) ORDER BY ads.`position` |
0.1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE id_category FROM `ps_pm_advancedsearch_category` WHERE id_search=1 |
0.1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|7|87bdcc777674275b9e6988c44903033530fd20d8|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE `id_attribute_group` FROM `ps_attribute_group` WHERE `is_color_group`=1 |
0.1 | 7 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE * FROM `ps_theme` a WHERE (a.`id_theme` = 26) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 536 AND `id_shop` = 1 LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2218 | ||
SELECT SQL_NO_CACHE required FROM ps_lgcookieslaw_lang WHERE id_lang = 8 LIMIT 1 |
0.1 | 1 | /modules/lgcookieslaw/lgcookieslaw.php:161 | ||
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|14|8ab5f5dfc682f35b4430ef805813a4c4b37bc96a|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE * FROM `ps_fbpsc_connector_position` |
0.1 | 7 | /modules/facebookpsconnect/lib/module-dao_class.php:356 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "supercheckout" LIMIT 1 |
0.1 | 0 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE `id_item`,`type` FROM `stories_home` where `active` = 1 ORDER BY `fecha_actualizacion` ASC; |
0.1 | 130 | Yes | /modules/customergroup/customergroup.php:136 | |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckout" LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "onepagecheckoutps" LIMIT 1 |
0.1 | 0 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkout_klarna" LIMIT 1 |
0.1 | 0 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE id_shop FROM `ps_lang_shop` WHERE `id_lang` = 8 AND id_shop = 1 LIMIT 1 |
0.1 | 1 | /classes/ObjectModel.php:1450 | ||
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 UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache` WHERE `template_hash`='8ede449796bfe53e8c4332c250b7771f' AND cache_id="pm_advancedsearch|1|customCache|getCriterionsForSearchBloc|9|6d872b43b94a8d9aedcbb9b8b827f10bafe50e48|1|1|1|1|8|1|6|da39289efea23ad53591f376d27d81454ea99300" AND compile_id="" LIMIT 1 |
0.1 | 1 | /classes/SmartyCustom.php:215 | ||
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.1 | 1 | /classes/Language.php:680 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkoutklarna" LIMIT 1 |
0.1 | 0 | /classes/module/Module.php:2568 | ||
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 | 5 | /classes/Language.php:777 | ||
SELECT SQL_NO_CACHE * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8 LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1 WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
0.1 | 1 | /Adapter/Adapter_EntityMapper.php:61 | ||
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 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 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 `id_module` FROM `ps_module` WHERE `name` = "lgcookieslaw" LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE id_module FROM ps_lgcookieslaw; |
0.1 | 1 | /override/classes/Hook.php:61 | ||
SELECT SQL_NO_CACHE * FROM `ps_group_lang` WHERE `id_group` = 1 |
0.1 | 8 | /Adapter/Adapter_EntityMapper.php:68 | ||
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'it' LIMIT 1 |
0.1 | 1 | /classes/Language.php:680 | ||
SELECT SQL_NO_CACHE `width`, `height` FROM ps_image_type WHERE `name` = 'small_default' LIMIT 1 |
0.1 | 1 | /classes/Image.php:471 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 375 AND `id_shop` = 1 LIMIT 1 |
0.1 | 0 | /classes/module/Module.php:2218 | ||
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 `id_lang` FROM `ps_lang` WHERE `iso_code` = 'es' LIMIT 1 |
0.1 | 1 | /classes/Language.php:680 | ||
SELECT SQL_NO_CACHE active FROM `ps_cart_rule` where id_cart_rule = 364 and active = 1 and date_from <= NOW() and date_to >= NOW() order by id_cart_rule DESC limit 1; |
0.1 | 0 | /modules/customergroup/customergroup.php:100 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "yotpo" LIMIT 1 |
0.1 | 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.1 | 1 | /classes/ObjectModel.php:1450 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.1 | 1 | /classes/module/Module.php:2218 | ||
SELECT SQL_NO_CACHE `id_default_group` FROM `ps_customer` WHERE `id_customer` = 0 LIMIT 1 |
0.1 | 0 | /classes/Customer.php:724 | ||
SELECT SQL_NO_CACHE page FROM `ps_pm_advancedsearch_special_pages` WHERE id_search=1 |
0.1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE additional FROM ps_lgcookieslaw_lang WHERE id_lang = 8 LIMIT 1 |
< 1 | 1 | /modules/lgcookieslaw/lgcookieslaw.php:161 | ||
SELECT SQL_NO_CACHE id_category FROM `ps_pm_advancedsearch_products_cat` WHERE id_search=1 |
< 1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE id_cms FROM `ps_pm_advancedsearch_cms` WHERE id_search=1 |
< 1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "checkoutklarnauk" LIMIT 1 |
< 1 | 0 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE button1 FROM ps_lgcookieslaw_lang WHERE id_lang = 8 LIMIT 1 |
< 1 | 1 | /modules/lgcookieslaw/lgcookieslaw.php:161 | ||
SELECT SQL_NO_CACHE button2 FROM ps_lgcookieslaw_lang WHERE id_lang = 8 LIMIT 1 |
< 1 | 1 | /modules/lgcookieslaw/lgcookieslaw.php:161 | ||
SELECT SQL_NO_CACHE id_supplier FROM `ps_pm_advancedsearch_suppliers` WHERE id_search=1 |
< 1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE id_manufacturer FROM `ps_pm_advancedsearch_manufacturers` WHERE id_search=1 |
< 1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE id_product FROM `ps_pm_advancedsearch_products` WHERE id_search=1 |
< 1 | 1 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php:48 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "klarnaofficial" LIMIT 1 |
< 1 | 0 | /classes/module/Module.php:2568 | ||
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
< 1 | 0 | /classes/module/Module.php:2568 |
6 | SELECT * FROM `ps_category` a LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX |
4 | SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX |
2 | SELECT buttonXX 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 |
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 * FROM `ps_country` a LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX WHERE (a.`id_country` = XX) LIMIT XX |
2 | SELECT * FROM `ps_lang` a LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX WHERE (a.`id_lang` = XX) LIMIT XX |
16 module |
11 smarty_lazy_cache |
9 lang |
8 module_shop |
7 theme |
6 category_lang |
6 category_shop |
6 category |
5 meta |
5 lgcookieslaw_lang |
5 lang_shop |
5 shop |
5 currency_shop |
4 currency |
4 shop_url |
3 hook |
3 image_type |
3 theme_meta |
3 pm_advancedsearch |
2 configuration |
2 product_sale |
2 product |
2 product_shop |
2 manufacturer |
2 country |
2 country_lang |
2 product_comment |
2 customer |
2 image |
2 pm_advancedsearch_lang |
2 hook_alias |
2 group_lang |
2 group_shop |
2 meta_lang |
2 shop_group |
2 smarty_last_flush |
2 country_shop |
1 product_attribute_shop |
1 fbpsc_connector_position |
1 cms_lang |
1 cms |
1 category_product |
1 product_lang |
1 image_shop |
1 tax_rule |
1 tax |
1 stock_available |
1 attribute_group |
1 category_group |
1 image_lang |
1 pm_advancedsearch_products_cat |
1 pm_advancedsearch_criterion_group_1_lang |
1 manufacturer_lang |
1 hook_module |
1 lgcookieslaw |
1 group |
1 hook_module_exceptions |
1 customer_group |
1 cart_rule |
1 configuration_lang |
1 manufacturer_shop |
1 pm_advancedsearch_criterion_group_1 |
1 pm_advancedsearch_shop |
1 pm_advancedsearch_category |
1 module_group |
1 pm_advancedsearch_cms |
1 pm_advancedsearch_suppliers |
1 pm_advancedsearch_manufacturers |
1 pm_advancedsearch_products |
1 pm_advancedsearch_special_pages |
1 cms_shop |
Name | Instances | Source |
---|---|---|
Category | 13 | /modules/customergroup/customergroup.php [59] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] /modules/customergroup/customergroup.php [142] /classes/Link.php [177] |
Language | 3 | /config/config.inc.php [195] /classes/Tools.php [564] /classes/Tools.php [498] |
Country | 2 | /config/config.inc.php [142] /classes/controller/FrontController.php [279] |
Group | 2 | /classes/Cart.php [184] /modules/customergroup/customergroup.php [42] |
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 | /classes/controller/FrontController.php [348] |
Manufacturer | 1 | /modules/customergroup/customergroup.php [152] |
CMS | 1 | /classes/Link.php [277] |
# | 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 | /tools/htmlpurifier/HTMLPurifier.standalone.php |
29 | /classes/Language.php |
30 | /classes/Country.php |
31 | /classes/PrestaShopCollection.php |
32 | /classes/shop/ShopGroup.php |
33 | /classes/Cookie.php |
34 | /classes/Blowfish.php |
35 | /config/smarty.config.inc.php |
36 | /tools/smarty/Smarty.class.php |
37 | /tools/smarty/sysplugins/smarty_internal_data.php |
38 | /tools/smarty/sysplugins/smarty_internal_templatebase.php |
39 | /tools/smarty/sysplugins/smarty_internal_template.php |
40 | /tools/smarty/sysplugins/smarty_resource.php |
41 | /tools/smarty/sysplugins/smarty_internal_resource_file.php |
42 | /tools/smarty/sysplugins/smarty_cacheresource.php |
43 | /tools/smarty/sysplugins/smarty_internal_cacheresource_file.php |
44 | /classes/SmartyCustom.php |
45 | /config/smartyfront.config.inc.php |
46 | /classes/Customer.php |
47 | /classes/Group.php |
48 | /classes/Link.php |
49 | /override/classes/Link.php |
50 | /classes/shop/ShopUrl.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/pm_advancedsearch4/pm_advancedsearch4.php |
58 | /modules/pm_advancedsearch4/classes/LinkPM.php |
59 | /modules/pm_advancedsearch4/classes/As4SearchEngineLogger.php |
60 | /modules/pm_advancedsearch4/classes/As4SearchEngineDb.php |
61 | /modules/pm_advancedsearch4/classes/As4SearchEngine.php |
62 | /modules/pm_advancedsearch4/classes/As4SearchEngineIndexation.php |
63 | /modules/pm_advancedsearch4/classes/As4SearchEngineSeo.php |
64 | /modules/pm_advancedsearch4/classes/AdvancedSearchClass.php |
65 | /modules/pm_advancedsearch4/classes/AdvancedSearchCriterionGroupClass.php |
66 | /modules/pm_advancedsearch4/classes/AdvancedSearchCriterionClass.php |
67 | /modules/pm_advancedsearch4/classes/AdvancedSearchSeoClass.php |
68 | /modules/pm_advancedsearch4/AdvancedSearchCoreClass.php |
69 | /modules/pm_advancedsearch4/classes/AdvancedSearchWidgetProxy.php |
70 | /controllers/front/BestSalesController.php |
71 | /classes/controller/FrontController.php |
72 | /themes/warehouse/lang/de.php |
73 | /classes/Currency.php |
74 | /classes/Cart.php |
75 | /classes/CartRule.php |
76 | /classes/Meta.php |
77 | /classes/Product.php |
78 | /classes/webservice/WebserviceRequest.php |
79 | /override/classes/webservice/WebserviceRequest.php |
80 | /modules/cedconnector/classes/WebserviceSpecificManagementCedproducts.php |
81 | /modules/cedconnector/classes/CedPrepareProducts.php |
82 | /modules/cedconnector/classes/cedconnector.class.helper.php |
83 | /classes/webservice/WebserviceSpecificManagementInterface.php |
84 | /modules/cedconnector/classes/WebserviceSpecificManagementCedShipping.php |
85 | /modules/cedconnector/classes/WebserviceSpecificManagementCedCurrency.php |
86 | /modules/cedconnector/classes/WebserviceSpecificManagementCedOrderStatus.php |
87 | /modules/cedconnector/classes/WebserviceSpecificManagementCedOrderCreate.php |
88 | /modules/cedconnector/classes/cedconnector.class.order.import.php |
89 | /modules/cedconnector/classes/WebserviceSpecificManagementCedAttribute.php |
90 | /modules/cedconnector/classes/WebserviceSpecificManagementCedNestedCategories.php |
91 | /modules/cedconnector/classes/WebserviceSpecificManagementCedFeatures.php |
92 | /modules/cedconnector/classes/WebserviceSpecificManagementCedUpdateStock.php |
93 | /modules/cedconnector/classes/WebserviceSpecificManagementCedOrderDetails.php |
94 | /modules/cedconnector/classes/WebserviceSpecificManagementCedOrderUpdate.php |
95 | /modules/cedconnector/classes/WebserviceSpecificManagementCedExecuteQuery.php |
96 | /modules/cedconnector/classes/WebserviceSpecificManagementCedStockSync.php |
97 | /classes/Media.php |
98 | /modules/blockcurrencies/blockcurrencies.php |
99 | /classes/Translate.php |
100 | /themes/warehouse/modules/blockcurrencies/translations/de.php |
101 | /modules/blockcurrencies/translations/de.php |
102 | /modules/blocklanguages/blocklanguages.php |
103 | /themes/warehouse/modules/blocklanguages/translations/de.php |
104 | /modules/blocklanguages/translations/de.php |
105 | /modules/blockmanufacturer/blockmanufacturer.php |
106 | /themes/warehouse/modules/blockmanufacturer/translations/de.php |
107 | /modules/blockmanufacturer/translations/de.php |
108 | /modules/blockmyaccount/blockmyaccount.php |
109 | /themes/warehouse/modules/blockmyaccount/translations/de.php |
110 | /modules/blockmyaccount/translations/de.php |
111 | /modules/feeder/feeder.php |
112 | /themes/warehouse/modules/feeder/translations/de.php |
113 | /modules/feeder/translations/de.php |
114 | /cache/smarty/compile/da/a5/80/daa5801dba03ca6be725f91e8e03207dbdbcfced.file.feederHeader.tpl.php |
115 | /tools/smarty/sysplugins/smarty_internal_filter_handler.php |
116 | /tools/minify_html/minify_html.class.php |
117 | /modules/blockuserinfo/blockuserinfo.php |
118 | /themes/warehouse/modules/blockuserinfo/translations/de.php |
119 | /modules/blockuserinfo/translations/de.php |
120 | /modules/productcomments/productcomments.php |
121 | /themes/warehouse/modules/productcomments/translations/de.php |
122 | /modules/productcomments/translations/de.php |
123 | /modules/blockcontactinfos/blockcontactinfos.php |
124 | /themes/warehouse/modules/blockcontactinfos/translations/de.php |
125 | /modules/blockcontactinfos/translations/de.php |
126 | /modules/productsnavpn/productsnavpn.php |
127 | /themes/warehouse/modules/productsnavpn/translations/de.php |
128 | /modules/customcontactpage/customcontactpage.php |
129 | /themes/warehouse/modules/customcontactpage/translations/de.php |
130 | /modules/blockwishlist/blockwishlist.php |
131 | /modules/blockwishlist/WishList.php |
132 | /themes/warehouse/modules/blockwishlist/translations/de.php |
133 | /modules/blockwishlist/translations/de.php |
134 | /modules/productsmanufacturer/productsmanufacturer.php |
135 | /themes/warehouse/modules/productsmanufacturer/translations/de.php |
136 | /modules/footercontent/footercontent.php |
137 | /themes/warehouse/modules/footercontent/translations/de.php |
138 | /modules/footercontent/HtmlFooterContent.php |
139 | /modules/mailalerts/mailalerts.php |
140 | /modules/mailalerts/MailAlert.php |
141 | /themes/warehouse/modules/mailalerts/translations/de.php |
142 | /modules/mailalerts/translations/de.php |
143 | /modules/crossselling_mod/crossselling_mod.php |
144 | /themes/warehouse/modules/crossselling_mod/translations/de.php |
145 | /modules/pluginadder/pluginadder.php |
146 | /themes/warehouse/modules/pluginadder/translations/de.php |
147 | /modules/pluginadder/de.php |
148 | /modules/blockcart/blockcart.php |
149 | /themes/warehouse/modules/blockcart/translations/de.php |
150 | /modules/blocksearch_mod/blocksearch_mod.php |
151 | /themes/warehouse/modules/blocksearch_mod/translations/de.php |
152 | /modules/blocksearch_mod/translations/de.php |
153 | /cache/smarty/compile/32/38/0c/32380c944294386a2da475bb5223e2456c9b9a14.file.blocksearch_modh.tpl.php |
154 | /modules/themeeditor/themeeditor.php |
155 | /themes/warehouse/modules/themeeditor/translations/de.php |
156 | /classes/Image.php |
157 | /modules/iqitmegamenu/iqitmegamenu.php |
158 | /modules/iqitmegamenu/models/IqitMenuTab.php |
159 | /modules/iqitmegamenu/models/IqitMenuHtml.php |
160 | /modules/iqitmegamenu/models/IqitMenuLinks.php |
161 | /themes/warehouse/modules/iqitmegamenu/translations/de.php |
162 | /modules/pdfcatalogo/pdfcatalogo.php |
163 | /modules/pdfcatalogo/PdfCatalogoHelper.php |
164 | /themes/warehouse/modules/pdfcatalogo/translations/de.php |
165 | /modules/baabandonedcartreminder/baabandonedcartreminder.php |
166 | /init.php |
167 | /themes/warehouse/modules/baabandonedcartreminder/translations/de.php |
168 | /modules/customergroup/customergroup.php |
169 | /themes/warehouse/modules/customergroup/translations/de.php |
170 | /classes/Category.php |
171 | /classes/Manufacturer.php |
172 | /modules/masbarato/masbarato.php |
173 | /themes/warehouse/modules/masbarato/translations/de.php |
174 | /modules/eicaptcha/eicaptcha.php |
175 | /themes/warehouse/modules/eicaptcha/translations/de.php |
176 | /modules/eicaptcha/translations/de.php |
177 | /modules/rcpgtagmanager/rcpgtagmanager.php |
178 | /modules/rcpgtagmanager/vendor/autoload.php |
179 | /modules/rcpgtagmanager/vendor/composer/autoload_real.php |
180 | /modules/rcpgtagmanager/vendor/composer/ClassLoader.php |
181 | /modules/rcpgtagmanager/vendor/composer/autoload_namespaces.php |
182 | /modules/rcpgtagmanager/vendor/composer/autoload_psr4.php |
183 | /modules/rcpgtagmanager/vendor/composer/autoload_classmap.php |
184 | /themes/warehouse/modules/rcpgtagmanager/translations/de.php |
185 | /modules/rcpgtagmanager/src/rcpgtagmanagertools.php |
186 | /cache/smarty/compile/8e/2d/2e/8e2d2eb1ffcf45aa672c8bba53c3e2aeb20a1706.file.header.tpl.php |
187 | /themes/warehouse/modules/pm_advancedsearch4/translations/de.php |
188 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/6/cddaba4728b0ffe453019caf77206903fe342dbe/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
189 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/7/87bdcc777674275b9e6988c44903033530fd20d8/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
190 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/9/6d872b43b94a8d9aedcbb9b8b827f10bafe50e48/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
191 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/10/89b7c588561fd0d42acb236a2ea14b4d7a91100a/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
192 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getPriceRangeForSearchBloc/11/51631dd0ec8bc479835c91ee3ddd3572ed2d2eba/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
193 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/14/8ab5f5dfc682f35b4430ef805813a4c4b37bc96a/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
194 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/12/77ed59dc6bc32097591a71513672eeda4db4afce/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
195 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getCriterionsForSearchBloc/13/75b2a31d5c5e1a9bfface47253ab08237071f543/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
196 | /cache/smarty/cache/pm_advancedsearch/1/customCache/getProductsSearched/60a6c74f94d097f40f362cfed11f281ffdbfb4d5/1/1/1/1/8/1/6/da39289efea23ad53591f376d27d81454ea99300/65/75/89/657589eb6708bbb08b8794cfa3387d13671644ed.cache.tpl.php |
197 | /cache/smarty/compile/62/65/7b/62657b649dad20c337ed10f06ea424d307592ece.file.pm_advancedsearch.tpl.php |
198 | /cache/smarty/compile/e3/b2/bd/e3b2bd4d773742a3894ed967b7d3362b1fcc8164.file.pm_advancedsearch_header_block.tpl.php |
199 | /cache/smarty/compile/50/e6/82/50e6826bf54f7600a537120ec1ff7b2c78d146d2.file.pm_advancedsearch_criterions.tpl.php |
200 | /cache/smarty/compile/4a/92/ec/4a92ecf704a311daf8563e8bc2575a6ecbb20297.file.pm_advancedsearch_criterions_select.tpl.php |
201 | /cache/smarty/compile/d5/6f/3a/d56f3a28ce1edd1b98fca644b2c50b9183a30f77.file.pm_advancedsearch_criterions_range.tpl.php |
202 | /cache/smarty/compile/41/73/34/417334e0fdbba2184dcf050ffd2df2f2d6143804.file.pm_advancedsearch_footer_block.tpl.php |
203 | /tools/js_minify/jsmin.php |
204 | /modules/facebookpsconnect/facebookpsconnect.php |
205 | /modules/facebookpsconnect/conf/common.conf.php |
206 | /modules/facebookpsconnect/lib/warning_class.php |
207 | /modules/facebookpsconnect/lib/module-tools_class.php |
208 | /themes/warehouse/modules/facebookpsconnect/translations/de.php |
209 | /modules/facebookpsconnect/de.php |
210 | /modules/facebookpsconnect/conf/hook.conf.php |
211 | /modules/facebookpsconnect/lib/hook/hook-ctrl_class.php |
212 | /modules/facebookpsconnect/lib/hook/i-hook_class.php |
213 | /modules/facebookpsconnect/lib/hook/hook-display_class.php |
214 | /modules/facebookpsconnect/lib/module-dao_class.php |
215 | /modules/facebookpsconnect/lib/render/facade-render-connectors_class.php |
216 | /modules/facebookpsconnect/lib/render/render-connectors_class.php |
217 | /cache/smarty/compile/e7/66/db/e766db28fdf284b55b8a9087321ddfb532a72173.file.header.tpl.php |
218 | /modules/blockbanner/blockbanner.php |
219 | /themes/warehouse/modules/blockbanner/translations/de.php |
220 | /modules/blockbanner/translations/de.php |
221 | /modules/nxr_product_bestseller/nxr_product_bestseller.php |
222 | /themes/warehouse/modules/nxr_product_bestseller/translations/de.php |
223 | /modules/paypalwithfee/paypalwithfee.php |
224 | /modules/paypalwithfee/classes/PaypalOrder.php |
225 | /modules/paypalwithfee/classes/PaypalRefund.php |
226 | /classes/PaymentModule.php |
227 | /themes/warehouse/modules/paypalwithfee/translations/de.php |
228 | /modules/paypalwithfee/translations/de.php |
229 | /modules/lgcookieslaw/lgcookieslaw.php |
230 | /themes/warehouse/modules/lgcookieslaw/translations/de.php |
231 | /modules/lgcookieslaw/translations/de.php |
232 | /modules/glsshipping/glsshipping.php |
233 | /modules/glsshipping/classes/GlsshippingUpdate.php |
234 | /classes/module/CarrierModule.php |
235 | /classes/log/FileLogger.php |
236 | /classes/log/AbstractLogger.php |
237 | /themes/warehouse/modules/glsshipping/translations/de.php |
238 | /modules/redsys/redsys.php |
239 | /modules/redsys/api/apiRedsys.php |
240 | /modules/redsys/api/json.php |
241 | /modules/redsys/api/hmac.php |
242 | /modules/redsys/api/hash.php |
243 | /modules/redsys/api/idnovateUtils.php |
244 | /modules/redsys/classes/RedsysTpv.php |
245 | /themes/warehouse/modules/redsys/translations/de.php |
246 | /modules/iqitcontentcreator/iqitcontentcreator.php |
247 | /modules/iqitcontentcreator/models/IqitCreatorHtml.php |
248 | /themes/warehouse/modules/iqitcontentcreator/translations/de.php |
249 | /modules/sekeywords/sekeywords.php |
250 | /classes/module/ModuleGraph.php |
251 | /themes/warehouse/modules/sekeywords/translations/de.php |
252 | /cache/smarty/cache/blocksearch_mod/1/1/1/1/8/1/6/ce/2c/27/ce2c27172c7a4e41ad12781dd622db414db40db1.blocksearch-top_mod.tpl.php |
253 | /cache/smarty/compile/12/ae/c7/12aec79669229e021da11d18ac3ec280dcc2baf1.file.blockuserinfo.tpl.php |
254 | /Adapter/Adapter_AddressFactory.php |
255 | /Adapter/Adapter_ProductPriceCalculator.php |
256 | /Adapter/Adapter_Configuration.php |
257 | /Core/Business/Core_Business_ConfigurationInterface.php |
258 | /classes/Customization.php |
259 | /cache/smarty/compile/72/7e/d5/727ed5f4a47097d819d3f831aedb113965e921cd.file.blockcart.tpl.php |
260 | /tools/smarty/plugins/modifier.replace.php |
261 | /tools/smarty/plugins/function.counter.php |
262 | /cache/smarty/compile/c8/56/86/c85686185a917643f4b42c2b4c967c34304d3b45.file.blockwishlist_top.tpl.php |
263 | /modules/facebookpsconnect/lib/render/iterator-render-connectors_class.php |
264 | /cache/smarty/compile/3d/4d/92/3d4d923a54aa229deb1614884366255dae01e77d.file.connector-buttons-js.tpl.php |
265 | /classes/ProductSale.php |
266 | /classes/Combination.php |
267 | /classes/stock/StockAvailable.php |
268 | /classes/ImageType.php |
269 | /cache/smarty/cache/blockcontactinfos/1/1/1/1/8/1/6/bc/3e/6f/bc3e6f0d6bd38ec8a7c392752be20f0eeeb06022.blockcontactinfos.tpl.php |
270 | /cache/smarty/compile/95/61/a1/9561a1e14f547cf63206a2dfa3bf581a775df28f.file.footer.tpl.php |
271 | /classes/CMS.php |
272 | /cache/smarty/compile/7a/c4/e0/7ac4e0fd50add7456c47f0e68531425ef3787f20.file.cookieslaw.tpl.php |