Menu

Settings

Teilen

Erstellen Sie ein kostenloses Konto, um geliebte Objekte zu speichern.

Einloggen

Erstellen Sie ein kostenloses Konto, um Wunschlisten zu verwenden.

Einloggen
Load Time1544 ms - OK... for a shared hosting
Querying Time880 ms
Queries545
Memory Peak Usage28.8 Mb
Included Files966 files - 12.61 Mb
PrestaShop Cache0.99 Mb
Global vars0.67 Mb
PrestaShop Version1.7.7.3
PHP Version7.2.34 (OK)
MySQL Version8.0.33 (OK)
Memory Limit2048M
Max Execution Time259200s
Smarty Cacheenabled
Smarty Compilationnever recompile
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 128 ms 128 ms 7.02 Mb 7.31 Mb
__construct 0 ms 128 ms - Mb 7.31 Mb
init 171 ms 299 ms 2.81 Mb 9.86 Mb
checkAccess 0 ms 299 ms - Mb 9.86 Mb
setMedia 1 ms 301 ms 0.03 Mb 9.86 Mb
postProcess 0 ms 301 ms 0.03 Mb 9.89 Mb
initHeader 0 ms 301 ms - Mb 9.89 Mb
initContent 423 ms 724 ms 5.44 Mb 15.36 Mb
initFooter 0 ms 724 ms - Mb 15.36 Mb
display 820 ms 1544 ms 13.04 Mb 28.85 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 545 queries

