Страшно реалистично!

Новые шрамы, отеки, припухлости и многое другое от компании Gamut Studios Далее...
Load time: 254 ms
Good boy! That's what I call a webserver!
ExecutionLoad time (ms)
config119
constructor0
init10
checkAccess0
setMedia1
postProcess0
initHeader0
initContent105
initFooter8
display10
Hook processing: 113 ms / 11.44 Mb
82 methods called in 50 modules
HookProcessing
displayHeader6.31 Mb in 59 ms
displayLeftColumn1.46 Mb in 16 ms
displaySmartBlogLeft0.98 Mb in 12 ms
displayTop1.16 Mb in 11 ms
displayFooter0.62 Mb in 8 ms
moduleRoutes0.71 Mb in 4 ms
displayNav0.13 Mb in 2 ms
displayBanner0.05 Mb in 1 ms
displayTopColumn0.00 Mb in 0 ms
actionObjectAddBefore0.00 Mb in 0 ms
actionObjectAddAfter0.00 Mb in 0 ms
actionObjectConnectionAddAfter0.00 Mb in 0 ms
actionObjectConnectionAddBefore0.00 Mb in 0 ms
actionFrontControllerSetMedia0.00 Mb in 0 ms
actionDispatcher0.00 Mb in 0 ms
actionObjectGuestAddAfter0.00 Mb in 0 ms
actionObjectGuestAddBefore0.00 Mb in 0 ms
Memory peak usage: 20.3 Mb
ExecutionMemory (Mb)Total (Mb)
config7.037.1
constructor0.007.1
init1.258.3
checkAccess0.008.3
setMedia0.078.4
postProcess0.008.4
initHeader0.018.4
initContent10.1218.8
initFooter0.6419.4
display0.8020.3
Total cache size (in Cache class): 0.65 Mb
DB type: DbPDO
SQL Queries: 52 queries
Time spent querying: 30 ms
Included files: 374
Size of included files: 4.33 Mb
Globals (> 1 Ko only): 755 Ko
  • _MODULES ≈ 499.2 Ko
  • _LANG ≈ 206.5 Ko
  • HTTP_SERVER_VARS ≈ 9.9 Ko
  • _SERVER ≈ 9.9 Ko
  • _ENV ≈ 9.2 Ko
  • HTTP_ENV_VARS ≈ 9.1 Ko
  • _MODULE ≈ 4.4 Ko
  • _GET ≈ 1.1 Ko
Stopwatch (with SQL_NO_CACHE) (total = 52)
Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
2.9273284in /var/www/u6398415/data/www/sestry-grim.ru/classes/Configuration.php:134

from /config/config.inc.php:116
from /index.php:59
SELECT SQL_NO_CACHE * FROM ps_smart_blog_post s INNER JOIN ps_smart_blog_post_lang sl ON s.id_smart_blog_post = sl.id_smart_blog_post
and sl.id_lang = 3 INNER JOIN ps_smart_blog_post_shop ps ON ps.id_smart_blog_post = s.id_smart_blog_post AND ps.id_shop = 1
where s.active = 1 and MONTH(s.created) = 4 AND YEAR(s.created) = 2016 ORDER BY s.id_smart_blog_post DESC
2.489122Yesin /var/www/u6398415/data/www/sestry-grim.ru/modules/smartblog/classes/SmartBlogPost.php:446

from /modules/smartblog/controllers/front/archive.php:23
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.name != "displayPayment") AND (hm.id_shop = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.437918YesYesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Hook.php:346

from /tools/profiling/Hook.php:50
from /classes/Dispatcher.php:413
from /classes/Dispatcher.php:230
from /classes/Dispatcher.php:193
from /index.php:60
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c  INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
2.325244Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Country.php:130

from /modules/blocknewsletter/blocknewsletter.php:74
from /classes/module/Module.php:1031
from /classes/Hook.php:463
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:447
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE IFNULL(
(
SELECT left_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =1
AND m.page = "module-smartblog-archive" ) , default_left_column
)
FROM ps_theme
WHERE id_theme =1 LIMIT 1
1.1551in /var/www/u6398415/data/www/sestry-grim.ru/classes/Theme.php:198

from /classes/controller/ModuleFrontController.php:48
from /classes/controller/Controller.php:135
from /classes/Dispatcher.php:366
from /index.php:60
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC
1.141394Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Country.php:136

from /modules/blocknewsletter/blocknewsletter.php:74
from /classes/module/Module.php:1031
from /classes/Hook.php:463
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:447
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
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
1.047160Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Dispatcher.php:461

from /classes/Dispatcher.php:230
from /classes/Dispatcher.php:193
from /index.php:60
SELECT SQL_NO_CACHE pl.meta_title FROM ps_smart_blog_category_lang pl, ps_smart_blog_category p 
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=1 AND pl.id_lang = 3
1.0061in /var/www/u6398415/data/www/sestry-grim.ru/modules/smartblog/classes/BlogCategory.php:66

from /modules/smartblog/classes/SmartBlogPost.php:462
from /modules/smartblog/controllers/front/archive.php:23
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
0.9180in /var/www/u6398415/data/www/sestry-grim.ru/classes/Hook.php:131

from /classes/Hook.php:417
from /tools/profiling/Hook.php:60
from /classes/Dispatcher.php:413
from /classes/Dispatcher.php:230
from /classes/Dispatcher.php:193
from /index.php:60
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1
LIMIT 1
0.8283in /var/www/u6398415/data/www/sestry-grim.ru/classes/Currency.php:444

from /classes/Currency.php:450
from /classes/module/Module.php:2008
from /modules/blocktopmenu/blocktopmenu.php:711
from /modules/blocktopmenu/blocktopmenu.php:728
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:448
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
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.7472in /var/www/u6398415/data/www/sestry-grim.ru/classes/Language.php:819

from /classes/Language.php:918
from /classes/Dispatcher.php:397
from /classes/Dispatcher.php:221
from /classes/Dispatcher.php:193
from /index.php:60
SELECT SQL_NO_CACHE COUNT(*)
FROM ps_store s INNER JOIN ps_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1) LIMIT 1
0.7471in /var/www/u6398415/data/www/sestry-grim.ru/modules/blockstore/blockstore.php:94

