| 52 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "creativeelements" LIMIT 1 |
8.187
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:218 (isEnabled)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `i9x1_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `i9x1_hook_alias` ha
INNER JOIN `i9x1_hook` h ON ha.name = h.name |
1.014
ms
|
0 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:63 (getIdByName)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 62 |
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 i9x1_product p LEFT JOIN i9x1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN i9x1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN i9x1_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 i9x1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN i9x1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN i9x1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN i9x1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN i9x1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2026-07-02 00:00:00' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC |
1.000
ms
|
100 |
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:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `i9x1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.703
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:562 (__construct)
/config/config.inc.php:180 (getGroup)
/index.php:40 (require_once)
|
| 239 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.649
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `i9x1_module` m
INNER JOIN i9x1_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `i9x1_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `i9x1_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `i9x1_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
0.637
ms
|
150 |
Yes
|
Yes
|
/classes/Hook.php:1500
/classes/Hook.php:809 (getAllHookRegistrations)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 69 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `i9x1_hook_module` hm
STRAIGHT_JOIN `i9x1_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `i9x1_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
0.595
ms
|
470 |
|
|
/classes/Hook.php:495
/classes/Hook.php:542 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:63 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:42 (execHookTaxManagerFactory)
/classes/Product.php:3694 (getManager)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `i9x1_category` c
INNER JOIN i9x1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `i9x1_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `i9x1_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `i9x1_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 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 |
0.458
ms
|
4 |
Yes
|
Yes
|
/classes/Category.php:815
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `i9x1_configuration` c
LEFT JOIN `i9x1_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
0.447
ms
|
597 |
|
|
/classes/Configuration.php:182
/classes/Configuration.php:230 (loadConfiguration)
/classes/Configuration.php:303 (get)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:123 (initialize)
/index.php:40 (require_once)
|
| 345 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `i9x1_category` c
INNER JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `i9x1_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND c.id_category IN (
SELECT id_category
FROM `i9x1_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.425
ms
|
4 |
Yes
|
|
/modules/pkelements/classes/WidgetPkcategories.php:518
/modules/pkelements/classes/WidgetPkcategories.php:439 (getCategoriesForSidebar)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `i9x1_favorite_product`
WHERE (id_product = 5) AND (id_shop = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/modules/pkfavorites/src/Db/DbQueries.php:59
/modules/pkfavorites/src/Main/FavoriteProduct.php:202 (getOverallNumber)
/modules/pkfavorites/src/Front/Env.php:41 (getOverallNumber)
/modules/pkfavorites/src/Hooks/DisplayProductButtonFixed.php:47 (set)
/modules/pklib/src/Utils/Utils.php:54 (init)
/modules/pkfavorites/pkfavorites.php:110 (executeHook)
/classes/Hook.php:1237 (hookDisplayProductButtonFixed)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:464 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 365 |
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 `i9x1_product_attribute` pa
INNER JOIN i9x1_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 `i9x1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `i9x1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `i9x1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.372
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b5/e9/5e/b5e95e260fac30e8695a2c5e968044eb73a40878_2.file.product-miniature-addtocart.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa90cb3_34162131)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:409 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:431 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 367 |
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 `i9x1_product_attribute` pa
INNER JOIN i9x1_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 `i9x1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `i9x1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `i9x1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b5/e9/5e/b5e95e260fac30e8695a2c5e968044eb73a40878_2.file.product-miniature-addtocart.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa90cb3_34162131)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:409 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:431 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `i9x1_category` c
INNER JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `i9x1_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 4
AND c.id_category IN (
SELECT id_category
FROM `i9x1_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.301
ms
|
4 |
Yes
|
|
/modules/pkelements/classes/WidgetPkcategories.php:518
/modules/pkelements/classes/WidgetPkcategories.php:439 (getCategoriesForSidebar)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` c
INNER JOIN i9x1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `i9x1_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.296
ms
|
4 |
Yes
|
|
/classes/Category.php:657
/modules/pkelements/classes/WidgetPkcategories.php:488 (getCategories)
/modules/pkelements/classes/WidgetPkcategories.php:67 (getCategoriesList)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 375 |
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 `i9x1_product_attribute` pa
INNER JOIN i9x1_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 `i9x1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `i9x1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `i9x1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.290
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b5/e9/5e/b5e95e260fac30e8695a2c5e968044eb73a40878_2.file.product-miniature-addtocart.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa90cb3_34162131)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:409 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:431 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 361 |
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 `i9x1_product_attribute` pa
INNER JOIN i9x1_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 `i9x1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `i9x1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `i9x1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.286
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b5/e9/5e/b5e95e260fac30e8695a2c5e968044eb73a40878_2.file.product-miniature-addtocart.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa90cb3_34162131)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:409 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:431 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `i9x1_product_attribute_combination` pac
LEFT JOIN `i9x1_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `i9x1_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `i9x1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.278
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE tr.*
FROM `i9x1_tax_rule` tr
JOIN `i9x1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.274
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:97
/classes/Product.php:3695 (getTaxCalculator)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-07-21 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM i9x1_product p
LEFT JOIN i9x1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN i9x1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN i9x1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5,4,3,2,1) |
0.263
ms
|
5 |
|
|
/classes/ProductAssembler.php:101
/classes/ProductAssembler.php:211 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 382 |
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 `i9x1_product_attribute` pa
INNER JOIN i9x1_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 `i9x1_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `i9x1_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `i9x1_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.259
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4304
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:787 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b5/e9/5e/b5e95e260fac30e8695a2c5e968044eb73a40878_2.file.product-miniature-addtocart.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa90cb3_34162131)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:391 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:409 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:431 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 97 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 3
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 3
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.255
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `i9x1_category` c
INNER JOIN i9x1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `i9x1_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.240
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:946
/classes/Category.php:319 (getSubCategories)
/modules/pkelements/src/WidgetMenuBase.php:88 (recurseLiteCategTree)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `i9x1_hook` h
WHERE (h.active = 1) |
0.239
ms
|
1209 |
|
|
/classes/Hook.php:1608
/classes/Hook.php:910 (getHookStatusByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 74 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_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` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM i9x1_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.187
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Block.php:120 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:218 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 84 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_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` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 81 |
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 `i9x1_product` p
INNER JOIN `i9x1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `i9x1_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` = 3) |
0.178
ms
|
2 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `i9x1_hook` |
0.174
ms
|
1209 |
|
|
/classes/Hook.php:1568
/classes/Hook.php:251 (getAllHookIds)
/classes/Hook.php:961 (getIdByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 142 |
SELECT SQL_NO_CACHE *
FROM `i9x1_meta` m
LEFT JOIN `i9x1_meta_lang` ml ON m.`id_meta` = ml.`id_meta`
WHERE ml.`id_lang` = 1 AND ml.id_shop = 1 ORDER BY page ASC |
0.172
ms
|
54 |
Yes
|
|
/classes/Meta.php:162
/modules/pkelements/src/WidgetMenuBase.php:136 (getMetasByIdLang)
/modules/pkelements/src/WidgetMenuBase.php:47 (getPSPages)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `i9x1_product_attribute_combination` pac
LEFT JOIN `i9x1_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `i9x1_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `i9x1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `i9x1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (3,4)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.163
ms
|
2 |
|
|
/classes/Product.php:2507
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `i9x1_attribute` a
LEFT JOIN `i9x1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `i9x1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `i9x1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `i9x1_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `i9x1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 1 |
0.159
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
0.157
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `i9x1_manufacturer` m INNER JOIN i9x1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `i9x1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
0.153
ms
|
1 |
Yes
|
|
/classes/Manufacturer.php:195
/modules/pkelements/src/WidgetMenuBase.php:112 (getManufacturers)
/modules/pkelements/src/WidgetMenuBase.php:44 (getManufacturersOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 95 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_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` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `i9x1_supplier` s
LEFT JOIN `i9x1_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 2
INNER JOIN i9x1_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 1)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
0.151
ms
|
1 |
Yes
|
Yes
|
/classes/Supplier.php:137
/modules/pkelements/src/WidgetMenuBase.php:124 (getSuppliers)
/modules/pkelements/src/WidgetMenuBase.php:45 (getSuppliersOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 79 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_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` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 106 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_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` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `i9x1_product_attribute` pa
INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.140
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_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.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetCategoryBase.php:32 (__construct)
/modules/pkelements/classes/WidgetPksearch.php:906 (__construct)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.137
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:453 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:438 (getCategory)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `i9x1_image` i
INNER JOIN i9x1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `i9x1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position` |
0.133
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `i9x1_category` c
LEFT JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
0.132
ms
|
1 |
|
|
/classes/Category.php:2247
/classes/Category.php:1145 (getCategoriesWithoutParent)
/modules/pkelements/src/WidgetMenuBase.php:88 (getRootCategory)
/modules/pkelements/src/WidgetMenuBase.php:43 (getCategoriesOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `i9x1_category` c
LEFT JOIN `i9x1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 0 AND c.`nright` >= 0 AND c.`nleft` >= 0 AND c.`nright` <= 0 ORDER BY `nleft` DESC |
0.132
ms
|
2 |
Yes
|
|
/classes/Category.php:1617
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `i9x1_attribute` a
LEFT JOIN `i9x1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `i9x1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `i9x1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `i9x1_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `i9x1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2
AND pac.`id_product_attribute` = 3
AND agl.`id_lang` = 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:7216
/classes/Product.php:5616 (getAttributesParams)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 86 |
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 `i9x1_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `i9x1_cart_product` cp JOIN `i9x1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `i9x1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.127
ms
|
0 |
|
|
/classes/Cart.php:1450
/classes/Product.php:4152 (getProductQuantity)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM i9x1_shop_url su
LEFT JOIN i9x1_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'dopaminahome.com' OR su.domain_ssl = 'dopaminahome.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.127
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1392
/classes/shop/Shop.php:356 (findShopByHost)
/config/config.inc.php:123 (initialize)
/index.php:40 (require_once)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.125
ms
|
2 |
|
|
/classes/Meta.php:181
/classes/Meta.php:321 (getMetaByPage)
/classes/Meta.php:308 (getHomeMetas)
/classes/controller/FrontController.php:1764 (getMetaTags)
/classes/controller/ProductListingFrontController.php:574 (getTemplateVarPage)
/classes/controller/FrontController.php:553 (getTemplateVarPage)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `i9x1_product_attribute` pa
INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.125
ms
|
2 |
Yes
|
Yes
|
/classes/Product.php:2492
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-2"; |
0.122
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 15) LIMIT 1 |
0.120
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `i9x1_category` c
LEFT JOIN `i9x1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Category.php:1607
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM i9x1_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.118
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:57
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:166 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:354 (runQuery)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/pkelements/classes/WidgetPknewsletter.php:376 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM i9x1_shop_group gs
LEFT JOIN i9x1_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN i9x1_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.116
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:716
/classes/shop/Shop.php:775 (cacheShops)
/classes/Configuration.php:300 (getShops)
/classes/shop/Shop.php:399 (getMultiShopValues)
/config/config.inc.php:123 (initialize)
/index.php:40 (require_once)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `i9x1_hook_alias` |
0.116
ms
|
86 |
|
|
/classes/Hook.php:371
/classes/Hook.php:171 (getCanonicalHookNames)
/classes/Hook.php:398 (normalizeHookName)
/classes/Hook.php:420 (getAllKnownNames)
/classes/Hook.php:1119 (isHookCallableOn)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 322 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.116
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:453 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:438 (getCategory)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.114
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/ph_simpleblog/ph_simpleblog.php:113 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.112
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/ps_checkout/ps_checkout.php:117 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `i9x1_currency` a
LEFT JOIN `i9x1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `i9x1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.108
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `i9x1_country` a
LEFT JOIN `i9x1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `i9x1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:325 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.104
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:466 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:440 (getSubCategories)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.104
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_attribute` a
LEFT JOIN `i9x1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.101
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.100
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.099
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/blockreassurance/blockreassurance.php:105 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.099
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:466 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:440 (getSubCategories)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_data' LIMIT 1 |
0.098
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE *
FROM `i9x1_currency` c
INNER JOIN i9x1_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.098
ms
|
1 |
Yes
|
|
/classes/Currency.php:687
/classes/Currency.php:669 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/pkelements/classes/WidgetPkcurrencies.php:179 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.098
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `i9x1_cms` c
INNER JOIN i9x1_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
JOIN `i9x1_cms_lang` cl ON c.`id_cms` = cl.`id_cms`
WHERE `id_cms_category` = 1 AND c.`active` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
GROUP BY c.id_cms
ORDER BY c.`position` |
0.095
ms
|
5 |
Yes
|
Yes
|
/classes/CMSCategory.php:207
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `i9x1_lang` l
JOIN i9x1_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.094
ms
|
4 |
|
|
/classes/Language.php:1204
/classes/Language.php:1508 (countActiveLanguages)
/classes/Dispatcher.php:509 (isMultiLanguageActivated)
/classes/Dispatcher.php:242 (setRequestUri)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 116 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "pkcompare" LIMIT 1 |
0.094
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcompare.php:89 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.094
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.093
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.091
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/pkfavorites/pkfavorites.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 410 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.091
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `i9x1_category` c
LEFT JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN i9x1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.091
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1178
/modules/pkelements/src/WidgetCategoryBase.php:106 (getChildren)
/modules/pkelements/classes/WidgetPksearch.php:934 (getCategories)
/modules/pkelements/classes/WidgetPksearch.php:909 (getWidgetSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.091
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.090
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.089
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:157 (get_global_settings)
/modules/revsliderprestashop/rev-loader.php:714 (load_icon_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:391 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.088
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/includes/functions.class.php:899 (get_global_settings)
/modules/revsliderprestashop/public/revslider-front.class.php:173 (print_clean_font_import)
/modules/revsliderprestashop/rev-loader.php:714 (load_google_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:391 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.088
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.087
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.086
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/pklookbook/pklookbook.php:57 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.086
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_data' LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.085
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.085
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.085
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product` a
LEFT JOIN `i9x1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `i9x1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `i9x1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:146 (__construct)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:123 (initialize)
/index.php:40 (require_once)
|
| 398 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.083
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:251
/src/Adapter/Module/ModuleDataProvider.php:223 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:311 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/vendor/invertus/infrastructure/src/Repository/PsAccountRepository.php:41 (getPsAccountsService)
/var/cache/dev/Ps_checkout9552FrontContainer.php:2186 (__construct)
/var/cache/dev/Ps_checkout9552FrontContainer.php:2246 (getPsAccountRepositoryService)
/vendor/symfony/dependency-injection/Container.php:231 (getMerchantValidatorService)
/vendor/symfony/dependency-injection/Container.php:211 (make)
/modules/psxmarketingwithgoogle/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_checkout/ps_checkout.php:1144 (getService)
/modules/ps_checkout/ps_checkout.php:1217 (getService)
/modules/ps_checkout/ps_checkout.php:324 (merchantIsValid)
/classes/Hook.php:1237 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_version' LIMIT 1 |
0.082
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 14) LIMIT 1 |
0.081
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.081
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 0 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/SpecificPrice.php:433
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.079
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.078
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.077
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.077
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `i9x1_module` m
LEFT JOIN `i9x1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.076
ms
|
96 |
|
|
/classes/module/Module.php:343
/modules/pkamp/pkamp.php:53 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 158 |
SELECT SQL_NO_CACHE *
FROM `i9x1_link_block` a
LEFT JOIN `i9x1_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.076
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_css' LIMIT 1 |
0.075
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 10) LIMIT 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `i9x1_favorite_product`
WHERE (id_product = 1) AND (id_shop = 1) LIMIT 1 |
0.075
ms
|
1 |
|
|
/modules/pkfavorites/src/Db/DbQueries.php:59
/modules/pkfavorites/src/Main/FavoriteProduct.php:202 (getOverallNumber)
/modules/pkfavorites/src/Front/Env.php:41 (getOverallNumber)
/modules/pkfavorites/src/Hooks/DisplayProductButtonFixed.php:47 (set)
/modules/pklib/src/Utils/Utils.php:54 (init)
/modules/pkfavorites/pkfavorites.php:110 (executeHook)
/classes/Hook.php:1237 (hookDisplayProductButtonFixed)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:464 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE * FROM `i9x1_currency` c ORDER BY `iso_code` ASC |
0.074
ms
|
1 |
Yes
|
|
/classes/Currency.php:708
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:89 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 76 |
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 `i9x1_product` p
INNER JOIN `i9x1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `i9x1_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` = 4) |
0.074
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_lang`
WHERE `id_product` = 3 AND `id_shop` = 1 |
0.073
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.073
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.073
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-2"; |
0.073
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.073
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.073
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-5"; |
0.072
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.071
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE * FROM i9x1_revslider_sliders |
0.071
ms
|
2 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:343 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:172 (hookCommonCb)
/classes/Hook.php:1237 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_lang`
WHERE `id_product` = 2 AND `id_shop` = 1 |
0.070
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:708 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.070
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2270
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:218 (isEnabled)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `i9x1_product` p LEFT JOIN `i9x1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN i9x1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 2 AND pa.`id_product` = 2 AND pa.`id_product_attribute` = 3 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:2527 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:920 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `i9x1_product` p LEFT JOIN `i9x1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN i9x1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN i9x1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 3 AND pa.`id_product` = 3 AND pa.`id_product_attribute` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:1180
/classes/Product.php:5605 (getAvailableDate)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_css' LIMIT 1 |
0.068
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
0.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetCategoryBase.php:101 (__construct)
/modules/pkelements/classes/WidgetPksearch.php:934 (getCategories)
/modules/pkelements/classes/WidgetPksearch.php:909 (getWidgetSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 92 |
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 `i9x1_product` p
INNER JOIN `i9x1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `i9x1_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` = 2) |
0.066
ms
|
2 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.066
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM i9x1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.066
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:178
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:292 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:286 (__construct)
/index.php:40 (require_once)
|
| 112 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `i9x1_image` i
INNER JOIN i9x1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `i9x1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position` |
0.066
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_attribute` a
LEFT JOIN `i9x1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 3) LIMIT 1 |
0.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.065
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.065
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_data' LIMIT 1 |
0.064
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.064
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 14010000 AND name = '_elementor_css' LIMIT 1 |
0.064
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.064
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE c.`id_cms_category`
FROM `i9x1_cms_category` c
INNER JOIN i9x1_cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = c.id_cms_category AND cms_category_shop.id_shop = 1)
WHERE c.`id_parent` = 1 AND c.`active` = 1 ORDER BY c.`position` |
0.064
ms
|
1 |
Yes
|
|
/classes/CMSCategory.php:192
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.064
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.064
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `i9x1_country` a
LEFT JOIN `i9x1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `i9x1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.063
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:155 (__construct)
/index.php:40 (require_once)
|
| 132 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `i9x1_category` c
LEFT JOIN `i9x1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN i9x1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.063
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:1178
/modules/pkelements/src/WidgetCategoryBase.php:106 (getChildren)
/modules/pkelements/src/WidgetCategoryBase.php:117 (getCategories)
/modules/pkelements/classes/WidgetPksearch.php:934 (getCategories)
/modules/pkelements/classes/WidgetPksearch.php:909 (getWidgetSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.063
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1 |
0.063
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/rev-loader.php:1794 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:360 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 103 |
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 `i9x1_product` p
INNER JOIN `i9x1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `i9x1_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` = 1) |
0.062
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.062
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.062
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/pkelements/classes/WidgetPkcategories.php:457 (getCategoryLink)
/modules/pkelements/classes/WidgetPkcategories.php:438 (getCategory)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM i9x1_shop s |
0.061
ms
|
1 |
|
|
/classes/shop/Shop.php:922
/src/Adapter/Configuration.php:383 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:119 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:68 (get)
/classes/assets/StylesheetManager.php:124 (getFQDN)
/classes/assets/StylesheetManager.php:78 (add)
/classes/controller/FrontController.php:1101 (register)
/classes/controller/FrontController.php:965 (registerStylesheet)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `i9x1_image` i
INNER JOIN i9x1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `i9x1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position` |
0.061
ms
|
2 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE c.`id_cms_category`, c.`id_parent`, c.`level_depth`, cl.`name`, cl.`link_rewrite`
FROM `i9x1_cms_category` c
JOIN `i9x1_cms_category_lang` cl ON c.`id_cms_category` = cl.`id_cms_category`
WHERE c.`id_cms_category` = 1
AND `id_lang` = 1 LIMIT 1 |
0.061
ms
|
2 |
|
|
/classes/CMSCategory.php:183
/modules/pkelements/src/WidgetMenuBase.php:71 (getRecurseCategory)
/modules/pkelements/src/WidgetMenuBase.php:46 (getCMSOptions)
/modules/pkelements/classes/WidgetPknav.php:80 (getAllShopLinks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.061
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
0.061
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.061
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:416 (__construct)
/classes/Link.php:472 (getCategoryObject)
/modules/pkelements/classes/WidgetPkcategories.php:457 (getCategoryLink)
/modules/pkelements/classes/WidgetPkcategories.php:438 (getCategory)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE title FROM i9x1_ce_template WHERE id_ce_template = "xtra-popup"; |
0.060
ms
|
0 |
|
|
/modules/pkpopup/src/Utils/Utils.php:48
/modules/pkpopup/src/Db/Db.php:62 (getTemplateTitleById)
/modules/pkpopup/pkpopup.php:71 (getConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:621 (exec)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.060
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.060
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE *
FROM `i9x1_group` a
LEFT JOIN `i9x1_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.059
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `i9x1_image` i
INNER JOIN i9x1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `i9x1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position` |
0.059
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.059
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.059
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `i9x1_hook_alias` |
0.059
ms
|
86 |
|
|
/classes/Hook.php:319
/classes/Hook.php:350 (getAllHookAliases)
/classes/Hook.php:825 (getHookAliasesFor)
/classes/Hook.php:952 (getHookModuleExecList)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `i9x1_link_block_lang`
WHERE `id_link_block` = 1 |
0.058
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms` a
LEFT JOIN `i9x1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_version' LIMIT 1 |
0.058
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 67 |
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 `i9x1_product` p
INNER JOIN `i9x1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `i9x1_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` = 5) |
0.058
ms
|
1 |
|
|
/classes/Product.php:3629
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `i9x1_product_attribute_image` pai
LEFT JOIN `i9x1_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `i9x1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position` |
0.058
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.058
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 2) LIMIT 1 |
0.058
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.058
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1 |
0.057
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` |
0.057
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:217 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:102 (getImage)
:undefined ({closure:PrestaShop\PrestaShop\Adapter\Image\ImageRetriever::getAllProductImages():95})
/src/Adapter/Image/ImageRetriever.php:95 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.057
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 1 LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.056
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:65 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.056
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `i9x1_lang` l
LEFT JOIN `i9x1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.055
ms
|
2 |
|
|
/classes/Language.php:1070
/config/config.inc.php:152 (loadLanguages)
/index.php:40 (require_once)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.055
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.055
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-4"; |
0.055
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 4 LIMIT 1 |
0.055
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.054
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.054
ms
|
1 |
|
|
/classes/Meta.php:181
/modules/pkelements/src/WidgetMenuBase.php:216 (getMetaByPage)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.054
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM i9x1_shop s
LEFT JOIN i9x1_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.053
ms
|
1 |
|
|
/classes/shop/Shop.php:215
/classes/shop/Shop.php:149 (setUrl)
/classes/shop/Shop.php:432 (__construct)
/config/config.inc.php:123 (initialize)
/index.php:40 (require_once)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1 |
0.053
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.052
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `i9x1_product_attribute_image` pai
LEFT JOIN `i9x1_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `i9x1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position` |
0.052
ms
|
1 |
Yes
|
|
/classes/Product.php:2668
/src/Adapter/Image/ImageRetriever.php:81 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) LIMIT 1 |
0.052
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.052
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.052
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `i9x1_lang` a
LEFT JOIN `i9x1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.051
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:220 (__construct)
/index.php:40 (require_once)
|
| 114 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `i9x1_image` i
INNER JOIN i9x1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `i9x1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position` |
0.051
ms
|
1 |
Yes
|
|
/classes/Product.php:3285
/src/Adapter/Image/ImageRetriever.php:75 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.051
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.051
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.051
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:505 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:439 (getCategoriesForSidebar)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `i9x1_favorite_product`
WHERE (id_product = 2) AND (id_shop = 1) LIMIT 1 |
0.051
ms
|
1 |
|
|
/modules/pkfavorites/src/Db/DbQueries.php:59
/modules/pkfavorites/src/Main/FavoriteProduct.php:202 (getOverallNumber)
/modules/pkfavorites/src/Front/Env.php:41 (getOverallNumber)
/modules/pkfavorites/src/Hooks/DisplayProductButtonFixed.php:47 (set)
/modules/pklib/src/Utils/Utils.php:54 (init)
/modules/pkfavorites/pkfavorites.php:110 (executeHook)
/classes/Hook.php:1237 (hookDisplayProductButtonFixed)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:464 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.051
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.051
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_lang` FROM `i9x1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.050
ms
|
2 |
|
|
/classes/Language.php:870
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_data' LIMIT 1 |
0.050
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `i9x1_favorite_product`
WHERE (id_product = 4) AND (id_shop = 1) LIMIT 1 |
0.050
ms
|
1 |
|
|
/modules/pkfavorites/src/Db/DbQueries.php:59
/modules/pkfavorites/src/Main/FavoriteProduct.php:202 (getOverallNumber)
/modules/pkfavorites/src/Front/Env.php:41 (getOverallNumber)
/modules/pkfavorites/src/Hooks/DisplayProductButtonFixed.php:47 (set)
/modules/pklib/src/Utils/Utils.php:54 (init)
/modules/pkfavorites/pkfavorites.php:110 (executeHook)
/classes/Hook.php:1237 (hookDisplayProductButtonFixed)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:464 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.050
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE c.id_currency
FROM `i9x1_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.050
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:101 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.050
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1 |
0.050
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.049
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.049
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.049
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.049
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.049
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE *
FROM `i9x1_lang` a
LEFT JOIN `i9x1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.048
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:659 (__construct)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 274 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.048
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.048
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.048
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "productcomments" LIMIT 1 |
0.048
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2269 (getModuleIdByName)
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/80/c7/73/80c7737bf32d0866078989dbae3536446f870280_2.file.product-miniature-reviews.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fab19d6_50652491)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:347 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_reviewsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_data' LIMIT 1 |
0.047
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `i9x1_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/Cart.php:1321
/src/Adapter/Presenter/Cart/CartLazyArray.php:247 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getProductsCount)
/var/cache/dev/smarty/compile/alysum/ae/20/67/ae2067853965648a312f6922b840dd4180097f8e_2.module.pkelementsviewstemplatespkcart.tpl.php:50 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f8b1fb4b2b2_13551260)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2420 (fetch)
/modules/pkelements/src/WidgetTemplate.php:47 (fetch)
/modules/pkelements/classes/WidgetPkcart.php:105 (getTemplate)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `i9x1_currency` a
LEFT JOIN `i9x1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.047
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE id_ce_template FROM `i9x1_ce_template` WHERE title = 'alysum-header'; |
0.047
ms
|
17 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:628
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:269 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:219 (updateTemplateId)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.047
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcart.php:94 (isInstalled)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.047
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.047
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.047
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.047
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.047
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.047
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_data' LIMIT 1 |
0.047
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.046
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.046
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.046
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.046
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.045
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_css' LIMIT 1 |
0.045
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.045
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.045
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module` WHERE `name` = "pkfavorites" LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/module/Module.php:2781
/classes/module/Module.php:2237 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkfavorites.php:98 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.045
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_12271710246a5f964fd9b806_17756725)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/3f/59/b5/3f59b51c96b75c82828f8fd63a3d234d666a27c0_2.file.footer.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fda1aa1_55268931)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:619 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE format
FROM `i9x1_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.045
ms
|
1 |
|
|
/classes/AddressFormat.php:649
/classes/AddressFormat.php:628 (getFormatDB)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `i9x1_country` a
LEFT JOIN `i9x1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.044
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.044
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.044
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_css' LIMIT 1 |
0.044
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE *
FROM `i9x1_hook` a
WHERE (a.`id_hook` = 50) LIMIT 1 |
0.043
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "manufacturer"
OR m.page = "manufacturer"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.043
ms
|
1 |
|
|
/classes/Meta.php:181
/modules/pkelements/src/WidgetMenuBase.php:216 (getMetaByPage)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.043
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.043
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.043
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category` a
LEFT JOIN `i9x1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `i9x1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.043
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:505 (__construct)
/modules/pkelements/classes/WidgetPkcategories.php:439 (getCategoriesForSidebar)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_version' LIMIT 1 |
0.043
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_version' LIMIT 1 |
0.042
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `i9x1_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.042
ms
|
0 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:752 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:264 (getFlags)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:42 (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/alysumlayouts_layout_left_column_tpl/1c/a4/9f/1ca49f109b0d7aa255362f0fb3cf6cd3d5e4e706_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fd5f115_73806884)
/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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:336 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_flagsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:459 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE *
FROM `i9x1_group_lang`
WHERE `id_group` = 1 |
0.042
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:404 (__construct)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE id_ce_template, title FROM i9x1_ce_template WHERE active = 1 |
0.042
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:54
/modules/pkelements/classes/WidgetPknav.php:139 (getCETemplates)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/pkelements/classes/WidgetPknav.php:521 (getSettings)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.042
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.042
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.042
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM i9x1_link_block lb
INNER JOIN i9x1_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.042
ms
|
4 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "mobile-menu-1"; |
0.042
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.042
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.042
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE *
FROM `i9x1_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.042
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:179 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetMenuBase.php:195 (__construct)
/modules/pkelements/classes/WidgetPknav.php:547 (getPageData)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `i9x1_currency_lang`
WHERE `id_currency` = 1 |
0.041
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:713 (getCurrencyInstance)
/classes/controller/FrontController.php:351 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE *
FROM `i9x1_link_block_lang`
WHERE `id_link_block` = 2 |
0.041
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.041
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE `id_module` FROM `i9x1_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
0.041
ms
|
1 |
|
|
/classes/module/Module.php:2270
/classes/Hook.php:1243 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/80/c7/73/80c7737bf32d0866078989dbae3536446f870280_2.file.product-miniature-reviews.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fab19d6_50652491)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:347 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_reviewsBlock_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:451 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE * FROM `i9x1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.040
ms
|
1 |
|
|
/classes/module/Module.php:2171
/classes/Hook.php:1050 (getExceptionsStatic)
/classes/controller/FrontController.php:989 (exec)
/tools/profiling/Controller.php:53 (setMedia)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.040
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.040
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE *
FROM `i9x1_link_block` a
LEFT JOIN `i9x1_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Model/LinkBlock.php:80 (__construct)
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct)
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms` a
LEFT JOIN `i9x1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.040
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.040
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_lang` FROM `i9x1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.039
ms
|
2 |
|
|
/classes/Language.php:870
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:114 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:149 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:206 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:149 (getPriceSpecifications)
/classes/controller/Controller.php:217 (getLocale)
/classes/controller/FrontController.php:242 (init)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
2 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.039
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_data' LIMIT 1 |
0.039
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `i9x1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 2 LIMIT 1 |
0.038
ms
|
1 |
|
|
/classes/Category.php:1396
/classes/Product.php:740 (getLinkRewrite)
/src/Adapter/Image/ImageRetriever.php:68 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:941 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:137 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:50 (__construct)
/classes/controller/ProductListingFrontController.php:114 (present)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.038
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.038
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.038
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM i9x1_required_field |
0.038
ms
|
1 |
|
|
/classes/ObjectModel.php:1437
/classes/ObjectModel.php:1472 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1403 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:558 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 10010000 AND name = '_elementor_version' LIMIT 1 |
0.038
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms` a
LEFT JOIN `i9x1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms` a
LEFT JOIN `i9x1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.038
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.038
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 4) LIMIT 1 |
0.038
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.037
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.037
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.037
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.037
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.037
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-4"; |
0.037
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.037
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_data' LIMIT 1 |
0.037
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_version' LIMIT 1 |
0.037
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `i9x1_favorite_product`
WHERE (id_product = 3) AND (id_shop = 1) LIMIT 1 |
0.037
ms
|
1 |
|
|
/modules/pkfavorites/src/Db/DbQueries.php:59
/modules/pkfavorites/src/Main/FavoriteProduct.php:202 (getOverallNumber)
/modules/pkfavorites/src/Front/Env.php:41 (getOverallNumber)
/modules/pkfavorites/src/Hooks/DisplayProductButtonFixed.php:47 (set)
/modules/pklib/src/Utils/Utils.php:54 (init)
/modules/pkfavorites/pkfavorites.php:110 (executeHook)
/classes/Hook.php:1237 (hookDisplayProductButtonFixed)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:464 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_14178831696a5f964fa53a46_56052679)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:492 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/25/6f/67256f7d8ef1bab5690d11753e83a71e16b47900_2.file.product.tpl.php:260 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa68d48_51471177)
/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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:63 (_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/alysumlayouts_layout_left_column_tpl/65/2b/c9/652bc959cd5ebdfafd27cbc987fed558ff00520f_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964fa527e1_38991305)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:64 (_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/alysumlayouts_layout_left_column_tpl/02/10/13/02101320372cefc50aa2ce153af54ac132dc2d82_2.file.product-list-content.tpl.php:146 (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/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:483 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE *
FROM `i9x1_country_lang`
WHERE `id_country` = 14 |
0.036
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:402 (__construct)
/classes/AddressFormat.php:437 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE id_ce_template FROM `i9x1_ce_template` WHERE title = 'mobile-header'; |
0.036
ms
|
17 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:628
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:269 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:219 (updateTemplateId)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5585 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `i9x1_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.036
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:286
/classes/Product.php:4140 (getQuantityAvailableByProduct)
/classes/Product.php:5597 (getQuantity)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.036
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.036
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.036
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.035
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.035
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.035
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
0.035
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 3 LIMIT 1 |
0.035
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE value FROM `i9x1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.034
ms
|
1 |
|
|
/classes/shop/Shop.php:1211
/modules/ph_simpleblog/ph_simpleblog.php:108 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/Dispatcher.php:595 (exec)
/classes/Dispatcher.php:253 (loadRoutes)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 242 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_data' LIMIT 1 |
0.034
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "mobile-menu-1"; |
0.034
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.034
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_attribute_lang`
WHERE `id_product_attribute` = 3 |
0.034
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_css' LIMIT 1 |
0.034
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.034
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.034
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.034
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.034
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.033
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.033
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.033
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.033
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.033
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.033
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_data' LIMIT 1 |
0.033
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1 |
0.033
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.033
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.033
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.032
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.032
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:1057 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:216 (__construct)
/modules/creativeelements/core/documents-manager.php:264 (get)
/modules/creativeelements/includes/frontend.php:793 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_version' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.032
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.032
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.032
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.032
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_data' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_data' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:586 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:644 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:802 (getElementsData)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.032
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_css' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:789 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_version' LIMIT 1 |
0.032
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `i9x1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.032
ms
|
1 |
|
|
/classes/Category.php:1612
/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:1248 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1174 (coreRenderWidget)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE * FROM `i9x1_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.031
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:369 (getImagesTypes)
/classes/controller/FrontController.php:1561 (getNoPictureImage)
/classes/controller/FrontController.php:1713 (getTemplateVarUrls)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `i9x1_product_attribute_lang`
WHERE `id_product_attribute` = 1 |
0.031
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5671 (__construct)
/classes/Product.php:5634 (computeUnitPriceRatio)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_version' LIMIT 1 |
0.031
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.031
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.031
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.031
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "mobile-menu-1"; |
0.031
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_version' LIMIT 1 |
0.031
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.031
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE *
FROM i9x1_meta m
LEFT JOIN i9x1_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.031
ms
|
1 |
|
|
/classes/Meta.php:181
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_version' LIMIT 1 |
0.031
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1 |
0.031
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.031
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_group`
WHERE `id_group` = 1 LIMIT 1 |
0.030
ms
|
1 |
|
|
/classes/Group.php:151
/classes/Product.php:3763 (getReductionByIdGroup)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1 |
0.030
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *
FROM `i9x1_cms` a
LEFT JOIN `i9x1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1 |
0.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct)
/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/pkelements/classes/WidgetPklinks.php:462 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.030
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 15010000 AND name = '_elementor_css' LIMIT 1 |
0.030
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_css' LIMIT 1 |
0.030
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 2010000 AND name = '_elementor_version' LIMIT 1 |
0.030
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.030
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:54 (get_global_settings)
/modules/revsliderprestashop/rev-loader.php:714 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:365 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 2 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE `name`
FROM `i9x1_hook`
WHERE `id_hook` = 50 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/Hook.php:267
/modules/pkelements/classes/WidgetPklinks.php:454 (getNameById)
/modules/pkelements/classes/WidgetPklinks.php:97 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1925 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:506 (initControls)
/modules/creativeelements/includes/base/widget-base.php:172 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:291 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1962 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:1035 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1813 (getData)
/modules/creativeelements/core/base/base-object.php:143 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:46 (ensureSettings)
/modules/creativeelements/includes/base/widget-base.php:813 (getSettings)
/modules/creativeelements/includes/base/widget-base.php:828 (getCurrentSkinId)
/modules/creativeelements/includes/base/widget-base.php:517 (getCurrentSkin)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "menu-5"; |
0.029
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.029
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 5010000 AND name = '_elementor_css' LIMIT 1 |
0.029
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/css/base.php:193 (getMeta)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 4010000 AND name = '_elementor_css' LIMIT 1 |
0.029
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/files/css/post.php:118 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:225 (loadMeta)
/modules/creativeelements/core/files/base.php:134 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:206 (enqueue)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `i9x1_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.029
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:717 (isAssociatedToShop)
/classes/controller/FrontController.php:351 (setCurrency)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE id_ce_template FROM i9x1_ce_template WHERE title = "mobile-menu-1"; |
0.029
ms
|
17 |
|
|
/modules/pkelements/src/WidgetMenuBase.php:245
/modules/pkelements/classes/WidgetPknav.php:558 (getTemplateIdByTitle)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.029
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_edit_mode' LIMIT 1 |
0.029
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/includes/db.php:414 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:202 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:827 (enqueue)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `i9x1_country`
WHERE `id_country` = 14 LIMIT 1 |
0.028
ms
|
1 |
|
|
/classes/Country.php:406
/classes/AddressFormat.php:632 (isNeedDniByCountryId)
/classes/AddressFormat.php:613 (getFormat)
/classes/AddressFormat.php:560 (getAddressCountryFormat)
/classes/AddressFormat.php:436 (getOrderedAddressFields)
/classes/controller/FrontController.php:1733 (generateAddress)
/classes/controller/FrontController.php:554 (getTemplateVarShop)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.028
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 5) LIMIT 1 |
0.028
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:103 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:69 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1 |
0.028
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE *
FROM `i9x1_ce_template` a
WHERE (a.`id_ce_template` = 11) LIMIT 1 |
0.028
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:74
/classes/ObjectModel.php:217 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:534 (__construct)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE value FROM i9x1_ce_meta WHERE id = 11010000 AND name = '_elementor_version' LIMIT 1 |
0.028
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:266
/modules/creativeelements/core/base/document.php:929 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:223 (getMainMeta)
/modules/creativeelements/core/base/document.php:722 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:577 (getMenuItems)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_ce_template FROM `i9x1_ce_template` WHERE title = 'alysum-footer'; |
0.027
ms
|
17 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:628
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:269 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:219 (updateTemplateId)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_ce_template FROM `i9x1_ce_template` WHERE title = 'alysum-home'; |
0.027
ms
|
17 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:628
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:269 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:219 (updateTemplateId)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE id_ce_template FROM `i9x1_ce_template` WHERE title = 'alysum-page-category'; |
0.027
ms
|
17 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:628
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:269 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:219 (updateTemplateId)
/modules/pkthemesettings/pkthemesettings.php:49 (getSmartyConfig)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:124 (newInstance)
/src/Core/Foundation/IoC/Container.php:154 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:167 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1389 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1368 (coreLoadModule)
/classes/Hook.php:1108 (getInstanceByName)
/classes/controller/FrontController.php:568 (exec)
/classes/controller/FrontController.php:617 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:52 (initContent)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1 |
0.027
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE `reduction`
FROM `i9x1_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1 |
0.027
ms
|
0 |
|
|
/classes/GroupReduction.php:146
/classes/Product.php:3759 (getValueForProduct)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `i9x1_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/config/config.inc.php:225 (isAssociatedToShop)
/index.php:40 (require_once)
|
| 66 |
SELECT SQL_NO_CACHE 1 FROM `i9x1_specific_price` WHERE id_product = 5 LIMIT 1 |
0.026
ms
|
1 |
|
|
/classes/SpecificPrice.php:442
/classes/SpecificPrice.php:530 (couldHaveSpecificPrice)
/classes/Product.php:3595 (getSpecificPrice)
/classes/Product.php:3485 (priceCalculation)
/classes/Product.php:5479 (getPriceStatic)
/classes/ProductAssembler.php:214 (getProductProperties)
/classes/controller/ProductListingFrontController.php:106 (assembleProducts)
/classes/controller/ProductListingFrontController.php:376 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:650 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:54 (doProductSearch)
/tools/profiling/Controller.php:65 (initContent)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.026
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:48 (get_option)
/modules/revsliderprestashop/includes/functions.class.php:1072 (get_global_settings)
/modules/revsliderprestashop/includes/functions.class.php:1057 (modify_fonts_url)
/modules/revsliderprestashop/public/revslider-front.class.php:173 (print_clean_font_import)
/modules/revsliderprestashop/rev-loader.php:714 (load_google_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:391 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE id_shop
FROM `i9x1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Group.php:407 (isAssociatedToShop)
/classes/Cart.php:275 (getCurrent)
/classes/Cart.php:239 (setTaxCalculationMethod)
/classes/controller/FrontController.php:459 (__construct)
/tools/profiling/Controller.php:46 (init)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE id_shop
FROM `i9x1_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.025
ms
|
1 |
|
|
/classes/ObjectModel.php:1570
/classes/Tools.php:660 (isAssociatedToShop)
/classes/Dispatcher.php:246 (switchLanguage)
/classes/Dispatcher.php:215 (__construct)
/index.php:86 (getInstance)
|
| 222 |
SELECT SQL_NO_CACHE `id_hook` FROM i9x1_link_block |
0.025
ms
|
2 |
|
|
/modules/pkelements/classes/WidgetPklinks.php:448
/modules/pkelements/classes/WidgetPklinks.php:433 (getBlocks)
/modules/pkelements/classes/WidgetPklinks.php:419 (getBlock)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:662 (renderContent)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/includes/base/element-base.php:967 (printElement)
/modules/creativeelements/includes/base/element-base.php:719 (_printContent)
/modules/creativeelements/core/base/document.php:1104 (printElement)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/modules/pkelements/src/WidgetMenuBase.php:240 (exec)
/modules/pkelements/classes/WidgetPknav.php:559 (getCELayout)
/modules/pkelements/classes/WidgetPknav.php:527 (getMenuItems)
/modules/creativeelements/includes/base/element-base.php:657 (getStackData)
/modules/creativeelements/includes/base/element-base.php:665 (populateStack)
/modules/creativeelements/core/base/document.php:1103 (populateStack)
/modules/creativeelements/core/base/document.php:725 (printElements)
/modules/creativeelements/includes/frontend.php:841 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:755 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:291 (call_user_func_array)
/modules/creativeelements/creativeelements.php:539 (CE\apply_filters)
/classes/Hook.php:1237 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:120 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_19888553076a5f964f1ee7b4_12957221)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/fc/68/b1/fc68b1472ca0f29e179475a4f5de7492dd3f722c_2.file.header.tpl.php:68 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f1f42d9_25528141)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php: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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:605 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
0.024
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:862 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:85 (get_static_css)
/modules/revsliderprestashop/rev-loader.php:714 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:365 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE option_value FROM `i9x1_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1 |
0.023
ms
|
1 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:998 (get_var)
/modules/revsliderprestashop/includes/functions.class.php:869 (get_option)
/modules/revsliderprestashop/public/revslider-front.class.php:85 (get_static_css)
/modules/revsliderprestashop/rev-loader.php:714 (add_actions)
/modules/revsliderprestashop/revsliderprestashop.php:365 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:411 (generateSlider)
/classes/Hook.php:1237 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:454 (coreCallHook)
/classes/Hook.php:1128 (callHookOn)
/config/smarty.config.inc.php:213 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:425 (__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/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:478 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:507 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:524 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/76/ac/5776aca4fb216353cc5e2f7e0421bd363ae9c32a_2.file.helpers.tpl.php:586 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1412363326a5f964f1279f3_67699953)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/57/c2/10/57c210c64f9c414d1096618b8345d76d6f1995cc_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f126547_85175153)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/2e/b3/52/2eb352dee08accfb70a801de2505419b103fd466_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f113c12_98311448)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/71/87/22/718722f1b559154e1b9638fbccae4236c133a7f0_2.file.product-list.tpl.php:39 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f100f77_98019894)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/97/48/3e/97483e200b8e66465fe69757ff429a56682ee5e5_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a5f964f0f4429_13716284)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:757 (fetch)
/classes/controller/FrontController.php:741 (smartyOutputContent)
/tools/profiling/Controller.php:111 (display)
/tools/profiling/Controller.php:88 (displayProfiling)
/classes/Dispatcher.php:488 (run)
/index.php:86 (dispatch)
|