| 277 |
SELECT SQL_NO_CACHE DISTINCT t.*, tl.*, t2.`img_path`, COUNT(DISTINCT c.comments_id) AS countofcomment, pc.`id_blogcategory`,
pcl.`category_title`, pcl.`link_rewrite_cat`, pcl.`id_lang`, pcl.`id_blogcategory`, fmcg.`id_group`,fbauth.`name` as `author_name`,fbauth.`id_author`
FROM `fsx_fme_blog_posts` t
LEFT JOIN `fsx_fme_blog_post_cat` pc
ON (t.id_post = pc.id_post)
LEFT JOIN `fsx_fme_blog_categories_lang` pcl
ON (pc.id_blogcategory = pcl.id_blogcategory AND pcl.id_lang = 1)
LEFT JOIN `fsx_fme_blog_posts_lang` tl ON (
t.`id_post` = tl.`id_post`
AND tl.`id_lang` = 1
)
LEFT JOIN `fsx_fme_blog_categories_group` fmcg
ON (pc.id_blogcategory = fmcg.id_blogcategory AND fmcg.id_group = 1)
LEFT JOIN `fsx_fme_blog_post_auth` fba
ON (t.id_post = fba.id_post)
LEFT JOIN `fsx_fme_blog_authors` fbauth
ON (fbauth.id_author = fba.id_auth)
LEFT JOIN `fsx_fme_blog_posts_shop` sh
ON (sh.id_post = t.id_post)
LEFT JOIN `fsx_fme_blog_posts_comments` c
ON (t.id_post = c.id_post AND c.active = 1)
LEFT JOIN `fsx_fme_blog_images` t2 ON (t.id_post = t2.id_post AND t2.featured = 1)
WHERE t.`active` = 1
AND t.`publication_time` < now()
AND sh.id_shop = 1
GROUP BY t.id_post
ORDER BY t.`publication_time` desc Limit 0,6 |
23.014
ms
|
22682880 |
Yes
|
|
/modules/advanceblog/models/BlogPosts.php:469
/modules/advanceblog/advanceblog.php:1459 (getAllFrontPosts)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 289 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('058b80ee450a0518c27219c45cd7a0d3',"ps_customeraccountlinks|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176033)) |
3.015
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:93 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE data FROM fsx_layered_filter_block WHERE hash="796b5cd63017413c427e8683f71ca753" LIMIT 1 |
2.952
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:212 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 304 |
UPDATE `fsx_smarty_lazy_cache`
SET filepath='ps_linklist/displayFooter/1/1/1/1/2/14/furniture/38/aa/39/38aa39f781759140b74951b57529c3a9e6d7c7e4.ps_linklistviewstemplateshooklinkblock.tpl.php'
WHERE `template_hash`='14f3e6d3f5719f729bfd1d7275ccfb82' AND cache_id="ps_linklist|displayFooter|1|1|1|1|2|14" AND compile_id="furniture" |
2.722
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:184
/classes/Smarty/SmartyCustomTemplate.php:39 (update_filepath)
/classes/module/Module.php:2301 (fetch)
/modules/ps_linklist/ps_linklist.php:280 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `fsx_feature` f INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `fsx_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `fsx_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `fsx_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
1.818
ms
|
316 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `fsx_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `fsx_hook_alias` ha
INNER JOIN `fsx_hook` h ON ha.name = h.name |
1.575
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:509 (getIdByName)
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/ets_multilayerslider/ets_multilayerslider.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
INNER JOIN fsx_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fsx_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `fsx_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `fsx_category` c2 ON c2.`id_category` = 3 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
1.355
ms
|
24 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM fsx_product p LEFT JOIN fsx_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fsx_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fsx_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN fsx_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN fsx_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN fsx_category_product cp ON (p.id_product = cp.id_product) INNER JOIN fsx_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN fsx_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN fsx_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (3060, 12231, 13867, 15771))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=3 AND c.nright<=50 GROUP BY p.id_product) p LEFT JOIN fsx_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN fsx_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN fsx_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC |
1.342
ms
|
196 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:189 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 292 |
UPDATE `fsx_smarty_lazy_cache`
SET filepath='ps_customeraccountlinks/1/1/1/1/2/14/furniture/b7/49/aa/b749aab74ed57035965b86bc08efaa18ec30912d.ps_customeraccountlinksps_customeraccountlinks.tpl.php'
WHERE `template_hash`='058b80ee450a0518c27219c45cd7a0d3' AND cache_id="ps_customeraccountlinks|1|1|1|1|2|14" AND compile_id="furniture" |
1.313
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:184
/classes/Smarty/SmartyCustomTemplate.php:39 (update_filepath)
/classes/module/Module.php:2301 (fetch)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
1.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 307 |
INSERT INTO `fsx_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('15', '', 'presta8.bizserver.eu/pl/systemy-serwerowe?q=Max.+TDP+procesora-10W-28W-83W-2.2W', '', '2025-12-31 11:13:54') |
1.288
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `fsx_category` c
INNER JOIN fsx_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `fsx_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `fsx_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.206
ms
|
8 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 294 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('14f3e6d3f5719f729bfd1d7275ccfb82',"ps_linklist|displayFooter|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176033)) |
1.105
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/ps_linklist/ps_linklist.php:276 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
1.057
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `fsx_feature_value` v LEFT JOIN `fsx_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `fsx_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 26 ORDER BY vl.`value` ASC |
1.043
ms
|
94 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:165 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE w.*, wl.title, wl.subtitle, wl.description
FROM fsx_ybc_widget_widget w
LEFT JOIN fsx_ybc_widget_widget_lang wl ON w.id_widget = wl.id_widget AND wl.id_lang = 1
WHERE w.hook = 'displayLeftColumn' AND enabled=1
ORDER BY w.sort_order ASC, wl.title ASC |
1.013
ms
|
243 |
Yes
|
|
/modules/ybc_widget/ybc_widget.php:793
/modules/ybc_widget/ybc_widget.php:895 (getWidgetsByHook)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-31 00:00:00',
INTERVAL 300 DAY
)
) > 0) as new
FROM fsx_product p
LEFT JOIN fsx_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN fsx_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN fsx_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (9921,8921,8919,8918,8917,7393) |
0.967
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.901
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(11,12,13,14,15)
ORDER BY cl.name ASC |
0.891
ms
|
5 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8917) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.863
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=6
ORDER BY b.sort_order asc,bl.title asc |
0.854
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8921) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.853
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8919 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8919 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.852
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=56 AND c.id_category!=56
ORDER BY cl.name ASC |
0.828
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8919) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.816
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.807
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE w.*, wl.title, wl.subtitle, wl.description
FROM fsx_ybc_widget_widget w
LEFT JOIN fsx_ybc_widget_widget_lang wl ON w.id_widget = wl.id_widget AND wl.id_lang = 1
WHERE w.hook = 'displayFooter' AND enabled=1
ORDER BY w.sort_order ASC, wl.title ASC |
0.784
ms
|
243 |
Yes
|
|
/modules/ybc_widget/ybc_widget.php:793
/modules/ybc_widget/ybc_widget.php:869 (getWidgetsByHook)
/classes/Hook.php:1083 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8918 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8918 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.778
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=11
ORDER BY b.sort_order asc,bl.title asc |
0.773
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE fmc.id_blogcategory, fmc.cat_img, fmcl.category_title, fmcl.category_content, fmcl.link_rewrite_cat, fmcg.id_group
FROM fsx_fme_blog_categories as fmc
LEFT JOIN `fsx_fme_blog_categories_lang` fmcl
ON (fmc.`id_blogcategory` = fmcl.`id_blogcategory` AND fmcl.`id_lang` = 1)
LEFT JOIN `fsx_fme_blog_categories_group` fmcg
ON (fmc.id_blogcategory = fmcg.id_blogcategory AND fmcg.id_group = 1)
Where fmc.active = 1
-- AND fmc.show_on_main = 1
AND fmcg.id_group IS NOT NULL
Order By fmc.position |
0.772
ms
|
3 |
Yes
|
|
/modules/advanceblog/models/BlogPosts.php:682
/modules/advanceblog/advanceblog.php:1427 (getAllFrontCategories)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.768
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `fsx_hook` |
0.764
ms
|
1101 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/override/classes/Dispatcher.php:402 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:31 (getInstance)
|
| 278 |
SELECT SQL_NO_CACHE t.*, tl.comment_content, c.avatar, p.link_rewrite, p.post_title
FROM `fsx_fme_blog_posts_comments` t
LEFT JOIN `fsx_fme_blog_posts_comments_lang` tl ON (
t.`comments_id` = tl.`comments_id`
AND tl.`id_lang` = 1
)
LEFT JOIN `fsx_fme_blog_posts_lang` p ON (
t.`id_post` = p.`id_post`
AND p.`id_lang` = 1
)
LEFT JOIN `fsx_fme_blog_posts_shop` sh
ON (sh.id_post = t.id_post)
LEFT JOIN `fsx_customer` c
ON (t.`id_customer` = c.`id_customer`)
WHERE t.`active` = 1
AND sh.id_shop = 1
ORDER BY t.`comments_id` DESC
LIMIT 0, 5 |
0.760
ms
|
2 |
|
|
/modules/advanceblog/models/BlogPosts.php:1242
/modules/advanceblog/advanceblog.php:1479 (getAllComments)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE w.*, wl.title, wl.subtitle, wl.description
FROM fsx_ybc_widget_widget w
LEFT JOIN fsx_ybc_widget_widget_lang wl ON w.id_widget = wl.id_widget AND wl.id_lang = 1
WHERE w.hook = 'ybcCustom1' AND enabled=1
ORDER BY w.sort_order ASC, wl.title ASC |
0.756
ms
|
243 |
Yes
|
|
/modules/ybc_widget/ybc_widget.php:793
/modules/ybc_widget/ybc_widget.php:1000 (getWidgetsByHook)
/classes/Hook.php:1083 (hookYbcCustom1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7393) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.747
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8921 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.738
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(69,73)
ORDER BY cl.name ASC |
0.738
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(21,72,26,23,22,24,27,28,92)
ORDER BY cl.name ASC |
0.736
ms
|
9 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `fsx_product_attribute` pa
INNER JOIN fsx_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `fsx_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `fsx_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `fsx_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `fsx_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8918) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.723
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:125 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ce/b3/b0/ceb3b06405322bd2edc48ad949a2751cb5ba6ae9_2.file.product.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aae9f73_49784316)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:65 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/2f/97/aa/2f97aa1abdd62951f0260e71bf4d5ef76c19e25d_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aad80c0_88574623)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:83 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:93 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(83,84,85,86,87,252)
ORDER BY cl.name ASC |
0.717
ms
|
6 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=28 AND c.id_category!=28
ORDER BY cl.name ASC |
0.716
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8918
ORDER BY f.position ASC |
0.710
ms
|
16 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(20,32,33,34,35,74,61,37,38,39,75,76)
ORDER BY cl.name ASC |
0.709
ms
|
12 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8917 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8917 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.704
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM fsx_ets_mm_menu m
LEFT JOIN fsx_ets_mm_menu_lang ml
ON m.id_menu=ml.id_menu AND ml.id_lang=1
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc,ml.title asc |
0.704
ms
|
108 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:935
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.684
ms
|
1 |
|
|
/classes/Category.php:2242
/override/classes/Link.php:50 (getCategoriesWithoutParent)
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=15
ORDER BY b.sort_order asc,bl.title asc |
0.683
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.681
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE b.*, bl.`id_lang`, bl.`banner_link`, bl.`banner_img`, bl.`banner_description`
FROM `fsx_fme_blog_posts_banners` b
LEFT JOIN `fsx_fme_blog_posts_banners_lang` bl ON(b.id_banner = bl.id_banner)
WHERE b.`active` = 1
AND b.location = "blog_left"
AND bl.id_lang = 1
AND bl.id_shop = 1 AND bl.id_shop_group = 1
ORDER BY b.position ASC, b.id_banner ASC |
0.671
ms
|
1 |
Yes
|
|
/modules/advanceblog/models/BlogBanners.php:171
/var/cache/dev/smarty/compile/furniture/69/8b/51/698b51e29601b7cda6b811266962816ae6e4e935_2.module.advanceblogviewstemplateshookcontentthemesdefaultblog_banners.tpl.php:26 (getBannersByLocation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aac1fc5_31484829)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniture/4f/ae/eb/4faeeb35bfc82c82dea08a23bcf3842e83c649c4_2.file.blog-left-column.tpl.php:159 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75aa71354_58862877)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/advanceblog/advanceblog.php:1519 (display)
/classes/Hook.php:1083 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE w.*, wl.title, wl.subtitle, wl.description
FROM fsx_ybc_widget_widget w
LEFT JOIN fsx_ybc_widget_widget_lang wl ON w.id_widget = wl.id_widget AND wl.id_lang = 1
WHERE w.hook = 'displayTop' AND enabled=1
ORDER BY w.sort_order ASC, wl.title ASC |
0.669
ms
|
243 |
Yes
|
|
/modules/ybc_widget/ybc_widget.php:793
/modules/ybc_widget/ybc_widget.php:856 (getWidgetsByHook)
/classes/Hook.php:1083 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE 1 FROM fsx_cart_product cp INNER JOIN fsx_product p
ON (p.id_product = cp.id_product) INNER JOIN fsx_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.668
ms
|
1 |
|
|
/classes/Cart.php:4256
/classes/Cart.php:4231 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/e0/f4/69e0f4c0677b172b1987e1a2b5fbe63d112ff38d_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6584f4_94665164)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ad/94/b2/ad94b212c4567c33aaff1911dc4d57325b291e0e_2.file.head.tpl.php:165 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ad/94/b2/ad94b212c4567c33aaff1911dc4d57325b291e0e_2.file.head.tpl.php:53 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a646aa5_42714848)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:140 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.664
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 38 LIMIT 1 |
0.662
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8917
ORDER BY `position` |
0.662
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.661
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE c.`id_category` FROM `fsx_category_lang` cl
INNER JOIN `fsx_category` c ON (c.id_category = cl.id_category)
INNER JOIN `fsx_category_shop` cs ON (c.id_category = cs.id_category)
WHERE 1 AND cs.id_shop=1 AND cl.`link_rewrite` = 'systemy-serwerowe' AND cl.`id_lang` = 1 LIMIT 1 |
0.660
ms
|
88 |
|
|
/override/controllers/front/listing/CategoryController.php:86
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(42,43,44,58,59,60,67,68,77,78,194)
ORDER BY cl.name ASC |
0.656
ms
|
11 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 45 LIMIT 1 |
0.653
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 9921
ORDER BY `position` |
0.650
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 10 LIMIT 1 |
0.649
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(64,65,66)
ORDER BY cl.name ASC |
0.641
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8917) AND (b.`id_shop` = 1) LIMIT 1 |
0.636
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=39 AND c.id_category!=39
ORDER BY cl.name ASC |
0.635
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.632
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.630
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=11 AND c.id_category!=11
ORDER BY cl.name ASC |
0.630
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8919) AND (b.`id_shop` = 1) LIMIT 1 |
0.629
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7393
ORDER BY `position` |
0.620
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
0.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8918
ORDER BY `position` |
0.618
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.609
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 42 LIMIT 1 |
0.604
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=194 AND c.id_category!=194
ORDER BY cl.name ASC |
0.598
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 50 AND c.`nleft` >= 2 AND c.`nright` <= 175 ORDER BY `nleft` DESC |
0.598
ms
|
2 |
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7393 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7393 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.594
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8918) AND (b.`id_shop` = 1) LIMIT 1 |
0.593
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=87 AND c.id_category!=87
ORDER BY cl.name ASC |
0.591
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.588
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 24 LIMIT 1 |
0.586
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(45,46)
ORDER BY cl.name ASC |
0.584
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.580
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a0
LEFT JOIN `fsx_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 3) AND (a0.`nright` > 50) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.579
ms
|
2 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1866 (getBreadcrumbLinks)
/classes/controller/FrontController.php:568 (getBreadcrumb)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.578
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1 |
0.575
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 44 LIMIT 1 |
0.575
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 43 LIMIT 1 |
0.574
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=54 AND c.id_category!=54
ORDER BY cl.name ASC |
0.571
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=46 AND c.id_category!=46
ORDER BY cl.name ASC |
0.567
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 9 LIMIT 1 |
0.565
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 78 LIMIT 1 |
0.564
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.563
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/override/classes/Link.php:70 (getRootCategory)
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:50 (getCategoryLink)
/classes/controller/FrontController.php:499 (canonicalRedirection)
/controllers/front/listing/CategoryController.php:81 (init)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 252 LIMIT 1 |
0.563
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE `id_category`
FROM `fsx_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1 |
0.559
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 72 LIMIT 1 |
0.557
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.552
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=72 AND c.id_category!=72
ORDER BY cl.name ASC |
0.552
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 23 LIMIT 1 |
0.550
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
0.547
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=23 AND c.id_category!=23
ORDER BY cl.name ASC |
0.545
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 21 LIMIT 1 |
0.543
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8921
ORDER BY f.position ASC |
0.539
ms
|
16 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=12
ORDER BY b.sort_order asc,bl.title asc |
0.539
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7393) AND (b.`id_shop` = 1) LIMIT 1 |
0.538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=253 AND c.id_category!=253
ORDER BY cl.name ASC |
0.538
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=69 AND c.id_category!=69
ORDER BY cl.name ASC |
0.537
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 57 LIMIT 1 |
0.534
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=66 AND c.id_category!=66
ORDER BY cl.name ASC |
0.534
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=33 AND c.id_category!=33
ORDER BY cl.name ASC |
0.534
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `fsx_product` p
INNER JOIN `fsx_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `fsx_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9921) |
0.533
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 67 LIMIT 1 |
0.531
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 92 LIMIT 1 |
0.530
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 86 LIMIT 1 |
0.528
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 74 LIMIT 1 |
0.528
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 75 LIMIT 1 |
0.527
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.527
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 35 LIMIT 1 |
0.525
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 34 LIMIT 1 |
0.525
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 84 LIMIT 1 |
0.522
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 26 LIMIT 1 |
0.518
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9921
AND image_shop.`cover` = 1 LIMIT 1 |
0.518
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5654 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 253 LIMIT 1 |
0.515
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 68 LIMIT 1 |
0.512
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 22 LIMIT 1 |
0.511
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE * FROM `fsx_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.509
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:31 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.509
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE c.`id_category` FROM `fsx_category_lang` cl
INNER JOIN `fsx_category` c ON (c.id_category = cl.id_category)
WHERE cl.`link_rewrite` = 'systemy-serwerowe' AND cl.`id_lang` = 1 LIMIT 1 |
0.505
ms
|
88 |
|
|
/override/classes/Dispatcher.php:524
/override/classes/Dispatcher.php:858 (isCategoryLink)
/classes/Dispatcher.php:346 (getController)
/index.php:31 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 51 LIMIT 1 |
0.505
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 37 LIMIT 1 |
0.503
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 30 LIMIT 1 |
0.503
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8919
ORDER BY f.position ASC |
0.502
ms
|
16 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(51,52,93,253)
ORDER BY cl.name ASC |
0.498
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 82 LIMIT 1 |
0.493
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 31 LIMIT 1 |
0.492
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 73 LIMIT 1 |
0.491
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `fsx_product_shop`
WHERE `id_product` = 9921 AND id_shop=1 LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/Product.php:6887
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
0.490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 83 LIMIT 1 |
0.489
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 60 LIMIT 1 |
0.489
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=7
ORDER BY b.sort_order asc,bl.title asc |
0.486
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 93 LIMIT 1 |
0.486
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `id_guest`
FROM `fsx_connections`
WHERE `id_guest` = 13
AND `date_add` > '2025-12-31 10:43:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.484
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:121 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 61 LIMIT 1 |
0.480
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 29 LIMIT 1 |
0.477
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 63 LIMIT 1 |
0.477
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 52 LIMIT 1 |
0.477
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 33 LIMIT 1 |
0.472
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 55 LIMIT 1 |
0.471
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `fsx_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9921 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `fsx_cart_product` cp JOIN `fsx_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `fsx_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9921 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 1 = 1
))) as q LIMIT 1 |
0.471
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 27 LIMIT 1 |
0.469
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 59 LIMIT 1 |
0.468
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 77 LIMIT 1 |
0.461
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 14 LIMIT 1 |
0.460
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 85 LIMIT 1 |
0.457
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 65 LIMIT 1 |
0.452
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 76 LIMIT 1 |
0.450
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 15 LIMIT 1 |
0.449
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `fsx_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:300 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/dev/smarty/compile/furniture/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:27 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a725a56_87357812)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2301 (fetch)
/modules/ps_shoppingcart/ps_shoppingcart.php:136 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:196 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=5
ORDER BY b.sort_order asc,bl.title asc |
0.438
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 12 LIMIT 1 |
0.433
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 20 LIMIT 1 |
0.432
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `fsx_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.429
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:143
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:93 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 8917
ORDER BY f.position ASC |
0.428
ms
|
16 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 13 LIMIT 1 |
0.426
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 64 LIMIT 1 |
0.423
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9921
ORDER BY f.position ASC |
0.422
ms
|
20 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 32 LIMIT 1 |
0.422
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.418
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(56,57)
ORDER BY cl.name ASC |
0.415
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8921
ORDER BY `position` |
0.406
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:235 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:88 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_category`
FROM `fsx_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `reduction`
FROM `fsx_product_group_reduction_cache`
WHERE `id_product` = 9921 AND `id_group` = 1 LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `fsx_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:96
/classes/Smarty/SmartyCustom.php:120 (check_compile_cache_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2260 (getCurrentSubTemplate)
/modules/ets_megamenu/ets_megamenu.php:1463 (display)
/modules/ets_megamenu/ets_megamenu.php:1428 (displayDynamicCss)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `fsx_smarty_lazy_cache`
WHERE `template_hash`='14f3e6d3f5719f729bfd1d7275ccfb82' AND cache_id="ps_linklist|displayFooter|1|1|1|1|2|14" AND compile_id="furniture" LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/ps_linklist/ps_linklist.php:276 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM fsx_feature_product pf
LEFT JOIN fsx_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN fsx_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN fsx_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN fsx_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7393
ORDER BY f.position ASC |
0.383
ms
|
16 |
Yes
|
|
/classes/Product.php:6032
/classes/Product.php:5835 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_category IN(54,55)
ORDER BY cl.name ASC |
0.382
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1535
/modules/ets_megamenu/ets_megamenu.php:1205 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE *
FROM `fsx_cms_category` a
LEFT JOIN `fsx_cms_category_lang` `b` ON a.`id_cms_category` = b.`id_cms_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_cms_category_shop` `c` ON a.`id_cms_category` = c.`id_cms_category` AND c.`id_shop` = 1
WHERE (a.`id_cms_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Link.php:355 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:145 (getCMSLink)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:100 (makeCmsLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fsx_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 15 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=8
ORDER BY b.sort_order asc,bl.title asc |
0.372
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 58 LIMIT 1 |
0.363
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `fsx_image` i
INNER JOIN fsx_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `fsx_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8919
ORDER BY `position` |
0.360
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.354
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=13
ORDER BY b.sort_order asc,bl.title asc |
0.343
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8921) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=57 AND c.id_category!=57
ORDER BY cl.name ASC |
0.321
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=10
ORDER BY b.sort_order asc,bl.title asc |
0.320
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 8 LIMIT 1 |
0.314
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/controllers/front/listing/CategoryController.php:226 (getCategoryLink)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `fsx_product` a
LEFT JOIN `fsx_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `fsx_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9921) AND (b.`id_shop` = 1) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:201 (getProductObject)
/classes/Product.php:5671 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=26 AND c.id_category!=26
ORDER BY cl.name ASC |
0.305
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 6 LIMIT 1 |
0.304
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=20 AND c.id_category!=20
ORDER BY cl.name ASC |
0.304
ms
|
11 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `fsx_stock_available`
WHERE (id_product = 9921) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5813 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=1
ORDER BY b.sort_order asc,bl.title asc |
0.291
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=21 AND c.id_category!=21
ORDER BY cl.name ASC |
0.286
ms
|
8 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=9
ORDER BY b.sort_order asc,bl.title asc |
0.282
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=14
ORDER BY b.sort_order asc,bl.title asc |
0.274
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=59 AND c.id_category!=59
ORDER BY cl.name ASC |
0.274
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE 1 FROM `fsx_specific_price` WHERE id_product = 9921 LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5703 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 4 LIMIT 1 |
0.273
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 290 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('058b80ee450a0518c27219c45cd7a0d3',"ps_customeraccountlinks|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176033)) |
0.270
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:189 (createTemplate)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:155 (_execute)
/classes/module/Module.php:2380 (isCached)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:93 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link
FROM fsx_ets_mm_block b
LEFT JOIN fsx_ets_mm_block_lang bl
ON b.id_block=bl.id_block AND bl.id_lang=1
WHERE 1 AND b.id_column=4
ORDER BY b.sort_order asc,bl.title asc |
0.269
ms
|
1064 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:966
/modules/ets_megamenu/ets_megamenu.php:956 (getBlocks)
/modules/ets_megamenu/ets_megamenu.php:941 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE name FROM fsx_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 15 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 253) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 39 LIMIT 1 |
0.253
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 56 LIMIT 1 |
0.251
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=64 AND c.id_category!=64
ORDER BY cl.name ASC |
0.251
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 5 LIMIT 1 |
0.250
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/modules/ets_megamenu/ets_megamenu.php:1230 (getCategoryLink)
/modules/ets_megamenu/ets_megamenu.php:942 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1653 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=24 AND c.id_category!=24
ORDER BY cl.name ASC |
0.250
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=86 AND c.id_category!=86
ORDER BY cl.name ASC |
0.250
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=78 AND c.id_category!=78
ORDER BY cl.name ASC |
0.250
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=42 AND c.id_category!=42
ORDER BY cl.name ASC |
0.247
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 69 LIMIT 1 |
0.246
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `fsx_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 11 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5669 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.241
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.239
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 303 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('14f3e6d3f5719f729bfd1d7275ccfb82',"ps_linklist|displayFooter|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176034)) |
0.238
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2294 (createTemplate)
/modules/ps_linklist/ps_linklist.php:280 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 252) AND (b.`id_shop` = 1) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=22 AND c.id_category!=22
ORDER BY cl.name ASC |
0.230
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.229
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 194 LIMIT 1 |
0.225
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=43 AND c.id_category!=43
ORDER BY cl.name ASC |
0.224
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.223
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=34 AND c.id_category!=34
ORDER BY cl.name ASC |
0.222
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=45 AND c.id_category!=45
ORDER BY cl.name ASC |
0.222
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=77 AND c.id_category!=77
ORDER BY cl.name ASC |
0.216
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 66 LIMIT 1 |
0.215
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=13 AND c.id_category!=13
ORDER BY cl.name ASC |
0.212
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=73 AND c.id_category!=73
ORDER BY cl.name ASC |
0.212
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=27 AND c.id_category!=27
ORDER BY cl.name ASC |
0.211
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=84 AND c.id_category!=84
ORDER BY cl.name ASC |
0.207
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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 |
0.207
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=37 AND c.id_category!=37
ORDER BY cl.name ASC |
0.206
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=92 AND c.id_category!=92
ORDER BY cl.name ASC |
0.206
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=44 AND c.id_category!=44
ORDER BY cl.name ASC |
0.206
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 46 LIMIT 1 |
0.202
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=12 AND c.id_category!=12
ORDER BY cl.name ASC |
0.202
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=252 AND c.id_category!=252
ORDER BY cl.name ASC |
0.200
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=14 AND c.id_category!=14
ORDER BY cl.name ASC |
0.199
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=65 AND c.id_category!=65
ORDER BY cl.name ASC |
0.198
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/override/controllers/front/listing/CategoryController.php:99 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=32 AND c.id_category!=32
ORDER BY cl.name ASC |
0.196
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=15 AND c.id_category!=15
ORDER BY cl.name ASC |
0.194
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=83 AND c.id_category!=83
ORDER BY cl.name ASC |
0.194
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=68 AND c.id_category!=68
ORDER BY cl.name ASC |
0.191
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=75 AND c.id_category!=75
ORDER BY cl.name ASC |
0.189
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=58 AND c.id_category!=58
ORDER BY cl.name ASC |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=85 AND c.id_category!=85
ORDER BY cl.name ASC |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=67 AND c.id_category!=67
ORDER BY cl.name ASC |
0.188
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=60 AND c.id_category!=60
ORDER BY cl.name ASC |
0.187
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=51 AND c.id_category!=51
ORDER BY cl.name ASC |
0.186
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 28 LIMIT 1 |
0.185
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1518 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 295 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('14f3e6d3f5719f729bfd1d7275ccfb82',"ps_linklist|displayFooter|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176033)) |
0.185
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:189 (createTemplate)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:155 (_execute)
/classes/module/Module.php:2380 (isCached)
/modules/ps_linklist/ps_linklist.php:276 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE *
FROM fsx_meta m
LEFT JOIN fsx_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/ps_linklist/ps_linklist.php:277 (getWidgetVariables)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 11 LIMIT 1 |
0.184
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=93 AND c.id_category!=93
ORDER BY cl.name ASC |
0.182
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=61 AND c.id_category!=61
ORDER BY cl.name ASC |
0.182
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=52 AND c.id_category!=52
ORDER BY cl.name ASC |
0.181
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `fsx_category` a
LEFT JOIN `fsx_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `fsx_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.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Link.php:111 (__construct)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `fsx_smarty_lazy_cache`
WHERE `template_hash`='058b80ee450a0518c27219c45cd7a0d3' AND cache_id="ps_customeraccountlinks|1|1|1|1|2|14" AND compile_id="furniture" LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:216
/classes/Smarty/SmartyCustom.php:154 (is_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2329 (createTemplate)
/classes/module/Module.php:2380 (getCurrentSubTemplate)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:93 (isCached)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=35 AND c.id_category!=35
ORDER BY cl.name ASC |
0.172
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 87 LIMIT 1 |
0.171
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `fsx_product_attribute`
WHERE `id_product` = 9921 |
0.170
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=55 AND c.id_category!=55
ORDER BY cl.name ASC |
0.169
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=76 AND c.id_category!=76
ORDER BY cl.name ASC |
0.167
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=74 AND c.id_category!=74
ORDER BY cl.name ASC |
0.164
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `fsx_category` c
LEFT JOIN `fsx_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 54 LIMIT 1 |
0.155
ms
|
1 |
|
|
/override/classes/Link.php:75
/override/classes/Link.php:132 (getParentsCategories)
/var/cache/dev/smarty/compile/furniture/0f/eb/9c/0feb9c00062189c28982aad8a836bca4d35326c1_2.file.categories-tree.tpl.php:33 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7ddd88_70139719)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1523 (display)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM fsx_category c
LEFT JOIN fsx_category_lang cl ON c.id_category=cl.id_category AND cl.id_lang=1
WHERE c.id_parent=38 AND c.id_category!=38
ORDER BY cl.name ASC |
0.153
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/ets_megamenu.php:1544
/modules/ets_megamenu/ets_megamenu.php:1518 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1205 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1170 (convertBlockProperties)
/classes/Hook.php:1083 (hookDisplayBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniture/0e/5c/8f/0e5c8f98f150cc38df6042868d97dc02de4184f7_2.file.menu-html.tpl.php:86 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a7d2243_29978889)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustomTemplate.php:45 (fetch)
/classes/module/Module.php:2260 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1655 (display)
/modules/ets_megamenu/ets_megamenu.php:1633 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1648 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:202 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a7/15/fb/a715fb8800b6f1edfefc764ad1b863d27b9c3dbb_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a6783c3_71465305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:176 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 291 |
INSERT IGNORE INTO `fsx_smarty_lazy_cache`
(`template_hash`, `cache_id`, `compile_id`, `last_update`)
VALUES ('058b80ee450a0518c27219c45cd7a0d3',"ps_customeraccountlinks|1|1|1|1|2|14","furniture", FROM_UNIXTIME(1767176033)) |
0.151
ms
|
1 |
|
|
/classes/Smarty/SmartyCustom.php:265
/classes/Smarty/SmartyCustom.php:156 (insert_in_lazy_cache)
/classes/Smarty/SmartyCustom.php:122 (check_template_invalidation)
/classes/module/Module.php:2294 (createTemplate)
/modules/ps_customeraccountlinks/ps_customeraccountlinks.php:97 (fetch)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/d9/a2/98/d9a298967e33abc3924c650bc289871ec06600f6_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75b7b0ef3_63219907)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:317 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/69/57/d1/6957d19ad95f484fef477b95f645b46a058994e9_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a639a71_01279551)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/b4/ce/a3/b4cea3b8cab1c08fa738588ff5fcb371e176d985_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a62a472_21878347)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/ef/a7/90/efa790f4ee22a8e6b7c1c01ff1905987599bc33c_2.file.product-list.tpl.php:37 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a625ac2_75214600)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/furniturelayouts_layout_left_column_tpl/a3/0c/24/a30c24322b728e53b4adffadda9c6ee04c0d5cff_2.file.category.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6954f75a61ba59_74073082)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyCustom.php:112 (fetch)
/classes/controller/FrontController.php:771 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE name FROM fsx_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 11 LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/Product.php:5670
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:31 (dispatch)
|