from /modules/blockstore/blockstore.php:79
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:449
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE id_post FROM ps_smart_blog_comment 
WHERE id_post=47 
AND active=1
0.72723in /var/www/u6398415/data/www/sestry-grim.ru/modules/smartblog/classes/Blogcomment.php:130

from /modules/smartblog/controllers/front/archive.php:30
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m
0.648102in /var/www/u6398415/data/www/sestry-grim.ru/classes/module/Module.php:217

from /modules/smartblog/smartblog.php:24
from /classes/module/Module.php:1031
from /classes/Hook.php:463
from /tools/profiling/Hook.php:60
from /classes/Dispatcher.php:413
from /classes/Dispatcher.php:230
from /classes/Dispatcher.php:193
from /index.php:60
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 = 3
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.6451in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Category.php:137
from /modules/blockcategories/blockcategories.php:200
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:449
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
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.6391Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/shop/Shop.php:639

from /classes/shop/Shop.php:789
from /classes/shop/Shop.php:936
from /modules/sekeywords/sekeywords.php:49
from /classes/module/Module.php:1031
from /classes/Hook.php:463
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:448
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
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 = 'sestry-grim.ru' OR su.domain_ssl = 'sestry-grim.ru')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.5081Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/shop/Shop.php:329

from /config/config.inc.php:97
from /index.php:59
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 4165121
AND `date_add` > '2023-03-20 14:36:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.4691Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Connection.php:135

from /classes/Connection.php:85
from /modules/statsdata/statsdata.php:142
from /modules/statsdata/statsdata.php:81
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:811
from /tools/profiling/Controller.php:233
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE * FROM `ps_hook_alias`
0.45786in /var/www/u6398415/data/www/sestry-grim.ru/classes/Hook.php:183

from /classes/Hook.php:202
from /classes/Hook.php:373
from /tools/profiling/Hook.php:50
from /classes/Dispatcher.php:413
from /classes/Dispatcher.php:230
from /classes/Dispatcher.php:193
from /index.php:60
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.4551in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:464

from /classes/ObjectModel.php:425
from /classes/Guest.php:189
from /modules/prediggo/prediggo.php:160
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:447
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_employee` a
LEFT JOIN `ps_employee_shop` `c` ON a.id_employee = c.id_employee AND c.id_shop = 1
WHERE (a.id_employee = 1)
LIMIT 1
0.4371in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Employee.php:144
from /modules/smartblog/classes/SmartBlogPost.php:464
from /modules/smartblog/controllers/front/archive.php:23
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'left' AND active = 1
ORDER BY item_order ASC
0.3936Yesin /var/www/u6398415/data/www/sestry-grim.ru/modules/themeconfigurator/themeconfigurator.php:376

from /modules/themeconfigurator/themeconfigurator.php:305
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:449
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.3751in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:1202

from /classes/ObjectModel.php:1209
from /classes/ObjectModel.php:907
from /classes/ObjectModel.php:842
from /classes/ObjectModel.php:260
from /classes/ObjectModel.php:464
from /classes/ObjectModel.php:425
from /classes/Guest.php:189
from /modules/prediggo/prediggo.php:160
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:447
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1
0.3341in /var/www/u6398415/data/www/sestry-grim.ru/classes/module/Module.php:2229

from /classes/module/Module.php:1929
from /modules/smartblogcategories/smartblogcategories.php:44
from /modules/smartblogcategories/smartblogcategories.php:77
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /modules/smartblog/classes/controllers/FrontController.php:27
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_themeconfigurator`
WHERE id_shop = 1 AND id_lang = 3
AND hook = 'footer' AND active = 1
ORDER BY item_order ASC
0.32736Yesin /var/www/u6398415/data/www/sestry-grim.ru/modules/themeconfigurator/themeconfigurator.php:376

from /modules/themeconfigurator/themeconfigurator.php:359
from /classes/Hook.php:507
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:811
from /tools/profiling/Controller.php:233
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC
0.3113Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Currency.php:220

from /classes/controller/FrontController.php:342
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('4165121', '428', '586132880', '', '1', '1', '2023-03-20 15:06:17')
0.2971in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:464