Query Time (ms) Rows Filesort Group By Location
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('61190', '19', '1822618886', '', '1', '1', '2024-05-07 09:07:48')
103.2 1 /classes/ObjectModel.php:577
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`)
41.7 44561 /classes/Configuration.php:160
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
41.2 1 /classes/ObjectModel.php:577
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 82 LIMIT 1
38.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE p.`id_manufacturer`, COUNT(DISTINCT p.`id_product`) as nb_products
FROM `ps_product` p USE INDEX (product_manufacturer)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_manufacturer` as m ON (m.`id_manufacturer`= p.`id_manufacturer`)
WHERE p.`id_manufacturer` != 0 AND product_shop.`visibility` NOT IN ("none")
AND product_shop.`active` = 1 
AND EXISTS (
SELECT 1
FROM `ps_category_group` cg
LEFT JOIN `ps_category_product` cp ON (cp.`id_category` = cg.`id_category`)
WHERE p.`id_product` = cp.`id_product` AND cg.`id_group` =1
)
GROUP BY p.`id_manufacturer`
20.6 3978 /classes/Manufacturer.php:232
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
19 88 /classes/Hook.php:336
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 17 LIMIT 1
18.4 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=2 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
14.1 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 107
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
11.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 14 
ORDER BY snl.`position`
10.8 1 Yes /modules/stnotification/classes/StNotificationClass.php:213
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayBeforeBodyClosingTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
10.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
10.3 1 /classes/Country.php:274
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration`;
9.9 48 /modules/psaffiliate/classes/AffConf.php:892
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1
9.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 14
AND id_shop = 1 LIMIT 1
9 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 7
AND setting_type = 2
8.6 95 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
7.2 16 Yes /classes/Currency.php:695
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1
7.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 29 LIMIT 1
7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1
6.7 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `ps_st_page_banner` sms 
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE `active` = 1
6.5 1 /modules/stpagebanner/classes/StPageBannerClass.php:264
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 95
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
6.4 10 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 173 AND `id_shop` = 1 LIMIT 1
6.3 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 124
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
5.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayAfterBodyOpeningTag' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
5.7 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1
4.9 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 5
AND setting_type = 2
4.8 95 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
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` != "paymentOptions") 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`
4.5 2090 Yes Yes /classes/Hook.php:1161
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 c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
4.5 16 Yes /classes/Currency.php:680
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stadvancedcache" LIMIT 1
4.5 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
4.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1
4.3 1 /classes/Image.php:510
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` = 14) LIMIT 1
4.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
4 143 /classes/module/Module.php:322
SELECT SQL_NO_CACHE * 
FROM `ps_st_easy_content` 
WHERE `active` = 1
3.9 14 /modules/steasycontent/classes/StEasyContentClass.php:396
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
3.9 9 /classes/Language.php:790
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
3.9 810 Yes /classes/Dispatcher.php:643
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 1)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 14 
ORDER BY snl.`position`
3.4 1 Yes /modules/stnotification/classes/StNotificationClass.php:213
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1
3.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_menu`
WHERE (`txt_color`!="" || `link_color`!="" || `txt_color_over`!="" || `bg_color`!="" || `bg_color_over`!="" || `tab_content_bg`!="" || `bg_image`!="" || `bg_margin_bottom`!="" || `cate_label_color`!="" || `cate_label_bg`!="")
AND `active`=1
3.1 24 /modules/stmegamenu/classes/StMegaMenuClass.php:294
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration_lang`;
3 20 /modules/psaffiliate/classes/AffConf.php:895
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` = 16) LIMIT 1
2.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1  AND smlg.`location` IN (1) AND smlgl.`id_lang` = 14
ORDER BY smlg.`position`
2.8 8 Yes /modules/stmultilink/classes/StMultiLinkGroup.php:121
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
2.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1
2.6 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 73
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 88
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AED') LIMIT 1
2.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 14 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 247
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
2.3 124 Yes /modules/ps_categorytree/ps_categorytree.php:166
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
2.2 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1
2.2 1 /classes/module/Module.php:2820
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1
2.2 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1
2.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 65
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2.2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
2.1 143 /classes/module/Module.php:322
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 82
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 4
AND setting_type = 2
2 90 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 54
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 12
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.9 124 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 43
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.9 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 67 LIMIT 1
1.8 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) AND (b.`id_shop` = 1) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
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
1.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 42
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.8 700 /classes/Hook.php:1221
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1
1.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 37
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC
1.7 3 /classes/Group.php:111
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=10 AND `active`=1 
ORDER BY `position`
1.7 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
1.7 4 /classes/ObjectModel.php:1509
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
1.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=7 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
1.6 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
1.6 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 29
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.6 8 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 76
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'AUD') LIMIT 1
1.6 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stproductcomments" LIMIT 1
1.6 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 119
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 9) LIMIT 1
1.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_content_element`
WHERE `id_st_easy_content_column`=4 AND `active`=1 
ORDER BY `position` ASC
1.6 4 Yes /modules/steasycontent/classes/StEasyContentElementClass.php:64
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 15
1.6 6 /src/Adapter/EntityMapper.php:82
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1
1.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1
1.6 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
1.5 9 /classes/Language.php:790
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1
1.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
1.5 1 /classes/shop/ShopUrl.php:182
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1
1.5 1 /src/Adapter/EntityMapper.php:75
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` = 13) LIMIT 1
1.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'TWD') LIMIT 1
1.5 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 14
1.5 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE * FROM `ps_st_easy_content_setting`
WHERE id_st_easy_content_setting = 4
AND setting_type = 1
1.5 1 /modules/steasycontent/classes/StEasyContentSettingClass.php:76
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
1.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1
1.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 29)
1.5 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=4 ORDER BY secc.`position`
1.5 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SHOW COLUMNS FROM ps_cms_lang LIKE 'head_seo_title'
1.5 1 /modules/metatagsgenerator/metatagsgenerator.php:203
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
1.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 80
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.4 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * 
FROM `ps_st_swiper_group` 
WHERE `active` = 1
1.4 44 /modules/stswiper/classes/StSwiperGroup.php:310
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
1.4 1 /classes/Image.php:510
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayNotificationError' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
1.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
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
1.4 16 /classes/Currency.php:1099
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 112 AND `id_shop` = 1 LIMIT 1
1.4 0 /classes/module/Module.php:2335
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` = 11) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'JPY') LIMIT 1
1.3 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 86
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.3 1 Yes Yes /classes/Category.php:918
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` = 21) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 70
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.3 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1
1.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 81 LIMIT 1
1.3 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
1.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 83
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.3 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 17
1.3 21 /src/Adapter/EntityMapper.php:82
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
1.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21
1.2 21 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_st_wishlist`
WHERE `id_customer` = 0
AND `id_shop` = 1
ORDER BY `name` ASC
1.2 1229 Yes /modules/stwishlist/classes/StWishListClass.php:171
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 17 LIMIT 1
1.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 14
AND ml.id_shop = 1 LIMIT 1
1.2 1 /classes/Meta.php:189
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 71
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
1.2 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_st_notification`
1.2 1 /modules/stnotification/classes/StNotificationClass.php:245
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
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
1.2 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1
1.2 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1
1.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 85
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.2 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 67
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 124 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 108
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 84
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 81
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 14 AND sml.`id_st_multi_link_group`=5 AND sml.`active`=1 
ORDER BY sml.`position`
1.1 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1
1.1 1 /classes/Country.php:193
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1
1.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 42 LIMIT 1
1.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 55
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 14
WHERE (c.active = 1)
ORDER BY position
1.1 154 Yes /classes/CMS.php:311
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1
1.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 32
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 7 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 115
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 36
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 11 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
1.1 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 105
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.1 1 Yes Yes /classes/Category.php:918
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 109
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
1 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 7
1 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 14) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
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` = 14
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
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 74 LIMIT 1
1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 57
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 12) LIMIT 1
1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 38
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.9 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.9 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.9 9 /classes/Language.php:790
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=4 AND secc.`active`=1  AND secc.`id_st_easy_content`=2 ORDER BY secc.`position`
0.9 4 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.9 88 /classes/Hook.php:284
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 46 LIMIT 1
0.9 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.9 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 61190
AND `date_add` > '2024-05-07 08:37:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.9 16 Yes /classes/Connection.php:163
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.9 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 69
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 38 LIMIT 1
0.9 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.9 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.9 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1
0.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.9 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 46
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 1 Yes Yes /classes/Category.php:918
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` = 7) LIMIT 1
0.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 33
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 3 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 90
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.9 7 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.9 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 50 LIMIT 1
0.9 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.9 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 77
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = 14
WHERE (c.active = 1)
ORDER BY position
0.8 154 Yes /classes/CMS.php:311
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 72
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 39
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 49
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 14 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
0.8 280 Yes /modules/stsidebar/classes/StSidebarClass.php:116
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 120
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 72 LIMIT 1
0.8 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 45
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 1)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 14 AND snl.`active`=1 
ORDER BY snl.`location`, snl.`position`
0.8 280 Yes /modules/stsidebar/classes/StSidebarClass.php:116
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 50
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=13 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.8 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 115 LIMIT 1
0.8 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 102 AND `id_shop` = 1 LIMIT 1
0.8 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 44 LIMIT 1
0.8 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 40
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 44
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 118
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
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.8 9 /classes/Language.php:991
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.8 1 /classes/shop/Shop.php:1162
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 43 LIMIT 1
0.8 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 47
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
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` = 14
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.8 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 111
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'SGD') LIMIT 1
0.8 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=22 AND `active`=1 
ORDER BY `position`
0.8 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'IDR') LIMIT 1
0.8 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 51 LIMIT 1
0.8 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 112
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 89
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.8 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.8 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1
0.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=9 ORDER BY secc.`position`
0.7 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (2,50)
ORDER BY smsg.`position`
0.7 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (26)
ORDER BY smsg.`position`
0.7 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 117
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.7 1 /classes/module/Module.php:2244
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 56 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 110 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=8 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 116
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 86 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 75 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 47 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 9
0.7 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 71 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 75
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=5 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 74
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 56
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 22
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 19
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE * 
FROM `ps_st_multi_link_group` 
WHERE `active` = 1
0.7 8 /modules/stmultilink/classes/StMultiLinkGroup.php:148
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 121
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 25
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.7 1 Yes /classes/shop/Shop.php:703
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 92
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 13
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 53
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 93
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 11) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 85 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 45 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 10) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=6 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 21
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 15
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 49 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 51
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 20
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 110
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=11 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.7 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 23
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.7 9 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 8) LIMIT 1
0.7 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 14
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CAD') LIMIT 1
0.7 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 41 LIMIT 1
0.7 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 103
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 16
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.7 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 14 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (3,43,44,45,46,81,82,83,84,47,56)
ORDER BY sec.`position` LIMIT 0, 50
0.6 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 52
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 24
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 106
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=13 ORDER BY secc.`position`
0.6 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.6 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 116 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 105 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 14)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.6 27 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 70 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=12 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.6 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE `id_st_swiper`, `text_color`, `text_bg`, `btn_color`, `btn_bg`, `btn_hover_color`, `btn_hover_bg`
FROM `ps_st_swiper` 
WHERE `active` = 1 and (`text_color`!="" or `text_bg`!="" or `btn_color`!="" or `btn_bg`!="" or `btn_hover_color`!="" or `btn_hover_bg`!="")
0.6 106 /modules/stswiper/classes/StSwiperClass.php:250
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 58
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 66
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 48
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 106 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 76 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE smsg.*
FROM `ps_st_swiper_group` smsg
INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = 1)
WHERE smsg.`active`=1  AND smsg.`location` IN (21)
ORDER BY smsg.`position`
0.6 44 Yes /modules/stswiper/classes/StSwiperGroup.php:279
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 40 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 66 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.6 9 /classes/Language.php:790
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 41
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.6 1 Yes Yes /classes/Category.php:918
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 117 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 89 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 48 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 55 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 14 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (12,48,49,50,51,91,92,93,94,52,57)
ORDER BY sec.`position` LIMIT 0, 50
0.6 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.6 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 109 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 73 LIMIT 1
0.6 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 1)
WHERE smsl.`id_lang` = 14 AND sms.`active`=1  AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1
0.6 1 Yes /modules/stpagebanner/classes/StPageBannerClass.php:197
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1
0.6 9 /classes/Language.php:761
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 59 AND `id_shop` = 1 LIMIT 1
0.6 1 /classes/module/Module.php:2335
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2024-05-07 00:00:00" AND date_to <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2024-05-07 00:00:00" AND date_from <= "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2024-05-07 00:00:00" AND date_to > "2024-05-07 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.6 1 /classes/CartRule.php:342
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.6 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_parent`=0 AND smm.`item_t`=0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`location`, smm.`position`
0.6 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:204
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 32)
0.6 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=14)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 1) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social`
0.6 4 Yes /modules/stsocial/classes/StSocialClass.php:114
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'KRW') LIMIT 1
0.6 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 15) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
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` = 17) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 1)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 14 AND sec.`active`=1  AND sec.`type`=1 AND sec.`location` IN (34)
ORDER BY sec.`position` LIMIT 0, 50
0.6 11 Yes /modules/steasycontent/classes/StEasyContentClass.php:352
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 90 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE secc.*
FROM `ps_st_easy_content_column` secc
WHERE secc.`id_parent`=0 AND secc.`active`=1  AND secc.`id_st_easy_content`=3 ORDER BY secc.`position`
0.5 1 Yes /modules/steasycontent/classes/StEasyContentColumnClass.php:138
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 88 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 122
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 16) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 84 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 1) WHERE deleted = 0 ORDER BY `name` ASC
0.5 16 Yes /classes/order/OrderState.php:132
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 13) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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.buildingtoystore.com' OR su.domain_ssl = 'www.buildingtoystore.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.5 1 Yes /classes/shop/Shop.php:1341
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 36)
0.5 3 /classes/Category.php:1655
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 14  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 123
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.5 1 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.5 1 /classes/Cart.php:4194
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `ps_st_news_letter` snl
INNER JOIN ps_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 1)
LEFT JOIN `ps_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 14 AND snl.`location` IN (12,48,49,50,51,91,92,93,94,52,57) 
ORDER BY snl.`position`
0.5 2 Yes /modules/stnewsletter/classes/StNewsLetterClass.php:240
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayHeader' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.5 3 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.5 21 /src/Adapter/EntityMapper.php:82
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 14
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 95)
0.5 3 /classes/Category.php:1655
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
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.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 57 LIMIT 1
0.5 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.5 17 /classes/ImageType.php:147
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE smlg.*,smlgl.`name`,smlgl.`url`
FROM `ps_st_multi_link_group` smlg
INNER JOIN ps_st_multi_link_group_shop st_multi_link_group_shop
ON (st_multi_link_group_shop.id_st_multi_link_group = smlg.id_st_multi_link_group AND st_multi_link_group_shop.id_shop = 1)
LEFT JOIN `ps_st_multi_link_group_lang` smlgl ON (smlg.`id_st_multi_link_group` = smlgl.`id_st_multi_link_group`)
WHERE smlg.`active`=1  AND smlg.`location` IN (5,18,19,20,21,28) AND smlgl.`id_lang` = 14
ORDER BY smlg.`position`
0.5 8 Yes /modules/stmultilink/classes/StMultiLinkGroup.php:121
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 108 LIMIT 1
0.5 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 65 LIMIT 1
0.5 1 /classes/Category.php:1369
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` = 14
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.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayFooterAfter' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.5 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 37 LIMIT 1
0.5 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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 c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.5 16 Yes /classes/Currency.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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.5 17 Yes /classes/ImageType.php:109
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 120 LIMIT 1
0.5 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 121 LIMIT 1
0.5 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.5 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'NZD') LIMIT 1
0.5 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 90)
0.5 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `ps_st_news_letter` snl
INNER JOIN ps_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 1)
LEFT JOIN `ps_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 14 AND snl.`location` IN (4) 
ORDER BY snl.`position`
0.4 2 Yes /modules/stnewsletter/classes/StNewsLetterClass.php:240
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayNotificationInfo' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 119 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 107 LIMIT 1
0.4 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 58 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 7
AND id_shop = 1 LIMIT 1
0.4 1 /classes/ObjectModel.php:1646
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 52 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 39 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayNotificationSuccess' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 14 AND sml.`id_st_multi_link_group`=6 AND sml.`active`=1 
ORDER BY sml.`position`
0.4 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
FROM `ps_st_mega_menu` smm
LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
WHERE smml.`id_lang`=14 AND smm.`id_st_mega_column`=10 AND smm.`id_parent`=0 AND smm.`item_t`>0 AND smm.`active`=1   AND smm.id_shop = 1 
ORDER BY smm.`position`
0.4 24 Yes /modules/stmegamenu/classes/StMegaMenuClass.php:219
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayNotificationWarning' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE * FROM `ps_fsch_block` c LEFT JOIN `ps_fsch_block_lang` l ON (c.`id_fsch_block` = l.`id_fsch_block`) INNER JOIN `ps_fsch_block_shop` s ON (s.`id_fsch_block` = c.`id_fsch_block` AND s.`id_shop` = 1) WHERE l.`id_lang` = '14' AND c.`hook` = 'displayNavFullWidth' AND c.`active` = '1' ORDER BY c.`hook`, c.`position` ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php:277
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 32 LIMIT 1
0.4 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=14 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
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.4 9 /classes/Language.php:1123
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=13 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'medium_default' LIMIT 1
0.4 1 /classes/Image.php:510
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 229 AND `id_shop` = 1 LIMIT 1
0.4 1 /classes/module/Module.php:2335
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
SELECT SQL_NO_CACHE sml.*, smll.`name`, smll.`url`
FROM `ps_st_multi_link` sml
LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
WHERE smll.`id_lang` = 14 AND sml.`id_st_multi_link_group`=7 AND sml.`active`=1 
ORDER BY sml.`position`
0.4 33 Yes /modules/stmultilink/classes/StMultiLinkClass.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'MYR') LIMIT 1
0.4 1 /classes/Currency.php:866
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=23 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 54 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE * 
FROM `ps_st_product_categories_slider` 
WHERE `active` = 1
0.4 1 /modules/stproductcategoriesslider/classes/StProductCategoriesSliderClass.php:341
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 13 AND `id_object` = 0 LIMIT 1
0.4 1 /classes/Page.php:83
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'HKD') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=11 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 36 LIMIT 1
0.4 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=7 AND `active`=1 
ORDER BY `position`
0.4 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab`
0.4 183 /classes/Tab.php:340
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 1)
ORDER BY g.`id_group` ASC
0.4 3 /classes/Group.php:111
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 8
0.4 6 /src/Adapter/EntityMapper.php:82
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 77 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE * FROM `ps_fsch_filter` WHERE `id_content` = 1 AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php:168
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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` = 9) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.4 9 /classes/Language.php:790
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 53 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RUB') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 12 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 33)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 16
0.4 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 103 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 112 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 16 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = 12)
0.4 3 /classes/Category.php:1655
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (11) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE * FROM `ps_fsch_filter` WHERE `id_content` = 2 AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
0.4 1 Yes /modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php:168
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration`;
0.4 48 /modules/psaffiliate/classes/AffConf.php:892
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (10) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.4 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 17 LIMIT 1
0.4 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 22 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_st_news_letter`
0.3 2 /modules/stnewsletter/classes/StNewsLetterClass.php:250
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 95 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 33 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (9) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.3 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 14 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'category_default' LIMIT 1
0.3 1 /classes/Image.php:510
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 124 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 19 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 123 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 14 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.3 1 Yes /classes/CMS.php:151
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 24 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 92 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 23 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 122 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 20 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 93 LIMIT 1
0.3 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 111 LIMIT 1
0.3 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 15 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 13 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 21 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 118 LIMIT 1
0.3 1 /classes/Category.php:1369
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 23) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 26) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 21) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 20) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 22) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 10) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'manufacturer' LIMIT 1
0.3 1 /classes/Page.php:104
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4
0.3 9 /src/Adapter/EntityMapper.php:82
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` = 12) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 13
0.3 9 /src/Adapter/EntityMapper.php:82
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` = 6) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
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.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=12 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 25) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 14
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 2) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 6
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.3 9 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1
0.3 0 /classes/module/Module.php:2820
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.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 25 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 11
0.3 6 /src/Adapter/EntityMapper.php:82
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` = 8) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 5
0.3 9 /src/Adapter/EntityMapper.php:82
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` = 14) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 3) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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` = 5) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE * FROM `ps_aff_configuration_lang`;
0.3 20 /modules/psaffiliate/classes/AffConf.php:895
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` = 15) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `ps_st_mega_column`
WHERE `id_st_mega_menu`=1 AND `active`=1 
ORDER BY `position`
0.3 12 Yes /modules/stmegamenu/classes/StMegaColumnClass.php:58
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 12
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.3 9 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 10
0.3 6 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 69 LIMIT 1
0.3 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycheckout" LIMIT 1
0.2 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblogcomments" LIMIT 1
0.2 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 83 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1
0.2 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 14
AND cl.id_shop = 1 
AND cl.`id_category` = 80 LIMIT 1
0.2 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1
0.2 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stnewsletter" LIMIT 1
0.2 1 /classes/module/Module.php:2820