from /classes/Connection.php:154
from /classes/Connection.php:85
from /modules/statsdata/statsdata.php:142
from /modules/statsdata/statsdata.php:81
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:811
from /tools/profiling/Controller.php:233
from /classes/Dispatcher.php:373
from /index.php:60
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 = 3)
LIMIT 1
0.2931in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Language.php:90
from /config/config.inc.php:177
from /index.php:59
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.id_country = b.id_country AND b.id_lang = 3
LEFT JOIN `ps_country_shop` `c` ON a.id_country = c.id_country AND c.id_shop = 1
WHERE (a.id_country = 177)
LIMIT 1
0.281in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /config/config.inc.php:125
from /index.php:59
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-smartblog-archive"
OR m.page = "modulesmartblogarchive"
)
AND ml.id_lang = 3
AND ml.id_shop = 1  LIMIT 1
0.2792in /var/www/u6398415/data/www/sestry-grim.ru/classes/Meta.php:142

from /classes/Meta.php:225
from /classes/Meta.php:212
from /classes/controller/FrontController.php:290
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
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.2622in /var/www/u6398415/data/www/sestry-grim.ru/classes/Language.php:712

from /config/config.inc.php:122
from /index.php:59
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.25658in /var/www/u6398415/data/www/sestry-grim.ru/classes/module/Module.php:1889

from /classes/Hook.php:469
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:447
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'archive' LIMIT 1
0.251in /var/www/u6398415/data/www/sestry-grim.ru/classes/Page.php:96

from /classes/Page.php:52
from /classes/Connection.php:147
from /classes/Connection.php:85
from /modules/statsdata/statsdata.php:142
from /modules/statsdata/statsdata.php:81
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:811
from /tools/profiling/Controller.php:233
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.2411in /var/www/u6398415/data/www/sestry-grim.ru/classes/shop/Shop.php:199

from /classes/shop/Shop.php:133
from /classes/shop/Shop.php:392
from /config/config.inc.php:97
from /index.php:59
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.2351in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Currency.php:103
from /classes/Currency.php:430
from /classes/Tools.php:433
from /classes/controller/FrontController.php:182
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 26 LIMIT 1
0.2281in /var/www/u6398415/data/www/sestry-grim.ru/classes/Page.php:78

from /classes/Connection.php:147
from /classes/Connection.php:85
from /modules/statsdata/statsdata.php:142
from /modules/statsdata/statsdata.php:81
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:811
from /tools/profiling/Controller.php:233
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE `id_lang`, `text`
FROM ps_blocklink_lang
WHERE `id_blocklink`=1
0.2231in /var/www/u6398415/data/www/sestry-grim.ru/modules/blocklink/blocklink.php:200

from /modules/blocklink/blocklink.php:117
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:449
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.id_group = c.id_group AND c.id_shop = 1
WHERE (a.id_group = 1)
LIMIT 1
0.2181in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Group.php:75
from /classes/Group.php:312
from /classes/Cart.php:173
from /classes/controller/FrontController.php:243
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE pl.link_rewrite FROM ps_smart_blog_category_lang pl, ps_smart_blog_category p 
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=1 AND pl.id_lang = 3
0.2171in /var/www/u6398415/data/www/sestry-grim.ru/modules/smartblog/classes/BlogCategory.php:75

from /modules/smartblog/classes/SmartBlogPost.php:463
from /modules/smartblog/controllers/front/archive.php:23
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE b.`id_blocklink`, b.`url`, b.`new_window`
FROM `ps_blocklink` b
0.2132in /var/www/u6398415/data/www/sestry-grim.ru/modules/blocklink/blocklink.php:185

from /modules/blocklink/blocklink.php:117
from /classes/Hook.php:509
from /tools/profiling/Hook.php:60
from /classes/controller/FrontController.php:449
from /modules/smartblog/classes/controllers/FrontController.php:7
from /modules/smartblog/controllers/front/archive.php:11
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE IFNULL(
(
SELECT right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON ( t.id_theme = tm.id_theme )
LEFT JOIN ps_meta m ON ( m.id_meta = tm.id_meta )
WHERE t.id_theme =1
AND m.page = "module-smartblog-archive" ) , default_right_column
)
FROM ps_theme
WHERE id_theme =1 LIMIT 1
0.2031in /var/www/u6398415/data/www/sestry-grim.ru/classes/Theme.php:214

from /classes/controller/ModuleFrontController.php:49
from /classes/controller/Controller.php:135
from /classes/Dispatcher.php:366
from /index.php:60
SELECT SQL_NO_CACHE id_shop FROM `ps_employee_shop` WHERE `id_employee` = 1
0.1831in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:1306

from /classes/Employee.php:150
from /modules/smartblog/classes/SmartBlogPost.php:464
from /modules/smartblog/controllers/front/archive.php:23
from /tools/profiling/Controller.php:227
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.1771in /var/www/u6398415/data/www/sestry-grim.ru/classes/shop/ShopUrl.php:163

from /classes/shop/ShopUrl.php:177
from /classes/Tools.php:200
from /classes/Link.php:52
from /config/config.inc.php:214
from /index.php:59
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `ps_lang` 
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1
0.1672Yesin /var/www/u6398415/data/www/sestry-grim.ru/classes/Language.php:656

from /classes/Tools.php:358
from /classes/controller/FrontController.php:160
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE * FROM `ps_group_lang`
WHERE `id_group` = 1
0.1595in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:224

from /tools/profiling/ObjectModel.php:37
from /classes/Group.php:75
from /classes/Group.php:312
from /classes/Cart.php:173
from /classes/controller/FrontController.php:243
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.id_lang = c.id_lang AND c.id_shop = 1
WHERE (a.id_lang = 1)
LIMIT 1
0.1561in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/Language.php:90
from /classes/Language.php:660
from /classes/Tools.php:358
from /classes/controller/FrontController.php:160
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.id_shop_group = 1)
LIMIT 1
0.1421in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/shop/Shop.php:500
from /config/config.inc.php:148
from /index.php:59
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.id_shop = 1)
LIMIT 1
0.1391in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /classes/shop/Shop.php:131
from /classes/shop/Shop.php:392
from /config/config.inc.php:97
from /index.php:59
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.1341in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:1259

from /classes/Tools.php:346
from /classes/controller/FrontController.php:160
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 3
AND id_shop = 1 LIMIT 1
0.121in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:1259

from /classes/Tools.php:436
from /classes/controller/FrontController.php:182
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.id_theme = 1)
LIMIT 1
0.1121in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:217

from /tools/profiling/ObjectModel.php:37
from /config/config.inc.php:98
from /index.php:59
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.1051in /var/www/u6398415/data/www/sestry-grim.ru/classes/ObjectModel.php:1259