Doubles

84
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
83
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
83
		SELECT c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
		FROM `ps_category` c
		 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
32
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'de-de'
                    OR `language_code` = 'de-de' LIMIT XX
23
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
16
SELECT *
							FROM `ps_currency_lang`
							WHERE `id_currency` = XX
16
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
16
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
9
            SELECT *
            FROM `ps_st_mega_column`
            WHERE `id_st_mega_menu`=XX AND `active`=XX 
            ORDER BY `position`
            
8
            SELECT smm.*,smml.`html`,smml.`title`,smml.`link`,smml.`cate_label`
            FROM `ps_st_mega_menu` smm
            LEFT JOIN `ps_st_mega_menu_lang` smml ON smm.`id_st_mega_menu`=smml.`id_st_mega_menu`
            WHERE smml.`id_lang`=XX AND smm.`id_st_mega_column`=XX AND smm.`id_parent`=XX AND smm.`item_t`>XX AND smm.`active`=XX   AND smm.id_shop = XX 
            ORDER BY smm.`position`
8
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
7
SELECT cg.`id_group`
FROM `ps_category_group` cg
WHERE (cg.`id_category` = XX)
7
            SELECT secc.*
            FROM `ps_st_easy_content_column` secc
             WHERE secc.`id_parent`=XX AND secc.`active`=XX  AND secc.`id_st_easy_content`=XX ORDER BY secc.`position`
7
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM ps_cms c
		LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = XX AND cl.id_shop = XX)
		 INNER JOIN ps_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = XX)
		WHERE XX
		 AND c.id_cms IN (XX) AND c.`active` = XX GROUP BY c.id_cms
		ORDER BY c.`position`
4
SELECT * FROM `ps_st_easy_content_setting`
        WHERE id_st_easy_content_setting = XX
        AND setting_type = XX
        
3
			SELECT sml.*, smll.`name`, smll.`url`
			FROM `ps_st_multi_link` sml
			LEFT JOIN `ps_st_multi_link_lang` smll ON (sml.`id_st_multi_link` = smll.`id_st_multi_link`)
			WHERE smll.`id_lang` = XX AND sml.`id_st_multi_link_group`=XX AND sml.`active`=XX 
            ORDER BY sml.`position`
            
2
(SELECT XX FROM `ps_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `ps_cart_rule` WHERE date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT 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 c.`deleted` = XX AND c.`active` = XX ORDER BY `iso_code` ASC
2
			SELECT `id_country`
			FROM `ps_country`
			WHERE `iso_code` = 'US' LIMIT XX
2
SELECT *
FROM `ps_country` a
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_country_lang`
							WHERE `id_country` = XX
2
			SELECT snl.*, snll.*
			FROM `ps_st_notification` snl
			 INNER JOIN ps_st_notification_shop st_notification_shop
        ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = XX)
            LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
			WHERE snl.`active`=XX AND snll.`id_lang` = XX 
            ORDER BY snl.`position`
2
            SELECT snl.*, snll.*
			FROM `ps_st_sidebar` snl
			 INNER JOIN ps_st_sidebar_shop st_sidebar_shop
        ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = XX)
            LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
            WHERE snll.`id_lang` = XX AND snl.`active`=XX 
            ORDER BY snl.`location`, snl.`position`
2
SELECT * FROM `ps_aff_configuration_lang`;
2
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2
			SELECT sec.*, secl.*, st_easy_content_shop.`id_shop`
			FROM `ps_st_easy_content` sec
			 INNER JOIN ps_st_easy_content_shop st_easy_content_shop
        ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = XX)
			LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
			WHERE secl.`id_lang` = XX AND sec.`active`=XX  AND sec.`type`=XX AND sec.`location` IN (XX,XX,XX,XX,XX,XX,XX,XX,XX,XX,XX)
            ORDER BY sec.`position` LIMIT XX, XX
2
SELECT *
FROM `ps_cms` c
INNER JOIN `ps_cms_lang` `l` ON c.id_cms = l.id_cms AND l.id_lang = XX
WHERE (c.active = XX)
ORDER BY position
2
SELECT * FROM `ps_fsch_filter` WHERE `id_content` = XX AND `content_type` = 'fsch_block' ORDER BY id_filter_group, id_filter ASC
2
SELECT * FROM `ps_aff_configuration`;
2
		SELECT DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
		FROM `ps_group` g
		LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = XX)
		
		ORDER BY g.`id_group` ASC
2
			SELECT smsg.*
			FROM `ps_st_swiper_group` smsg
			 INNER JOIN ps_st_swiper_group_shop st_swiper_group_shop
        ON (st_swiper_group_shop.id_st_swiper_group = smsg.id_st_swiper_group AND st_swiper_group_shop.id_shop = XX)
			WHERE smsg.`active`=XX  AND smsg.`location` IN (XX)
            ORDER BY smsg.`position`
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

Tables stress

251 category_lang
168 category_shop
168 category
92 category_group
52 currency
37 lang
36 currency_shop
32 currency_lang
25 manufacturer
24 manufacturer_lang
24 manufacturer_shop
16 module
12 module_shop
10 st_mega_menu
10 cms_lang
9 cms
9 fsch_block_shop
9 fsch_block_lang
9 fsch_block
9 st_mega_menu_lang
9 st_mega_column
7 cms_shop
7 st_easy_content_column
7 country
6 cart_rule
6 image_type
5 lang_shop
4 st_easy_content_setting
4 st_easy_content
4 shop
4 st_swiper_group
4 shop_url
3 st_multi_link
3 st_multi_link_lang
3 st_news_letter
3 group
3 st_multi_link_group
3 st_swiper_group_shop
3 country_lang
3 st_notification
3 group_lang
3 country_shop
3 hook
3 st_easy_content_shop
3 st_easy_content_lang
2 meta
2 st_notification_shop
2 st_notification_lang
2 meta_lang
2 st_multi_link_group_shop
2 group_shop
2 st_multi_link_group_lang
2 hook_alias
2 configuration
2 shop_group
2 st_sidebar_lang
2 st_news_letter_lang
2 st_page_banner
2 st_page_banner_shop
2 st_news_letter_shop
2 st_sidebar_shop
2 st_sidebar
2 product_shop
2 product
2 fsch_filter
2 aff_configuration
2 aff_configuration_lang
1 st_page_banner_lang
1 hook_module
1 configuration_lang
1 st_wishlist
1 connections
1 page_type
1 required_field
1 st_easy_content_element
1 category_product
1 module_group
1 st_swiper
1 tab
1 hook_module_exceptions
1 order_state_lang
1 order_state
1 cart_product
1 st_product_categories_slider
1 st_social_shop
1 st_social_lang
1 st_social
1 address_format
1 page

ObjectModel instances