from /classes/Group.php:314
from /classes/Cart.php:173
from /classes/controller/FrontController.php:243
from /modules/smartblog/controllers/front/archive.php:8
from /tools/profiling/Controller.php:195
from /classes/Dispatcher.php:373
from /index.php:60
Doubles (IDs replaced by "XX") (total = 1)
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
6 theme
5 lang
5 lang_shop
4 currency_shop
4 shop_url
4 meta
4 shop
3 module
3 module_shop
3 currency
3 hook
2 meta_lang
2 theme_meta
2 themeconfigurator
2 employee_shop
2 smart_blog_category_lang
2 group_shop
2 country_lang
2 country
2 hook_alias
2 country_shop
2 shop_group
1 smart_blog_post_lang
1 blocklink
1 blocklink_lang
1 smart_blog_post_shop
1 smart_blog_post
1 configuration
1 page_type
1 page
1 connections
1 smart_blog_comment
1 employee
1 configuration_lang
1 category_shop
1 group_lang
1 hook_module_exceptions
1 group
1 hook_module
1 module_group
1 zone
1 state
1 store
1 category_lang
1 category
1 required_field
1 store_shop
ObjectModel instances
NameInstanceSource
Language3
config/config.inc.php [177]
classes/Tools.php [345]
classes/Tools.php [358]
Blogcomment1
modules/smartblog/controllers/front/archive.php [12]
Guest1
modules/prediggo/prediggo.php [160]
Category1
modules/blockcategories/blockcategories.php [200]
BlogCategory1
modules/smartblog/classes/SmartBlogPost.php [449]
Connection1
modules/statsdata/statsdata.php [142]
Employee1
modules/smartblog/classes/SmartBlogPost.php [464]
Group1
classes/Cart.php [173]
Cart1
classes/controller/FrontController.php [243]
Country1
config/config.inc.php [125]
Theme1
config/config.inc.php [98]
ShopGroup1
classes/shop/Shop.php [500]
Customer1
config/config.inc.php [202]
Currency1
classes/Tools.php [433]
Shop1
config/config.inc.php [97]
Included files
#Filename
1./index.php
2config/config.inc.php
3config/defines.inc.php
4config/settings.inc.php
5config/autoload.php
6config/alias.php
7classes/PrestaShopAutoload.php
8tools/profiling/Controller.php
9classes/controller/Controller.php
10tools/profiling/ObjectModel.php
11classes/ObjectModel.php
12tools/profiling/Hook.php
13classes/Hook.php
14tools/profiling/Db.php
15classes/db/Db.php
16tools/profiling/Tools.php
17classes/Tools.php
18classes/Context.php
19classes/shop/Shop.php
20config/db_slave_server.inc.php
21classes/db/DbPDO.php
22classes/cache/Cache.php
23classes/Validate.php
24classes/db/DbQuery.php
25classes/Theme.php
26config/defines_uri.inc.php
27classes/Configuration.php
28tools/htmlpurifier/HTMLPurifier.standalone.php
29classes/Language.php
30classes/Country.php
31classes/PrestaShopCollection.php
32classes/shop/ShopGroup.php
33classes/Cookie.php
34classes/Blowfish.php
35classes/Customer.php
36classes/Group.php
37classes/Link.php
38classes/shop/ShopUrl.php
39config/smarty.config.inc.php
40tools/smarty/Smarty.class.php
41tools/smarty/sysplugins/smarty_internal_data.php
42tools/smarty/sysplugins/smarty_internal_templatebase.php
43tools/smarty/sysplugins/smarty_internal_template.php
44tools/smarty/sysplugins/smarty_resource.php
45tools/smarty/sysplugins/smarty_internal_resource_file.php
46tools/smarty/sysplugins/smarty_cacheresource.php
47tools/smarty/sysplugins/smarty_internal_cacheresource_file.php
48config/smartyfront.config.inc.php
49classes/Dispatcher.php
50tools/mobile_Detect/Mobile_Detect.php
51classes/module/Module.php
52modules/smartblog/smartblog.php
53modules/smartblog/classes/BlogCategory.php
54modules/smartblog/classes/Blogcomment.php
55modules/smartblog/classes/BlogPostCategory.php
56modules/smartblog/classes/BlogTag.php
57modules/smartblog/classes/SmartBlogPost.php
58modules/smartblog/classes/BlogImageType.php
59classes/Translate.php
60modules/smartblog/translations/ru.php
61modules/smartblog/controllers/front/archive.php
62modules/smartblog/classes/controllers/FrontController.php
63classes/controller/ModuleFrontController.php
64classes/controller/FrontController.php
65themes/theme1079/lang/ru.php
66classes/Currency.php
67classes/Cart.php
68classes/CartRule.php
69classes/Meta.php
70classes/Product.php
71classes/webservice/WebserviceRequest.php
72classes/Media.php
73modules/socialsharing/socialsharing.php
74modules/socialsharing/translations/ru.php
75modules/blockbanner/blockbanner.php
76modules/blockbanner/translations/ru.php
77modules/blockbestsellers/blockbestsellers.php
78themes/theme1079/modules/blockbestsellers/translations/ru.php
79modules/blockbestsellers/translations/ru.php
80modules/blockcart/blockcart.php
81themes/theme1079/modules/blockcart/translations/ru.php
82modules/blockcart/translations/ru.php
83modules/blocksocial/blocksocial.php
84themes/theme1079/modules/blocksocial/translations/ru.php
85modules/blocksocial/translations/ru.php
86modules/blockcategories/blockcategories.php
87themes/theme1079/modules/blockcategories/translations/ru.php
88modules/blockcategories/translations/ru.php
89modules/blockcurrencies/blockcurrencies.php
90themes/theme1079/modules/blockcurrencies/translations/ru.php
91modules/blockcurrencies/translations/ru.php
92modules/blocklanguages/blocklanguages.php
93themes/theme1079/modules/blocklanguages/translations/ru.php
94modules/blocklanguages/translations/ru.php
95modules/blocklayered/blocklayered.php
96themes/theme1079/modules/blocklayered/translations/ru.php
97modules/blocklayered/translations/ru.php
98modules/blockcms/blockcms.php
99modules/blockcms/BlockCMSModel.php
100themes/theme1079/modules/blockcms/translations/ru.php
101modules/blockcms/translations/ru.php
102modules/blockcontact/blockcontact.php
103themes/theme1079/modules/blockcontact/translations/ru.php
104modules/blockcontact/translations/ru.php
105modules/blockcontactinfos/blockcontactinfos.php
106themes/theme1079/modules/blockcontactinfos/translations/ru.php
107modules/blockcontactinfos/translations/ru.php
108modules/blockmanufacturer/blockmanufacturer.php
109themes/theme1079/modules/blockmanufacturer/translations/ru.php
110modules/blockmanufacturer/translations/ru.php
111modules/blockmyaccount/blockmyaccount.php
112themes/theme1079/modules/blockmyaccount/translations/ru.php
113modules/blockmyaccount/translations/ru.php
114modules/blocknewproducts/blocknewproducts.php
115themes/theme1079/modules/blocknewproducts/translations/ru.php
116modules/blocknewproducts/translations/ru.php
117modules/blocknewsletter/blocknewsletter.php
118themes/theme1079/modules/blocknewsletter/translations/ru.php
119modules/blocknewsletter/translations/ru.php
120modules/blocksearch/blocksearch.php
121themes/theme1079/modules/blocksearch/translations/ru.php
122modules/blocksearch/translations/ru.php
123modules/blockspecials/blockspecials.php
124themes/theme1079/modules/blockspecials/translations/ru.php
125modules/blockspecials/translations/ru.php
126modules/blockstore/blockstore.php
127themes/theme1079/modules/blockstore/translations/ru.php
128modules/blockstore/translations/ru.php
129modules/blocksupplier/blocksupplier.php
130themes/theme1079/modules/blocksupplier/translations/ru.php
131modules/blocksupplier/translations/ru.php
132modules/blocktags/blocktags.php
133themes/theme1079/modules/blocktags/translations/ru.php
134modules/blocktags/translations/ru.php
135modules/blockviewed/blockviewed.php
136themes/theme1079/modules/blockviewed/translations/ru.php
137modules/blockviewed/translations/ru.php
138modules/homeslider/homeslider.php
139modules/homeslider/HomeSlide.php
140themes/theme1079/modules/homeslider/translations/ru.php
141modules/homeslider/translations/ru.php
142modules/homefeatured/homefeatured.php
143themes/theme1079/modules/homefeatured/translations/ru.php
144modules/homefeatured/translations/ru.php
145modules/themeconfigurator/themeconfigurator.php
146themes/theme1079/modules/themeconfigurator/translations/ru.php
147modules/themeconfigurator/translations/ru.php
148modules/blockwishlist/blockwishlist.php
149modules/blockwishlist/WishList.php
150themes/theme1079/modules/blockwishlist/translations/ru.php
151modules/blockwishlist/translations/ru.php
152modules/productcomments/productcomments.php
153themes/theme1079/modules/productcomments/translations/ru.php
154modules/productcomments/translations/ru.php
155modules/sendtoafriend/sendtoafriend.php
156themes/theme1079/modules/sendtoafriend/translations/ru.php
157modules/sendtoafriend/translations/ru.php
158modules/crossselling/crossselling.php
159themes/theme1079/modules/crossselling/translations/ru.php
160modules/crossselling/translations/ru.php
161modules/productscategory/productscategory.php
162themes/theme1079/modules/productscategory/translations/ru.php
163modules/productscategory/translations/ru.php
164modules/carriercompare/carriercompare.php
165modules/carriercompare/translations/ru.php
166modules/mailalerts/mailalerts.php
167modules/mailalerts/MailAlert.php
168themes/theme1079/modules/mailalerts/translations/ru.php
169modules/mailalerts/translations/ru.php
170modules/smartbloghomelatestnews/smartbloghomelatestnews.php
171modules/smartbloghomelatestnews/translations/ru.php
172modules/smartblogtag/smartblogtag.php
173modules/smartblogtag/translations/ru.php
174modules/prediggo/prediggo.php
175modules/prediggo/classes/PrediggoConfig.php
176modules/prediggo/controllers/DataExtractorController.php
177modules/prediggo/classes/CustomerExtractorToXML.php
178modules/prediggo/classes/DataExtractorToXML.php
179modules/prediggo/classes/OrderExtractorToXML.php
180modules/prediggo/classes/ProductExtractorToXML.php
181modules/prediggo/controllers/PrediggoCallController.php
182modules/prediggo/classes/PrediggoCall.php
183modules/prediggo/sdk/PrediggoService.php
184modules/prediggo/sdk/AutoCompleteRequest.php
185modules/prediggo/sdk/AutoCompleteResult.php
186modules/prediggo/sdk/RequestResultBase.php
187modules/prediggo/sdk/AutoCompleteResultHandler.php
188modules/prediggo/sdk/WordSuggestion.php
189modules/prediggo/sdk/AttributeSuggestion.php
190modules/prediggo/sdk/ProductSuggestion.php
191modules/prediggo/sdk/ProfileSuggestions.php
192modules/prediggo/sdk/DefaultResultHandler.php
193modules/prediggo/sdk/AutoCompleteParam.php
194modules/prediggo/sdk/RequestParamBase.php
195modules/prediggo/sdk/RequestTemplate.php
196modules/prediggo/sdk/PrediggoException.php
197modules/prediggo/sdk/BeginProductImportRequest.php
198modules/prediggo/sdk/BeginProductImportResult.php
199modules/prediggo/sdk/BeginProductImportResultHandler.php
200modules/prediggo/sdk/BeginProductImportParam.php
201modules/prediggo/sdk/GetSearchPageRecommendationRequest.php
202modules/prediggo/sdk/GetFilteredRecommendationRequest.php
203modules/prediggo/sdk/Utils.php
204modules/prediggo/sdk/Pair.php
205modules/prediggo/sdk/GetFilteredRecommendationParam.php
206modules/prediggo/sdk/GetSearchPageRecommendationResultHandler.php
207modules/prediggo/sdk/CancellableOption.php
208modules/prediggo/sdk/FilterOptionBase.php
209modules/prediggo/sdk/CancellableOptionGroup.php
210modules/prediggo/sdk/FilterOptionGroupBase.php
211modules/prediggo/sdk/DrillDownOptionGroup.php
212modules/prediggo/sdk/DrillDownOption.php
213modules/prediggo/sdk/RedirectionObject.php
214modules/prediggo/sdk/SortingOption.php
215modules/prediggo/sdk/GetSearchPageRecommendationResult.php
216modules/prediggo/sdk/GetSearchRecommendationResultBase.php
217modules/prediggo/sdk/ChangePageOption.php
218modules/prediggo/sdk/SearchWord.php
219modules/prediggo/sdk/GetRecommendationResultBase.php
220modules/prediggo/sdk/ProfileRecommendations.php
221modules/prediggo/sdk/AdvertisementRecommendation.php
222modules/prediggo/sdk/AdFormatConstants.php
223modules/prediggo/sdk/ItemRecommendation.php
224modules/prediggo/sdk/RecDimensionConstants.php
225modules/prediggo/sdk/SearchStatistics.php
226modules/prediggo/sdk/SortingClause.php
227modules/prediggo/sdk/GetSearchRecommendationBaseResultHandler.php
228modules/prediggo/sdk/GetRecommendationResultHandler.php
229modules/prediggo/sdk/GetSearchPageRecommendationParam.php
230modules/prediggo/sdk/GetLandingPageRecommendationRequest.php
231modules/prediggo/sdk/GetLandingPageRecommendationResult.php
232modules/prediggo/sdk/GetLandingPageRecommendationParam.php
233modules/prediggo/sdk/GetCategoryRecommendationRequest.php
234modules/prediggo/sdk/GetCategoryRecommendationResult.php
235modules/prediggo/sdk/GetFilteredRecommendationResult.php
236modules/prediggo/sdk/GetCategoryRecommendationParam.php
237modules/prediggo/sdk/GetBasketRecommendationRequest.php
238modules/prediggo/sdk/GetBasketRecommendationResult.php
239modules/prediggo/sdk/GetBasketRecommendationParam.php
240modules/prediggo/sdk/RegisterUserRequest.php
241modules/prediggo/sdk/RegisterUserResult.php
242modules/prediggo/sdk/RegisterUserParam.php
243modules/prediggo/sdk/RegisterUserResultHandler.php
244modules/prediggo/sdk/SetCategoryRequest.php
245modules/prediggo/sdk/SetCategoryResult.php
246modules/prediggo/sdk/SetCategoryParam.php
247modules/prediggo/sdk/GetItemRecommendationRequest.php
248modules/prediggo/sdk/GetItemRecommendationResult.php
249modules/prediggo/sdk/BundleRecommendation.php
250modules/prediggo/sdk/GetItemRecommendationParam.php
251modules/prediggo/sdk/ItemRequestInfo.php
252modules/prediggo/sdk/GetItemRecommendationResultHandler.php
253modules/prediggo/sdk/GetUserRecommendationRequest.php
254modules/prediggo/sdk/GetUserRecommendationResult.php
255modules/prediggo/sdk/GetUserRecommendationParam.php
256modules/prediggo/sdk/RecMethodConstants.php
257modules/prediggo/sdk/GetTopNSalesRequest.php
258modules/prediggo/sdk/GetTopNSalesParam.php
259modules/prediggo/sdk/GetTopNSalesResult.php
260modules/prediggo/sdk/GetTopNViewedRequest.php
261modules/prediggo/sdk/GetTopNViewedParam.php
262modules/prediggo/sdk/GetTopNViewedResult.php
263modules/prediggo/sdk/NotifyPrediggoRequest.php
264modules/prediggo/sdk/NotifyPrediggoResult.php
265modules/prediggo/sdk/NotifyPrediggoParam.php
266modules/prediggo/sdk/GetAdvertisementRequest.php
267modules/prediggo/sdk/GetAdvertisementResult.php
268modules/prediggo/sdk/AdBlock.php
269modules/prediggo/sdk/AdResult.php
270modules/prediggo/sdk/GetAdvertisementResultHandler.php
271modules/prediggo/sdk/GetAdvertisementParam.php
272modules/prediggo/sdk/GetAdvertisementClickUrlRequest.php
273modules/prediggo/sdk/GetAdvertisementClickUrlResult.php
274modules/prediggo/sdk/GetAdvertisementClickUrlResultHandler.php
275modules/prediggo/sdk/GetAdvertisementClickUrlParam.php
276modules/prediggo/sdk/ProductImportRequest.php
277modules/prediggo/sdk/ProductImportResult.php
278modules/prediggo/sdk/ProductImportResultHandler.php
279modules/prediggo/sdk/ProductImportParam.php
280modules/prediggo/sdk/EndProductImportRequest.php
281modules/prediggo/sdk/EndProductImportResult.php
282modules/prediggo/sdk/EndProductImportResultHandler.php
283modules/prediggo/sdk/EndProductImportParam.php
284modules/prediggo/sdk/ImportCommitMode.php
285modules/prediggo/sdk/BeginUserProfileImportRequest.php
286modules/prediggo/sdk/BeginUserProfileImportResult.php
287modules/prediggo/sdk/BeginUserProfileImportResultHandler.php
288modules/prediggo/sdk/BeginUserProfileImportParam.php
289modules/prediggo/sdk/UserProfileImportRequest.php
290modules/prediggo/sdk/UserProfileImportResult.php
291modules/prediggo/sdk/UserProfileImportResultHandler.php
292modules/prediggo/sdk/UserProfileImportParam.php
293modules/prediggo/sdk/EndUserProfileImportRequest.php
294modules/prediggo/sdk/EndUserProfileImportResult.php
295modules/prediggo/sdk/EndUserProfileImportResultHandler.php
296modules/prediggo/sdk/EndUserProfileImportParam.php
297modules/prediggo/custom/PrediggoCallControllerOverride.php
298classes/Guest.php
299modules/blocktopmenu/blocktopmenu.php
300modules/blocktopmenu/menutoplinks.class.php
301themes/theme1079/modules/blocktopmenu/translations/ru.php
302modules/blocktopmenu/translations/ru.php
303modules/producttooltip/producttooltip.php
304modules/producttooltip/translations/ru.php
305modules/sberbankpayment/sberbankpayment.php
306modules/sberbankpayment/classes/TransModSBRF.php
307classes/PaymentModule.php
308modules/sberbankpayment/translations/ru.php
309modules/blocklink/blocklink.php
310themes/theme1079/modules/blocklink/translations/ru.php
311modules/blocklink/translations/ru.php
312modules/pagesnotfound/pagesnotfound.php
313modules/pagesnotfound/translations/ru.php
314classes/Customization.php
315cache/smarty/compile/b0/c4/b7/b0c4b7ec3c20b54855bc13f88880c75bf3d79dff.file.blockcart.tpl.php
316tools/smarty/plugins/modifier.replace.php
317tools/smarty/plugins/function.counter.php
318themes/theme1079/modules/blockuserinfo/translations/ru.php
319modules/blockuserinfo/translations/ru.php
320cache/smarty/compile/69/bd/45/69bd45198d51aa1fc44d874a9ee7a0b9f2428d54.file.blockwishlist_top.tpl.php
321cache/smarty/cache/blocktopmenu/1/1/177/index/ea/4e/da/ea4edae0a7bd0fb6c68bdea7ee1842dcdf461648.blocktopmenu.tpl.php
322modules/sekeywords/sekeywords.php
323classes/module/ModuleGraph.php
324modules/sekeywords/translations/ru.php
325classes/Category.php
326cache/smarty/cache/blockcategories/1/1/177/2/1/9c/86/4f/9c864f05fa0bfb2d3e3de0fa656991b2b359aab8.blockcategories.tpl.php
327cache/smarty/compile/4f/f0/78/4ff0788fe3236a0bdc0008bcf28156c886788657.file.blockwishlist.tpl.php
328cache/smarty/cache/blockbestsellers_col/1/1/177/cd/13/1a/cd131a3e4eb4587d480fbbf94e828a40c4f54732.blockbestsellers.tpl.php
329cache/smarty/cache/blockcms/0/1/1/177/b3/26/f5/b326f5887eefc1044efda6c1cebdd03da5ded6a8.blockcms.tpl.php
330cache/smarty/cache/blocktags/1/1/177/d4/cf/6a/d4cf6a4737270a2a14fb2c84a36a62d6b62de2c6.blocktags.tpl.php
331cache/smarty/cache/blockmanufacturer/1/1/177/eb/ef/e5/ebefe548e2ffe8fa3f3690f7fcc163da8c541ebc.blockmanufacturer.tpl.php
332cache/smarty/cache/blocknewproducts/20230320/1/1/177/c4/25/57/c425576dde1f5cbfe2f709a08a47907e8a855100.blocknewproducts.tpl.php
333cache/smarty/cache/blockspecials/20230320/17/20230320/1/1/177/06/db/fc/06dbfc1179f48fb8795378140bd34443ae0ab3c2.blockspecials.tpl.php
334cache/smarty/compile/65/de/31/65de3101351a453014d460959781ffc3b34e1475.file.hook.tpl.php
335cache/smarty/compile/48/fe/bb/48febbd62456dab235bd4ebfc9c761934c1e4ed8.file.blocklink.tpl.php
336modules/smartblogcategories/smartblogcategories.php
337modules/smartblogcategories/translations/ru.php
338cache/smarty/cache/smartblogcategories/1/1/177/8b/7f/37/8b7f3744e7048fd23dac1285cc609c87cb0631b6.smartblogcategories.tpl.php
339modules/smartbloglatestcomments/smartbloglatestcomments.php
340modules/smartbloglatestcomments/translations/ru.php
341cache/smarty/cache/smartbloglatestcomments/1/1/177/34/ac/3e/34ac3e7bbf840869ec71829301012a481f47dc22.smartbloglatestcomments.tpl.php
342modules/smartblogrecentposts/smartblogrecentposts.php
343modules/smartblogrecentposts/translations/ru.php
344cache/smarty/cache/smartblogrecentposts/1/1/177/82/f7/8a/82f78a8bc8fa57684dc96bc63b91a9199cd61970.smartblogrecentposts.tpl.php
345modules/smartblogrelatedposts/smartblogrelatedposts.php
346modules/smartblogrelatedposts/translations/ru.php
347modules/smartblogsearch/smartblogsearch.php
348modules/smartblogsearch/translations/ru.php
349cache/smarty/compile/e2/61/fd/e261fd446f178cc42960d156627c59ac1aea48ba.file.smartblogsearch.tpl.php
350cache/smarty/cache/smartblogtag/1/1/177/33/a4/94/33a4944728aece3e5ad9d57581db8e58809f7658.smartblogtag.tpl.php
351modules/smartblogarchive/smartblogarchive.php
352modules/smartblogarchive/translations/ru.php
353cache/smarty/cache/smartblogarchive/1/1/177/f9/92/d7/f992d738508ba384f00682f31968c735f1d0a734.smartblogarchive.tpl.php
354classes/Employee.php
355cache/smarty/cache/blockcms/2/1/1/177/b3/26/f5/b326f5887eefc1044efda6c1cebdd03da5ded6a8.blockcms.tpl.php
356cache/smarty/cache/blocksocial/1/1/177/17/c9/3b/17c93b739a56a66a8c31b413499bf049f1fbdf04.blocksocial.tpl.php
357modules/statsdata/statsdata.php
358modules/statsdata/translations/ru.php
359classes/Connection.php
360classes/Page.php
361classes/ConnectionsSource.php
362cache/smarty/compile/77/f1/6c/77f16cf7ca19b6f70f877bc8c746c96cb3207c16.file.archivecategory.tpl.php
363cache/smarty/compile/1b/c1/15/1bc115e6d59082afd96ec4f89475d669f8b96eb4.file.category_loop.tpl.php
364cache/smarty/compile/7e/3f/6b/7e3f6bc2cf10940095f0fd5c67838865f588ae2e.file.layout.tpl.php
365cache/smarty/compile/75/a5/20/75a520ffddf5c29742b4fd210058dd449bbead8d.file.header.tpl.php
366tools/smarty/plugins/function.implode.php
367cache/smarty/cache/blockbanner/1/1/177/87/66/7b/87667b18bbda29f0a897f0f4c6c8dec354756384.blockbanner.tpl.php
368cache/smarty/compile/93/84/4b/93844bccbbaafcdeb806cf4c39c39bce36acba10.file.blocklanguages.tpl.php
369tools/smarty/plugins/modifier.regex_replace.php
370cache/smarty/cache/blocksearch_top/1/1/177/35/0a/fc/350afca2cd7d5a7c8e4c930568e49d001d45f74a.blocksearch-top.tpl.php
371cache/smarty/compile/39/5f/ad/395fad07733a112068ac682b23f023635b9ff5ca.file.breadcrumb.tpl.php
372cache/smarty/compile/31/2a/2b/312a2b2209b4ed7ed382099e9e501be1fb156202.file.footer.tpl.php
373cache/smarty/compile/e0/e9/7e/e0e97e0ea4f0b2c1aa66a35247ed66e1d812aa0d.file.global.tpl.php
374cache/smarty/compile/65/f3/e9/65f3e940910dbd76ecdd16bb4c9e5bdf98e4aa77.file.javascript.tpl.php