NameInstancesSource
Category 91 /modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [4251]
/modules/stmegamenu/stmegamenu.php [3927]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/stmegamenu/stmegamenu.php [3931]
/modules/ps_categorytree/ps_categorytree.php [340]
Currency 34 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [682]
/modules/psaffiliate/classes/AffConf.php [31]
/modules/psaffiliate/classes/AffConf.php [31]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
/modules/stcurrencyselector/stcurrencyselector.php [423]
Manufacturer 23 /classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
/classes/Link.php [638]
FsCustomHtmlBlockFilterModel 9 /modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
/modules/fscustomhtml/fscustomhtml.php [1368]
Language 7 /config/config.inc.php [200]
/classes/Tools.php [646]
/classes/Tools.php [569]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
/modules/steasycontent/classes/StEasyContentSettingClass.php [78]
Country 4 /config/config.inc.php [147]
/classes/controller/FrontController.php [893]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1647]
Product 2 /modules/spmgsnipreview/spmgsnipreview.php [7166]
/modules/spmgsnipreview/spmgsnipreview.php [7166]
Shop 1 /config/config.inc.php [118]
State 1 /classes/controller/FrontController.php [1646]
Guest 1 /modules/statsdata/statsdata.php [82]
Tracking 1 /modules/psaffiliate/psaffiliate.php [1034]
Address 1 /classes/shop/Shop.php [465]
AddressFormat 1 /classes/controller/FrontController.php [1641]
Risk 1 /classes/controller/FrontController.php [1608]
Gender 1 /classes/controller/FrontController.php [1605]
Group 1 /classes/Cart.php [246]
Cart 1 /classes/controller/FrontController.php [416]
Customer 1 /config/config.inc.php [226]
ShopGroup 1 /classes/shop/Shop.php [549]
Connection 1 /modules/statsdata/statsdata.php [118]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/autoload.php
5/vendor/autoload.php
6/vendor/composer/autoload_real.php
7/vendor/composer/platform_check.php
8/vendor/composer/ClassLoader.php
9/vendor/composer/include_paths.php
10/vendor/composer/autoload_static.php
11/vendor/symfony/polyfill-mbstring/bootstrap.php
12/vendor/react/promise/src/functions_include.php
13/vendor/react/promise/src/functions.php
14/vendor/symfony/polyfill-php72/bootstrap.php
15/vendor/symfony/polyfill-intl-idn/bootstrap.php
16/vendor/symfony/polyfill-ctype/bootstrap.php
17/vendor/symfony/polyfill-iconv/bootstrap.php
18/vendor/swiftmailer/swiftmailer/lib/swift_required.php
19/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
20/vendor/paragonie/random_compat/lib/random.php
21/vendor/symfony/polyfill-php73/bootstrap.php
22/vendor/symfony/polyfill-php73/Php73.php
23/vendor/symfony/polyfill-php70/bootstrap.php
24/vendor/symfony/polyfill-php56/bootstrap.php
25/vendor/symfony/polyfill-intl-icu/bootstrap.php
26/vendor/symfony/polyfill-apcu/bootstrap.php
27/vendor/markbaker/matrix/classes/src/functions/adjoint.php
28/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
29/vendor/markbaker/matrix/classes/src/functions/cofactors.php
30/vendor/markbaker/matrix/classes/src/functions/determinant.php
31/vendor/markbaker/matrix/classes/src/functions/diagonal.php
32/vendor/markbaker/matrix/classes/src/functions/identity.php
33/vendor/markbaker/matrix/classes/src/functions/inverse.php
34/vendor/markbaker/matrix/classes/src/functions/minors.php
35/vendor/markbaker/matrix/classes/src/functions/trace.php
36/vendor/markbaker/matrix/classes/src/functions/transpose.php
37/vendor/markbaker/matrix/classes/src/operations/add.php
38/vendor/markbaker/matrix/classes/src/operations/directsum.php
39/vendor/markbaker/matrix/classes/src/operations/subtract.php
40/vendor/markbaker/matrix/classes/src/operations/multiply.php
41/vendor/markbaker/matrix/classes/src/operations/divideby.php
42/vendor/markbaker/matrix/classes/src/operations/divideinto.php
43/vendor/markbaker/complex/classes/src/functions/abs.php
44/vendor/markbaker/complex/classes/src/functions/acos.php
45/vendor/markbaker/complex/classes/src/functions/acosh.php
46/vendor/markbaker/complex/classes/src/functions/acot.php
47/vendor/markbaker/complex/classes/src/functions/acoth.php
48/vendor/markbaker/complex/classes/src/functions/acsc.php
49/vendor/markbaker/complex/classes/src/functions/acsch.php
50/vendor/markbaker/complex/classes/src/functions/argument.php
51/vendor/markbaker/complex/classes/src/functions/asec.php
52/vendor/markbaker/complex/classes/src/functions/asech.php
53/vendor/markbaker/complex/classes/src/functions/asin.php
54/vendor/markbaker/complex/classes/src/functions/asinh.php
55/vendor/markbaker/complex/classes/src/functions/atan.php
56/vendor/markbaker/complex/classes/src/functions/atanh.php
57/vendor/markbaker/complex/classes/src/functions/conjugate.php
58/vendor/markbaker/complex/classes/src/functions/cos.php
59/vendor/markbaker/complex/classes/src/functions/cosh.php
60/vendor/markbaker/complex/classes/src/functions/cot.php
61/vendor/markbaker/complex/classes/src/functions/coth.php
62/vendor/markbaker/complex/classes/src/functions/csc.php
63/vendor/markbaker/complex/classes/src/functions/csch.php
64/vendor/markbaker/complex/classes/src/functions/exp.php
65/vendor/markbaker/complex/classes/src/functions/inverse.php
66/vendor/markbaker/complex/classes/src/functions/ln.php
67/vendor/markbaker/complex/classes/src/functions/log2.php
68/vendor/markbaker/complex/classes/src/functions/log10.php
69/vendor/markbaker/complex/classes/src/functions/negative.php
70/vendor/markbaker/complex/classes/src/functions/pow.php
71/vendor/markbaker/complex/classes/src/functions/rho.php
72/vendor/markbaker/complex/classes/src/functions/sec.php
73/vendor/markbaker/complex/classes/src/functions/sech.php
74/vendor/markbaker/complex/classes/src/functions/sin.php
75/vendor/markbaker/complex/classes/src/functions/sinh.php
76/vendor/markbaker/complex/classes/src/functions/sqrt.php
77/vendor/markbaker/complex/classes/src/functions/tan.php
78/vendor/markbaker/complex/classes/src/functions/tanh.php
79/vendor/markbaker/complex/classes/src/functions/theta.php
80/vendor/markbaker/complex/classes/src/operations/add.php
81/vendor/markbaker/complex/classes/src/operations/subtract.php
82/vendor/markbaker/complex/classes/src/operations/multiply.php
83/vendor/markbaker/complex/classes/src/operations/divideby.php
84/vendor/markbaker/complex/classes/src/operations/divideinto.php
85/vendor/jakeasmith/http_build_url/src/http_build_url.php
86/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
87/vendor/ircmaxell/password-compat/lib/password.php
88/vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
89/app/AppKernel.php
90/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
91/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
92/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
93/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
94/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
95/config/alias.php
96/classes/PrestaShopAutoload.php
97/var/cache/dev/class_index.php
98/config/bootstrap.php
99/src/Core/ContainerBuilder.php
100/src/Core/Foundation/IoC/Container.php
101/src/Adapter/ServiceLocator.php
102/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
103/var/cache/dev/appParameters.php
104/classes/controller/Controller.php
105/classes/ObjectModel.php
106/src/Core/Foundation/Database/EntityInterface.php
107/classes/db/Db.php
108/classes/Tools.php
109/classes/Context.php
110/classes/shop/Shop.php
111/classes/db/DbPDO.php
112/classes/AddressFormat.php
113/classes/Configuration.php
114/classes/Validate.php
115/classes/cache/Cache.php
116/src/Adapter/EntityMapper.php
117/classes/db/DbQuery.php
118/src/Core/Addon/Theme/ThemeManagerBuilder.php
119/src/Adapter/Configuration.php
120/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
121/src/Core/Domain/Configuration/ShopConfigurationInterface.php
122/src/Core/ConfigurationInterface.php
123/src/Core/Addon/Theme/ThemeRepository.php
124/src/Core/Addon/AddonRepositoryInterface.php
125/src/Core/Addon/Theme/Theme.php
126/src/Core/Addon/AddonInterface.php
127/vendor/shudrum/array-finder/ArrayFinder.php
128/config/defines_uri.inc.php
129/classes/Language.php
130/src/Core/Language/LanguageInterface.php
131/classes/Country.php
132/classes/PrestaShopCollection.php
133/classes/shop/ShopGroup.php
134/classes/Cookie.php
135/classes/PhpEncryption.php
136/vendor/defuse/php-encryption/src/Core.php
137/classes/PhpEncryptionEngine.php
138/vendor/defuse/php-encryption/src/Key.php
139/vendor/defuse/php-encryption/src/Encoding.php
140/config/smarty.config.inc.php
141/classes/Smarty/SmartyDev.php
142/vendor/smarty/smarty/libs/Smarty.class.php
143/vendor/smarty/smarty/libs/Autoloader.php
144/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
145/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
146/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
147/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
148/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
149/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
150/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
151/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
152/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
153/config/smartyfront.config.inc.php
154/classes/Smarty/SmartyResourceModule.php
155/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
156/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
157/classes/Smarty/SmartyResourceParent.php
158/classes/Smarty/SmartyLazyRegister.php
159/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
160/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
161/classes/Customer.php
162/classes/Group.php
163/classes/Link.php
164/classes/shop/ShopUrl.php
165/classes/Dispatcher.php
166/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
167/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
168/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
169/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
170/classes/Hook.php
171/override/classes/Hook.php
172/src/Adapter/SymfonyContainer.php
173/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
174/config/db_slave_server.inc.php
175/classes/module/Module.php
176/src/Core/Module/ModuleInterface.php
177/modules/bonyoutube/bonyoutube.php
178/modules/bonyoutube/classes/ClassYoutube.php
179/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
180/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
181/classes/Translate.php
182/src/PrestaShopBundle/Translation/TranslatorComponent.php
183/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
184/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
185/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
186/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
187/src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
188/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
189/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
190/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
191/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
192/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
193/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
194/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
195/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
196/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
197/var/cache/dev/translations/catalogue.de-DE.NXhscRe.php
198/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
199/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
200/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
201/controllers/front/listing/ManufacturerController.php
202/classes/controller/ProductListingFrontController.php
203/classes/controller/ProductPresentingFrontController.php
204/classes/controller/FrontController.php
205/override/classes/controller/FrontController.php
206/src/Adapter/Presenter/Object/ObjectPresenter.php
207/src/Adapter/Presenter/PresenterInterface.php
208/src/Adapter/Presenter/Cart/CartPresenter.php
209/src/Adapter/Product/PriceFormatter.php
210/src/Adapter/Image/ImageRetriever.php
211/classes/tax/TaxConfiguration.php
212/classes/Smarty/TemplateFinder.php
213/classes/assets/StylesheetManager.php
214/classes/assets/AbstractAssetManager.php
215/src/Adapter/Assets/AssetUrlGeneratorTrait.php
216/classes/assets/JavascriptManager.php
217/classes/assets/CccReducer.php
218/modules/stadvancedcache/stadvancedcache.php
219/modules/stadvancedcache/classes/StAdvancedCacheClass.php
220/src/Adapter/ContainerBuilder.php
221/src/Adapter/Environment.php
222/src/Core/EnvironmentInterface.php
223/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
224/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
225/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
226/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
227/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
228/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
229/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
230/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
231/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
232/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
233/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
234/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
235/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
236/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
237/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
238/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
239/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
240/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
241/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
242/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
243/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
244/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
245/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
246/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
247/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
248/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
249/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
250/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
251/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
252/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
253/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
254/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
255/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
256/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
257/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
258/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
259/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
260/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
261/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
262/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
263/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
264/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
265/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
266/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
267/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
268/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
269/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
270/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
271/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
272/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
273/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
274/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
275/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
276/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
277/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
278/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
279/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
280/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
281/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
282/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
283/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
284/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
285/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
286/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
287/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
288/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
289/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
290/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
291/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
292/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
293/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
294/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
295/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
296/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
297/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
298/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
299/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
300/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
301/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
302/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
303/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
304/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
305/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
306/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
307/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
308/var/cache/dev/FrontContainer.php
309/src/Adapter/Container/LegacyContainer.php
310/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
311/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
312/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
313/vendor/psr/container/src/ContainerInterface.php
314/src/Adapter/Container/LegacyContainerInterface.php
315/modules/dashactivity/vendor/autoload.php
316/modules/dashactivity/vendor/composer/autoload_real.php
317/modules/dashactivity/vendor/composer/autoload_static.php
318/modules/dashtrends/vendor/autoload.php
319/modules/dashtrends/vendor/composer/autoload_real.php
320/modules/dashtrends/vendor/composer/autoload_static.php
321/modules/dashgoals/vendor/autoload.php
322/modules/dashgoals/vendor/composer/autoload_real.php
323/modules/dashgoals/vendor/composer/autoload_static.php
324/modules/dashproducts/vendor/autoload.php
325/modules/dashproducts/vendor/composer/autoload_real.php
326/modules/dashproducts/vendor/composer/autoload_static.php
327/modules/graphnvd3/vendor/autoload.php
328/modules/graphnvd3/vendor/composer/autoload_real.php
329/modules/graphnvd3/vendor/composer/autoload_static.php
330/modules/gridhtml/vendor/autoload.php
331/modules/gridhtml/vendor/composer/autoload_real.php
332/modules/gridhtml/vendor/composer/autoload_static.php
333/modules/ps_banner/vendor/autoload.php
334/modules/ps_banner/vendor/composer/autoload_real.php
335/modules/ps_banner/vendor/composer/autoload_static.php
336/modules/ps_categorytree/vendor/autoload.php
337/modules/ps_categorytree/vendor/composer/autoload_real.php
338/modules/ps_categorytree/vendor/composer/autoload_static.php
339/modules/ps_checkpayment/vendor/autoload.php
340/modules/ps_checkpayment/vendor/composer/autoload_real.php
341/modules/ps_checkpayment/vendor/composer/autoload_static.php
342/modules/ps_contactinfo/vendor/autoload.php
343/modules/ps_contactinfo/vendor/composer/autoload_real.php
344/modules/ps_contactinfo/vendor/composer/autoload_static.php
345/modules/ps_currencyselector/vendor/autoload.php
346/modules/ps_currencyselector/vendor/composer/autoload_real.php
347/modules/ps_currencyselector/vendor/composer/autoload_static.php
348/modules/ps_customeraccountlinks/vendor/autoload.php
349/modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
350/modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
351/modules/ps_customersignin/vendor/autoload.php
352/modules/ps_customersignin/vendor/composer/autoload_real.php
353/modules/ps_customersignin/vendor/composer/autoload_static.php
354/modules/ps_customtext/vendor/autoload.php
355/modules/ps_customtext/vendor/composer/autoload_real.php
356/modules/ps_customtext/vendor/composer/autoload_static.php
357/modules/ps_facetedsearch/vendor/autoload.php
358/modules/ps_facetedsearch/vendor/composer/autoload_real.php
359/modules/ps_facetedsearch/vendor/composer/autoload_static.php
360/modules/ps_featuredproducts/vendor/autoload.php
361/modules/ps_featuredproducts/vendor/composer/autoload_real.php
362/modules/ps_featuredproducts/vendor/composer/autoload_static.php
363/modules/ps_imageslider/vendor/autoload.php
364/modules/ps_imageslider/vendor/composer/autoload_real.php
365/modules/ps_imageslider/vendor/composer/autoload_static.php
366/modules/ps_languageselector/vendor/autoload.php
367/modules/ps_languageselector/vendor/composer/autoload_real.php
368/modules/ps_languageselector/vendor/composer/autoload_static.php
369/modules/ps_linklist/vendor/autoload.php
370/modules/ps_linklist/vendor/composer/autoload_real.php
371/modules/ps_linklist/vendor/composer/autoload_static.php
372/modules/ps_mainmenu/vendor/autoload.php
373/modules/ps_mainmenu/vendor/composer/autoload_real.php
374/modules/ps_mainmenu/vendor/composer/autoload_static.php
375/modules/ps_searchbar/vendor/autoload.php
376/modules/ps_searchbar/vendor/composer/autoload_real.php
377/modules/ps_searchbar/vendor/composer/autoload_static.php
378/modules/ps_shoppingcart/vendor/autoload.php
379/modules/ps_shoppingcart/vendor/composer/autoload_real.php
380/modules/ps_shoppingcart/vendor/composer/autoload_static.php
381/modules/ps_socialfollow/vendor/autoload.php
382/modules/ps_socialfollow/vendor/composer/autoload_real.php
383/modules/ps_socialfollow/vendor/composer/autoload_static.php
384/modules/ps_wirepayment/vendor/autoload.php
385/modules/ps_wirepayment/vendor/composer/autoload_real.php
386/modules/ps_wirepayment/vendor/composer/autoload_static.php
387/modules/pagesnotfound/vendor/autoload.php
388/modules/pagesnotfound/vendor/composer/autoload_real.php
389/modules/pagesnotfound/vendor/composer/autoload_static.php
390/modules/sekeywords/vendor/autoload.php
391/modules/sekeywords/vendor/composer/autoload_real.php
392/modules/sekeywords/vendor/composer/autoload_static.php
393/modules/statsbestcategories/vendor/autoload.php
394/modules/statsbestcategories/vendor/composer/autoload_real.php
395/modules/statsbestcategories/vendor/composer/autoload_static.php
396/modules/statsbestcustomers/vendor/autoload.php
397/modules/statsbestcustomers/vendor/composer/autoload_real.php
398/modules/statsbestcustomers/vendor/composer/autoload_static.php
399/modules/statsbestproducts/vendor/autoload.php
400/modules/statsbestproducts/vendor/composer/autoload_real.php
401/modules/statsbestproducts/vendor/composer/autoload_static.php
402/modules/statsbestsuppliers/vendor/autoload.php
403/modules/statsbestsuppliers/vendor/composer/autoload_real.php
404/modules/statsbestsuppliers/vendor/composer/autoload_static.php
405/modules/statsbestvouchers/vendor/autoload.php
406/modules/statsbestvouchers/vendor/composer/autoload_real.php
407/modules/statsbestvouchers/vendor/composer/autoload_static.php
408/modules/statscarrier/vendor/autoload.php
409/modules/statscarrier/vendor/composer/autoload_real.php
410/modules/statscarrier/vendor/composer/autoload_static.php
411/modules/statscatalog/vendor/autoload.php
412/modules/statscatalog/vendor/composer/autoload_real.php
413/modules/statscatalog/vendor/composer/autoload_static.php
414/modules/statscheckup/vendor/autoload.php
415/modules/statscheckup/vendor/composer/autoload_real.php
416/modules/statscheckup/vendor/composer/autoload_static.php
417/modules/statsdata/vendor/autoload.php
418/modules/statsdata/vendor/composer/autoload_real.php
419/modules/statsdata/vendor/composer/autoload_static.php
420/modules/statsequipment/vendor/autoload.php
421/modules/statsequipment/vendor/composer/autoload_real.php
422/modules/statsequipment/vendor/composer/autoload_static.php
423/modules/statsforecast/vendor/autoload.php
424/modules/statsforecast/vendor/composer/autoload_real.php
425/modules/statsforecast/vendor/composer/autoload_static.php
426/modules/statslive/vendor/autoload.php
427/modules/statslive/vendor/composer/autoload_real.php
428/modules/statslive/vendor/composer/autoload_static.php
429/modules/statsnewsletter/vendor/autoload.php
430/modules/statsnewsletter/vendor/composer/autoload_real.php
431/modules/statsnewsletter/vendor/composer/autoload_static.php
432/modules/statsorigin/vendor/autoload.php
433/modules/statsorigin/vendor/composer/autoload_real.php
434/modules/statsorigin/vendor/composer/autoload_static.php
435/modules/statspersonalinfos/vendor/autoload.php
436/modules/statspersonalinfos/vendor/composer/autoload_real.php
437/modules/statspersonalinfos/vendor/composer/autoload_static.php
438/modules/statsproduct/vendor/autoload.php
439/modules/statsproduct/vendor/composer/autoload_real.php
440/modules/statsproduct/vendor/composer/autoload_static.php
441/modules/statsregistrations/vendor/autoload.php
442/modules/statsregistrations/vendor/composer/autoload_real.php
443/modules/statsregistrations/vendor/composer/autoload_static.php
444/modules/statssales/vendor/autoload.php
445/modules/statssales/vendor/composer/autoload_real.php
446/modules/statssales/vendor/composer/autoload_static.php
447/modules/statssearch/vendor/autoload.php
448/modules/statssearch/vendor/composer/autoload_real.php
449/modules/statssearch/vendor/composer/autoload_static.php
450/modules/statsstock/vendor/autoload.php
451/modules/statsstock/vendor/composer/autoload_real.php
452/modules/statsstock/vendor/composer/autoload_static.php
453/modules/statsvisits/vendor/autoload.php
454/modules/statsvisits/vendor/composer/autoload_real.php
455/modules/statsvisits/vendor/composer/autoload_static.php
456/modules/welcome/vendor/autoload.php
457/modules/welcome/vendor/composer/autoload_real.php
458/modules/welcome/vendor/composer/autoload_static.php
459/modules/gamification/vendor/autoload.php
460/modules/gamification/vendor/composer/autoload_real.php
461/modules/gamification/vendor/composer/platform_check.php
462/modules/gamification/vendor/composer/autoload_static.php
463/modules/blockreassurance/vendor/autoload.php
464/modules/blockreassurance/vendor/composer/autoload_real.php
465/modules/blockreassurance/vendor/composer/autoload_static.php
466/modules/smartsupp/vendor/autoload.php
467/modules/smartsupp/vendor/composer/autoload_real.php
468/modules/smartsupp/vendor/composer/platform_check.php
469/modules/smartsupp/vendor/composer/autoload_static.php
470/modules/ps_emailsubscription/vendor/autoload.php
471/modules/ps_emailsubscription/vendor/composer/autoload_real.php
472/modules/ps_emailsubscription/vendor/composer/autoload_static.php
473/modules/gsitemap/vendor/autoload.php
474/modules/gsitemap/vendor/composer/autoload_real.php
475/modules/gsitemap/vendor/composer/autoload_static.php
476/modules/rc_pganalytics/vendor/autoload.php
477/modules/rc_pganalytics/vendor/composer/autoload_real.php
478/modules/rc_pganalytics/vendor/composer/autoload_namespaces.php
479/modules/rc_pganalytics/vendor/composer/autoload_psr4.php
480/modules/rc_pganalytics/vendor/composer/autoload_classmap.php
481/modules/ps_productinfo/vendor/autoload.php
482/modules/ps_productinfo/vendor/composer/autoload_real.php
483/modules/ps_productinfo/vendor/composer/autoload_static.php
484/modules/cronjobs/vendor/autoload.php
485/modules/cronjobs/vendor/composer/autoload_real.php
486/modules/cronjobs/vendor/composer/autoload_static.php
487/modules/ps_emailalerts/vendor/autoload.php
488/modules/ps_emailalerts/vendor/composer/autoload_real.php
489/modules/ps_emailalerts/vendor/composer/autoload_static.php
490/modules/ps_crossselling/vendor/autoload.php
491/modules/ps_crossselling/vendor/composer/autoload_real.php
492/modules/ps_crossselling/vendor/composer/autoload_static.php
493/modules/ps_faviconnotificationbo/vendor/autoload.php
494/modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
495/modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
496/modules/contactform/vendor/autoload.php
497/modules/contactform/vendor/composer/autoload_real.php
498/modules/contactform/vendor/composer/autoload_static.php
499/modules/emarketing/vendor/autoload.php
500/modules/emarketing/vendor/composer/autoload_real.php
501/modules/emarketing/vendor/composer/autoload_static.php
502/modules/ps_sharebuttons/vendor/autoload.php
503/modules/ps_sharebuttons/vendor/composer/autoload_real.php
504/modules/ps_sharebuttons/vendor/composer/autoload_static.php
505/modules/ps_categoryproducts/vendor/autoload.php
506/modules/ps_categoryproducts/vendor/composer/autoload_real.php
507/modules/ps_categoryproducts/vendor/composer/autoload_static.php
508/modules/autoupgrade/vendor/autoload.php
509/modules/autoupgrade/vendor/composer/autoload_real.php
510/modules/autoupgrade/vendor/composer/autoload_static.php
511/src/Core/Localization/Locale/Repository.php
512/src/Core/Localization/Locale/RepositoryInterface.php
513/src/Core/Localization/CLDR/LocaleRepository.php
514/src/Core/Localization/CLDR/LocaleDataSource.php
515/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
516/src/Core/Data/Layer/AbstractDataLayer.php
517/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
518/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
519/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
520/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
521/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
522/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
523/vendor/psr/cache/src/CacheItemPoolInterface.php
524/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
525/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
526/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
527/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
528/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
529/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
530/vendor/psr/cache/src/CacheItemInterface.php
531/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
532/src/Core/Localization/CLDR/Reader.php
533/src/Core/Localization/CLDR/ReaderInterface.php
534/src/Core/Localization/Currency/Repository.php
535/src/Core/Localization/Currency/RepositoryInterface.php
536/src/Core/Localization/Currency/CurrencyDataSource.php
537/src/Core/Localization/Currency/DataSourceInterface.php
538/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
539/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
540/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
541/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
542/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
543/src/Adapter/Currency/CurrencyDataProvider.php
544/src/Core/Currency/CurrencyDataProviderInterface.php
545/src/Adapter/LegacyContext.php
546/src/Adapter/Tools.php
547/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
548/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
549/vendor/prestashop/decimal/src/Operation/Rounding.php
550/src/Core/Localization/Locale.php
551/src/Core/Localization/LocaleInterface.php
552/src/Core/Localization/Specification/Price.php
553/src/Core/Localization/Specification/Number.php
554/src/Core/Localization/Specification/NumberInterface.php
555/src/Core/Localization/Specification/Factory.php
556/src/Core/Localization/CLDR/LocaleData.php
557/src/Core/Localization/CLDR/NumberSymbolsData.php
558/src/Core/Localization/CLDR/CurrencyData.php
559/src/Core/Localization/CLDR/Locale.php
560/src/Core/Localization/CLDR/LocaleInterface.php
561/src/Core/Localization/Specification/NumberSymbolList.php
562/classes/Currency.php
563/src/Core/Localization/Currency/LocalizedCurrencyId.php
564/classes/webservice/WebserviceRequest.php
565/src/Core/Localization/Currency/CurrencyData.php
566/src/Core/Localization/Currency/CurrencyCollection.php
567/src/Core/Localization/Currency.php
568/src/Core/Localization/CurrencyInterface.php
569/src/Core/Localization/Specification/NumberCollection.php
570/src/Core/Localization/Number/Formatter.php
571/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php
572/vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php
573/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php
574/vendor/psr/log/Psr/Log/LogLevel.php
575/vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php
576/vendor/psr/log/Psr/Log/AbstractLogger.php
577/vendor/psr/log/Psr/Log/LoggerInterface.php
578/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php
579/vendor/geoip2/geoip2/src/Database/Reader.php
580/vendor/geoip2/geoip2/src/ProviderInterface.php
581/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php
582/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php
583/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php
584/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php
585/vendor/geoip2/geoip2/src/Model/City.php
586/vendor/geoip2/geoip2/src/Model/Country.php
587/vendor/geoip2/geoip2/src/Model/AbstractModel.php
588/vendor/geoip2/geoip2/src/Compat/JsonSerializable.php
589/vendor/geoip2/geoip2/src/Record/Continent.php
590/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php
591/vendor/geoip2/geoip2/src/Record/AbstractRecord.php
592/vendor/geoip2/geoip2/src/Record/Country.php
593/vendor/geoip2/geoip2/src/Record/MaxMind.php
594/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php
595/vendor/geoip2/geoip2/src/Record/Traits.php
596/vendor/geoip2/geoip2/src/Record/City.php
597/vendor/geoip2/geoip2/src/Record/Location.php
598/vendor/geoip2/geoip2/src/Record/Postal.php
599/vendor/geoip2/geoip2/src/Record/Subdivision.php
600/classes/Cart.php
601/src/Adapter/AddressFactory.php
602/classes/CartRule.php
603/classes/Product.php
604/classes/Pack.php
605/modules/faviconotification/faviconotification.php
606/modules/faviconotification/translations/de.php
607/modules/stgrecaptcha/stgrecaptcha.php
608/classes/ProductDownload.php
609/classes/tax/Tax.php
610/src/Core/Localization/CLDR/ComputingPrecision.php
611/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
612/src/Core/Cart/Calculator.php
613/src/Core/Cart/CartRowCollection.php
614/src/Core/Cart/Fees.php
615/src/Core/Cart/AmountImmutable.php
616/src/Core/Cart/CartRuleCollection.php
617/src/Core/Cart/CartRuleCalculator.php
618/src/Adapter/Product/PriceCalculator.php
619/classes/order/Order.php
620/src/Core/Cart/CartRow.php
621/src/PrestaShopBundle/Translation/DomainNormalizer.php
622/vendor/prestashop/decimal/src/Number.php
623/vendor/prestashop/decimal/src/Builder.php
624/classes/Gender.php
625/classes/Risk.php
626/classes/Meta.php
627/classes/Address.php
628/classes/ImageType.php
629/src/Core/Addon/Module/ModuleManagerBuilder.php
630/src/Core/Util/File/YamlParser.php
631/var/cache/dev/yaml/6250ec38dc0b54e080aa9596a329424d.php
632/var/cache/dev/yaml/34d471e3ccd9416f43a16ab1331ddb5b.php
633/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
634/vendor/guzzlehttp/guzzle/src/Client.php
635/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
636/vendor/guzzlehttp/guzzle/src/ClientInterface.php
637/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
638/vendor/guzzlehttp/guzzle/src/Url.php
639/vendor/guzzlehttp/guzzle/src/Utils.php
640/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
641/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
642/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
643/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
644/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
645/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
646/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
647/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
648/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
649/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
650/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
651/vendor/guzzlehttp/guzzle/src/RequestFsm.php
652/app/config/parameters.php
653/src/Adapter/Module/ModuleZipManager.php
654/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
655/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
656/src/Core/Hook/HookDispatcherInterface.php
657/src/Adapter/Addons/AddonsDataProvider.php
658/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
659/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
660/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
661/src/Adapter/LegacyLogger.php
662/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
663/src/Adapter/Module/ModuleDataProvider.php
664/src/Adapter/Module/AdminModuleDataProvider.php
665/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
666/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
667/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
668/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
669/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
670/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
671/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
672/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
673/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
674/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
675/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
676/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
677/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
678/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
679/src/Adapter/Module/ModuleDataUpdater.php
680/src/Core/Addon/Module/ModuleManager.php
681/src/Core/Addon/AddonManagerInterface.php
682/src/Core/Addon/Module/ModuleRepository.php
683/src/Core/Addon/Module/ModuleRepositoryInterface.php
684/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
685/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
686/src/Core/Cache/Clearer/CacheClearerInterface.php
687/classes/State.php
688/classes/Media.php
689/src/Core/Filter/FrontEndObject/MainFilter.php
690/src/Core/Filter/FilterInterface.php
691/src/Core/Filter/FrontEndObject/CartFilter.php
692/src/Core/Filter/HashMapWhitelistFilter.php
693/src/Core/Filter/CollectionFilter.php
694/src/Core/Filter/FrontEndObject/ProductFilter.php
695/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
696/src/Core/Filter/FrontEndObject/CustomerFilter.php
697/src/Core/Filter/FrontEndObject/ShopFilter.php
698/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
699/modules/stthemeeditor/stthemeeditor.php
700/src/Core/Module/WidgetInterface.php
701/src/Adapter/Localization/LegacyTranslator.php
702/modules/stthemeeditor/googlefonts.php
703/classes/Image.php
704/classes/Smarty/SmartyDevTemplate.php
705/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
706/var/cache/dev/smarty/compile/75/3d/e3/753de3e17aaa78cb80fdc9b499c36c66d804f8f1_2.file.stthemeeditor-header.tpl.php
707/modules/stsearchbar/stsearchbar.php
708/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
709/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
710/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
711/var/cache/dev/smarty/cache/stsearchbar/1/1/1/14/7/21/transformer/f7/ad/ba/f7adbaa38ab9c1fcd88bcc52b693f9f0be3ba492.stsearchbarviewstemplates.php
712/modules/stshoppingcart/stshoppingcart.php
713/var/cache/dev/smarty/cache/stshoppingcart/1/1/1/14/7/21/transformer/87/36/f0/8736f02df9238a8283f8143cc6f3985bfeb248ee.stshoppingcartviewstempla.php
714/modules/stmegamenu/stmegamenu.php
715/modules/stmegamenu/classes/StMegaMenuClass.php
716/modules/stmegamenu/classes/StMegaColumnClass.php
717/modules/stmegamenu/classes/StMegaProductClass.php
718/modules/stmegamenu/classes/StMegaBrandClass.php
719/var/cache/dev/smarty/cache/stmegamenu/1/1/1/14/7/21/transformer/a5/a8/fe/a5a8fe15b8310946890307c31191bd07c4533013.stmegamenuviewstemplatesh.php
720/modules/stswiper/stswiper.php
721/modules/stswiper/classes/StSwiperClass.php
722/modules/stswiper/classes/StSwiperGroup.php
723/modules/stswiper/classes/StSwiperFontClass.php
724/var/cache/dev/smarty/cache/stswiper/1/1/1/14/7/21/transformer/5d/e5/9f/5de59f9f101631e60e412b8b1bcd571d54bd07be.stswiperviewstemplateshoo.php
725/modules/stfeaturedslider/stfeaturedslider.php
726/modules/stthemeeditor/classes/BaseProductsSlider.php
727/modules/stthemeeditor/classes/BaseSlider.php
728/var/cache/dev/smarty/cache/stfeaturedslider/1/1/1/14/7/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
729/modules/stfeaturedcategories/stfeaturedcategories.php
730/modules/stfeaturedcategories/classes/StFeaturedCategoriesClass.php
731/var/cache/dev/smarty/cache/stfeaturedcategories/1/1/1/14/7/21_header/transformer/34/5e/f4/345ef48f99080151ca2e7908872b96870880df52.stfeaturedcategoriesviews.php
732/modules/sthomenew/sthomenew.php
733/var/cache/dev/smarty/cache/sthomenew/1/1/1/14/7/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
734/modules/stsocial/stsocial.php
735/modules/stsocial/classes/StSocialClass.php
736/var/cache/dev/smarty/compile/23/2d/0c/232d0cebfefe75665a1ac7bd73a2341e53fe20cc_2.file.header.tpl.php
737/modules/stbestsellers/stbestsellers.php
738/var/cache/dev/smarty/cache/stbestsellers/1/1/1/14/7/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
739/modules/stlovedproduct/stlovedproduct.php
740/modules/stlovedproduct/classes/StLovedProductClass.php
741/var/cache/dev/smarty/cache/stlovedproduct/1/1/1/14/7/21/transformer/e3/e7/78/e3e7787bb67cf1a5d0238ded3b92a07f938470a6.stlovedproductviewstempla.php
742/modules/stpagebanner/stpagebanner.php
743/modules/stpagebanner/classes/StPageBannerClass.php
744/modules/stpagebanner/classes/StPageBannerFontClass.php
745/var/cache/dev/smarty/cache/stpagebanner/1/1/1/14/7/21/transformer/a6/bf/cc/a6bfccd8239bd675ece76b619e3ceaaaca1f6a7b.stpagebannerviewstemplate.php
746/modules/stproductcategoriesslider/stproductcategoriesslider.php
747/modules/stproductcategoriesslider/classes/StProductCategoriesSliderClass.php
748/var/cache/dev/smarty/cache/stproductcategoriesslider/1/1/1/14/7/21/transformer/96/5f/9c/965f9c5110f8b13153108c823ae802bd2b16c37c.stproductcategoriesslider.php
749/modules/strelatedproducts/strelatedproducts.php
750/var/cache/dev/smarty/cache/strelatedproducts/1/1/1/14/7/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
751/modules/stsidebar/stsidebar.php
752/modules/stsidebar/classes/StSidebarClass.php
753/var/cache/dev/smarty/cache/stsidebar/1/1/1/14/7/21/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
754/modules/stwishlist/stwishlist.php
755/modules/stwishlist/classes/StWishListClass.php
756/var/cache/dev/smarty/cache/stwishlist/1/1/1/14/7/21/transformer/42/4f/0e/424f0e470e4517e9bcbfa456cbbd476d8c6f76a5.stwishlistviewstemplatesh.php
757/modules/fscustomhtml/fscustomhtml.php
758/modules/fscustomhtml/classloader.php
759/modules/fscustomhtml/classes/FsCustomHtmlHelper.php
760/modules/fscustomhtml/classes/FsCustomHtmlHelperFormAbstract.php
761/classes/helper/HelperForm.php
762/classes/helper/Helper.php
763/modules/fscustomhtml/classes/FsCustomHtmlHelperConfig.php
764/modules/fscustomhtml/classes/FsCustomHtmlHelperForm.php
765/modules/fscustomhtml/classes/FsCustomHtmlHelperFormFilter.php
766/modules/fscustomhtml/classes/FsCustomHtmlHelperList.php
767/classes/helper/HelperList.php
768/modules/fscustomhtml/classes/FsCustomHtmlFilterModel.php
769/modules/fscustomhtml/classes/FsCustomHtmlBlockFilterModel.php
770/modules/fscustomhtml/classes/FsCustomHtmlBlockModel.php
771/modules/fscustomhtml/classes/FsCustomHtmlHookModel.php
772/modules/fscustomhtml/classes/FsCustomHtmlTemplateModel.php
773/modules/fscustomhtml/classes/FsCustomHtmlValidate.php
774/modules/stmultilink/stmultilink.php
775/modules/stmultilink/classes/StMultiLinkGroup.php
776/modules/stmultilink/classes/StMultiLinkClass.php
777/modules/stblog/classes/StBlogCategory.php
778/var/cache/dev/smarty/cache/stmultilink/1/1/1/14/7/21/transformer/73/30/15/733015f98af78d652a5004549d695a2e44e0ce8f.stmultilinkviewstemplates.php
779/modules/stspecialslider/stspecialslider.php
780/modules/stspecialslider/classes/StSpecialSliderClass.php
781/var/cache/dev/smarty/cache/stspecialslider/1/1/1/14/7/21_header/transformer/7a/5b/43/7a5b43d74b0fdbda667c2981de2539427c0bdc6c.stthemeeditorviewstemplat.php
782/modules/psaffiliate/psaffiliate.php
783/modules/psaffiliate/classes/Tracking.php
784/modules/psaffiliate/classes/AffConf.php
785/classes/order/OrderState.php
786/classes/CMS.php
787/modules/stnewsletter/stnewsletter.php
788/modules/stnewsletter/classes/StNewsLetterClass.php
789/var/cache/dev/smarty/cache/stnewsletter/1/1/1/14/7/21/transformer/2b/f6/44/2bf6448dd593143f0f30da38703f114b79476383.stnewsletterviewstemplate.php
790/var/cache/dev/smarty/compile/ec/83/4e/ec834e0b9e00a5bd585070018c6001282ab9a5da_2.file.faviconotification.tpl.php
791/vendor/smarty/smarty/libs/plugins/modifier.escape.php
792/var/cache/dev/smarty/compile/93/90/48/93904814aec518184486f56f9c5149bde5bfa136_2.file.youtube-header.tpl.php
793/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
794/modules/newsletterpro/newsletterpro.php
795/modules/newsletterpro/config/config.inc.php
796/modules/newsletterpro/classes/NewsletterProAutoload.php
797/modules/newsletterpro/libraries/phpQuery.php
798/modules/newsletterpro/classes/helpers.php
799/modules/newsletterpro/translations/de.php
800/modules/newsletterpro/classes/NewsletterProRequest.php
801/modules/newsletterpro/classes/NewsletterProTools.php
802/modules/newsletterpro/classes/NewsletterProConfigurationShop.php
803/classes/Tab.php
804/modules/newsletterpro/classes/NewsletterProMailChimpController.php
805/modules/newsletterpro/classes/NewsletterProMailChimp.php
806/modules/newsletterpro/classes/NewsletterProMailChimpApi.php
807/modules/newsletterpro/classes/NewsletterProAjaxResponse.php
808/modules/newsletterpro/classes/NewsletterProUpgrade.php
809/modules/newsletterpro/classes/NewsletterProConfiguration.php
810/modules/newsletterpro/classes/NewsletterProAppStorage.php
811/modules/newsletterpro/classes/NewsletterProAppTranslate.php
812/modules/newsletterpro/classes/NewsletterProTranslate.php
813/modules/spmgsnipreview/spmgsnipreview.php
814/modules/spmgsnipreview/translations/de.php
815/modules/spmgsnipreview/views/templates/hooks/_linkAHtml.phtml
816/classes/controller/AdminController.php
817/modules/spmgsnipreview/classes/ps17helpspmgsnipreview.class.php
818/var/cache/dev/smarty/cache/spmgsnipreview/head_tpl/1/1/1/14/7/21/c5/03/3a/c5033a1049e0a81b6bf235664330b6091fc5f8af.head.tpl.php
819/modules/steasycontent/steasycontent.php
820/modules/steasycontent/classes/StEasyContentClass.php
821/modules/steasycontent/classes/StEasyContentColumnClass.php
822/modules/steasycontent/classes/StEasyContentElementClass.php
823/modules/steasycontent/classes/StEasyContentSettingClass.php
824/modules/steasycontent/classes/StEasyContentFontClass.php
825/var/cache/dev/smarty/cache/steasycontent/1/1/1/14/7/21/transformer/90/31/0b/90310be32e83d0cd4dcfa90bddbe22fddd7d7641.steasycontentviewstemplat.php
826/modules/stcountdown/stcountdown.php
827/modules/stcountdown/classes/StCountDownClass.php
828/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
829/var/cache/dev/smarty/compile/transformer/9a/95/dd/9a95dd1b809d9a49883399b52b07e235eb25fc26_2.module.stcountdownviewstemplates.cache.php
830/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
831/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
832/var/cache/dev/smarty/cache/stcountdown/1/1/1/14/7/21_manufacturer/transformer/cd/f8/62/cdf8620b91e04cf52c80193b061c6a253070928a.stcountdownviewstemplates.php
833/modules/storderpopup/storderpopup.php
834/modules/stnotification/stnotification.php
835/modules/stnotification/classes/StNotificationClass.php
836/var/cache/dev/smarty/cache/stnotification/1/1/1/14/7/21/transformer/35/35/1c/35351cdbcdba6ad7d419eb5216b5da235ff2aa07.stnotificationviewstempla.php
837/modules/stimagick/stimagick.php
838/var/cache/dev/smarty/cache/stgrecaptcha/1/1/1/14/7/21/transformer/ee/5f/96/ee5f96406243c2333485d3cebb7c734587a05447.stgrecaptchaviewstemplate.php
839/modules/elegantalpaymentpaypal/elegantalpaymentpaypal.php
840/modules/elegantalpaymentpaypal/initialize.php
841/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalTools.php
842/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalGateway.php
843/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalModule.php
844/classes/PaymentModule.php
845/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalObjectModel.php
846/modules/elegantalpaymentpaypal/classes/ElegantalPaymentPaypalPdt.php
847/modules/elegantalpaymentpaypal/translations/de.php
848/classes/Manufacturer.php
849/vendor/defuse/php-encryption/src/Crypto.php
850/vendor/defuse/php-encryption/src/KeyOrPassword.php
851/vendor/defuse/php-encryption/src/RuntimeTests.php
852/vendor/defuse/php-encryption/src/DerivedKeys.php
853/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
854/vendor/defuse/php-encryption/src/Exception/CryptoException.php
855/vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
856/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
857/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
858/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
859/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
860/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
861/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
862/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
863/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
864/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
865/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
866/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
867/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/fd/de/c5/fddec5eb5db8167f29d937309060f54e6b09dab4_2.file.manufacturers.tpl.php
868/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
869/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
870/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
871/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
872/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
873/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
874/vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
875/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
876/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/26/25/65/26256522d7e07a21e3eab1aec6ad1914e910d77f_2.file.brands.tpl.php
877/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
878/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/1a/87/86/1a8786e056a425ae1405f6f949e153840f6ff473_2.file.layout-left-column.tpl.php
879/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/97/82/9a/97829a6032d3e5f8764c62fdd28ea6d30ef94435_2.file.layout-both-columns.tpl.php
880/vendor/smarty/smarty/libs/plugins/modifier.replace.php
881/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/07/37/ce/0737ce6b182b73bb46a55b60fd1b0c9ffd444d69_2.file.head.tpl.php
882/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/2e/cc/56/2ecc565fe4e63ecab6bb87fc02c4873a4ef4997d_2.file.stylesheets.tpl.php
883/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/b9/fc/08/b9fc08bd79ac336a73f99d31f91e69c7dddc580f_2.file.javascript.tpl.php
884/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/b2/4f/32/b24f32e13f21fc8f54cc621696fce6dedaadc896_2.file.product-activation.tpl.php
885/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/94/95/6c/94956c04d06ff86d40f616a258fac092519fc7d8_2.file.header.tpl.php
886/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
887/var/cache/dev/smarty/compile/transformer/98/c5/32/98c532fbb5b531c99ef6fcea92cc1db4e960d931_2.module.stnotificationviewstempla.php
888/var/cache/dev/smarty/cache/steasycontent/1/1/1/14/7/21_34_location/transformer/c1/a3/c3/c1a3c3db91022c1c60c546f7fd64beb8cf3d2ad3.steasycontentviewstemplat.php
889/modules/stlanguageselector/stlanguageselector.php
890/var/cache/dev/smarty/compile/transformer/fc/0c/31/fc0c31ae040fd96cef622c42a5d170b339ec298f_2.module.stlanguageselectorviewste.php
891/modules/stcurrencyselector/stcurrencyselector.php
892/src/Adapter/ObjectPresenter.php
893/var/cache/dev/smarty/compile/transformer/fe/9e/5c/fe9e5cc6bce6cc7ffc8930c9d961e050dcdd55fc_2.module.stcurrencyselectorviewste.php
894/modules/stcustomersignin/stcustomersignin.php
895/var/cache/dev/smarty/compile/transformer/43/b8/c0/43b8c09337d64b800baa98253de92269f5c603b2_2.module.stcustomersigninviewstemp.php
896/var/cache/dev/smarty/cache/stmultilink/1/1/1/14/7/21_1_location/transformer/07/1b/23/071b23cdd3e039daf2fba6db50f1d818202d52cb.stmultilinkviewstemplates.php
897/var/cache/dev/smarty/compile/transformer/30/00/4b/30004bc76c6226796809107e4062c35ac5a1e91f_2.module.stsidebarviewstemplatesho.php
898/modules/spmgsnipreview/classes/spmgsnipreviewhelp.class.php
899/var/cache/dev/smarty/compile/24/7a/86/247a86e2a98d35063884fa99d5eb184eca81827f_2.file.top.tpl.php
900/vendor/smarty/smarty/libs/plugins/modifier.date_format.php
901/var/cache/dev/smarty/compile/transformer/8d/fd/a2/8dfda2c1b5c9001167b3483c1caaa2af59ff05d8_2.module.stsearchbarviewstemplates.php
902/var/cache/dev/smarty/compile/transformer/9f/8d/70/9f8d70bbb3afa862dd31f13e84e74207e71ac6f6_2.module.stsearchbarviewstemplates.php
903/src/Adapter/Cart/CartPresenter.php
904/var/cache/dev/smarty/compile/transformer/52/33/2e/52332e14d92f82d3c12217bc32b7318ae730bb0c_2.module.stshoppingcartviewstempla.php
905/var/cache/dev/smarty/compile/transformer/ef/8f/3e/ef8f3e058b820f96f60ee75ec0844032d89fc4c5_2.module.stshoppingcartviewstempla.php
906/classes/Category.php
907/var/cache/dev/smarty/cache/stmegamenu/1/1/1/14/7/21_stmegamenu/transformer/0e/bc/f7/0ebcf744eb9968a8c94b23281b1b059048ad6a29.stmegamenuviewstemplatesh.php
908/var/cache/dev/smarty/compile/transformer/29/2f/c1/292fc1c236bc07e3724601e80894886bb4dcae5d_2.module.stpagebannerviewstemplate.cache.php
909/var/cache/dev/smarty/cache/stpagebanner/1/1/1/14/7/21_manufacturer_0/transformer/59/ec/9b/59ec9b170b2dc379f59d65462ed06fc437c6e2f4.stpagebannerviewstemplate.php
910/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/bc/d3/bc/bcd3bc6efba05e9620948aa791e7f9db5ebf5f06_2.file.notifications.tpl.php
911/var/cache/dev/smarty/compile/transformer/a4/72/c8/a472c851952868eec073461c6385b48d635194d8_2.module.stswiperviewstemplateshoo.cache.php
912/var/cache/dev/smarty/cache/stswiper/1/1/1/14/7/21_21manufacturer_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
913/var/cache/dev/smarty/cache/stswiper/1/1/1/14/7/21_26manufacturer_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
914/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
915/vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
916/modules/ps_categorytree/ps_categorytree.php
917/var/cache/dev/smarty/compile/transformer/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
918/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
919/var/cache/dev/smarty/cache/stmegamenu/1/1/1/14/7/21_column/transformer/6d/38/fd/6d38fddc613cb44c22e1918017fccb8a8cfd7c36.stmegamenuviewstemplatesh.php
920/var/cache/dev/smarty/cache/stswiper/1/1/1/14/7/21_2_50manufacturer_location/transformer/2d/8e/c1/2d8ec1ebdfc9971ce091eb0ec67d509af4ecc36a.stswiperviewstemplateshoo.php
921/var/cache/dev/smarty/cache/spmgsnipreview/left_tpl/1/1/1/14/7/21/31/06/c3/3106c39d5455b5942e9a69f3b79add93833a56e3.left.tpl.php
922/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
923/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
924/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
925/vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
926/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
927/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
928/vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
929/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/82/85/58/828558b6171e0592f2071c425309c74efd3ac35d_2.file.brand.tpl.php
930/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/0d/98/26/0d9826aa25edbf16b5477920a79c42f9ae5cd011_2.file.footer.tpl.php
931/var/cache/dev/smarty/cache/spmgsnipreview/footer_tpl/1/1/1/14/7/21/db/74/90/db74900614fe92de44d3e8905296baabc7cd4554.footer.tpl.php
932/var/cache/dev/smarty/cache/steasycontent/1/1/1/14/7/21_3_location/transformer/24/7f/ea/247fea716f1da1a9efe46e972ef4481cf909b509.steasycontentviewstemplat.php
933/var/cache/dev/smarty/cache/stmultilink/1/1/1/14/7/21_51819202128_location/transformer/df/64/07/df64073e62fab871fff129c7f4317f7ab83b3369.stmultilinkviewstemplates.php
934/var/cache/dev/smarty/cache/stnewsletter/1/1/1/14/7/21_1248495051919293945257_location/transformer/c0/10/52/c0105213acbc88e36b3598d8490a118365197a96.stnewsletterviewstemplate.php
935/modules/stfblikebox/stfblikebox.php
936/var/cache/dev/smarty/compile/transformer/a2/4a/ea/a24aea4a5c53e2d6269794d096f78bffd75a5e07_2.module.stfblikeboxviewstemplates.php
937/var/cache/dev/smarty/cache/steasycontent/1/1/1/14/7/21_12_location/transformer/24/7f/ea/247fea716f1da1a9efe46e972ef4481cf909b509.steasycontentviewstemplat.php
938/var/cache/dev/smarty/compile/transformerlayouts_layout_left_column_tpl/5c/0c/91/5c0c910cf4d918bc698d59a300614838f273c65d_2.file.footer-bottom.tpl.php
939/var/cache/dev/smarty/compile/1a/9f/aa/1a9faa4cd6865dc49cd082fda7ad454d0988ca4c_2.file.stsearchbar-side.tpl.php
940/var/cache/dev/smarty/compile/9f/8d/70/9f8d70bbb3afa862dd31f13e84e74207e71ac6f6_2.module.stsearchbarviewstemplates.php
941/var/cache/dev/smarty/compile/a8/f7/88/a8f788685e535d837ab0aecad65e5a11f5f106d2_2.file.stshoppingcart-side.tpl.php
942/var/cache/dev/smarty/compile/ef/8f/3e/ef8f3e058b820f96f60ee75ec0844032d89fc4c5_2.module.stshoppingcartviewstempla.php
943/var/cache/dev/smarty/cache/stmegamenu/1/1/1/14/7/21/transformer/4e/0c/bc/4e0cbc810505031e1e1ad90b40e770f08253837e.stmegamenuviewstemplatesh.php
944/var/cache/dev/smarty/compile/transformer/31/7c/d0/317cd013f99f8cecab053198da777d56413f6f57_2.module.stlovedproductviewstempla.php
945/var/cache/dev/smarty/compile/transformer/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplatesho.php
946/var/cache/dev/smarty/compile/transformer/7c/27/67/7c2767cbfd292b2bf253bec58835c22a5544b665_2.module.stlanguageselectorviewste.php
947/var/cache/dev/smarty/compile/transformer/46/bc/de/46bcde2533b03efbcd8eba725820f4febe5b22ec_2.module.stcurrencyselectorviewste.php
948/var/cache/dev/smarty/compile/transformer/c1/63/a3/c163a3e6aeaa3df0c86d48f35cc4dd180ffe4e8d_2.module.stcustomersigninviewstemp.php
949/var/cache/dev/smarty/cache/stmegamenu/1/1/1/14/7/21/transformer/73/6a/3b/736a3b46ea3acf3f5c07a2d72228cb0366709f51.stmegamenuviewstemplatesh.php
950/var/cache/dev/smarty/compile/transformer/ad/fc/ad/adfcad5c553da735573fc9795cb1f277bfb39058_2.module.stsocialviewstemplateshoo.php
951/var/cache/dev/smarty/compile/transformer/eb/74/32/eb7432cd163378d1c155c62d5c4f3205c4d7f0f2_2.module.stwishlistviewstemplatesh.php
952/var/cache/dev/smarty/compile/transformer/db/3b/ff/db3bff7b16936ee1590a750fbe2aaf42ddf0ccd6_2.module.stnewsletterviewstemplate.php
953/var/cache/dev/smarty/compile/transformer/34/52/b3/3452b3e5a5b3245aa8d86170be572a719ed52382_2.module.stsidebarviewstemplatesho.php
954/var/cache/dev/smarty/compile/transformer/9c/5d/36/9c5d3614f01ee531b413b9ce188b3c8d8690f744_2.module.stsidebarviewstemplatesho.php
955/modules/statsdata/statsdata.php
956/classes/Guest.php
957/modules/metatagsgenerator/metatagsgenerator.php
958/classes/Connection.php
959/classes/Page.php
960/classes/ConnectionsSource.php
961/var/cache/dev/smarty/compile/transformer/4a/71/84/4a7184a9f596993b0508b6aab25af499d52a44f7_2.module.stlovedproductviewstempla.php
962/var/cache/dev/smarty/compile/transformer/0f/f4/8a/0ff48a5b1c26633e01c0a7d1b263223ce25a5f53_2.module.stwishlistviewstemplatesh.php