64 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
2.014
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3922 (getManager)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
1.840
ms
|
964 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
65 |
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.591
ms
|
335 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3922 (getManager)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.406
ms
|
544 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
52 |
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 ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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>'2023-11-12 00:00:00' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC LIMIT 0, 12 |
0.837
ms
|
18 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.819
ms
|
979 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
53 |
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c 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 ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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>'2023-11-12 00:00:00' GROUP BY p.id_product) p |
0.729
ms
|
18 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786 (execute)
/modules/ps_facetedsearch/src/Adapter/MySQL.php:764 (valueCount)
/modules/ps_facetedsearch/src/Filters/Products.php:94 (count)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.678
ms
|
979 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
139 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 51
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
0.632
ms
|
23 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:330 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:318 (__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/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:377 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:406 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:423 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE *
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 1
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
0.547
ms
|
25 |
Yes
|
|
/classes/Category.php:626
/modules/pkelements/classes/WidgetPkcategories.php:499 (getCategories)
/modules/pkelements/classes/WidgetPkcategories.php:67 (getCategoriesList)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2023-12-01 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (21) |
0.502
ms
|
1 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.471
ms
|
64 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
72 |
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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4339 (getProductQuantity)
/classes/Product.php:5773 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.alarmemaison.com' OR su.domain_ssl = 'www.alarmemaison.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.437
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
122 |
SELECT SQL_NO_CACHE pk.*, wl.*
FROM ps_pk_menu_shop pk
LEFT JOIN `ps_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
0.434
ms
|
4 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.433
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4504
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:527 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/67/11/78/6711782ffd906134b9cf6694a2983f452651ed11_2.file.product-miniature-addtocart.tpl.php:32 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f9169ddf2_87612952)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/bb/2e/0c/bb2e0c3a25987df27bbfe8f734b6646068f99491_2.file.product.tpl.php:365 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_331353081655f6f9164d642_92837008)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/bb/2e/0c/bb2e0c3a25987df27bbfe8f734b6646068f99491_2.file.product.tpl.php:383 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/bb/2e/0c/bb2e0c3a25987df27bbfe8f734b6646068f99491_2.file.product.tpl.php:405 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_331353081655f6f9164d642_92837008)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/bb/2e/0c/bb2e0c3a25987df27bbfe8f734b6646068f99491_2.file.product.tpl.php:463 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/bb/2e/0c/bb2e0c3a25987df27bbfe8f734b6646068f99491_2.file.product.tpl.php:245 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f9167c162_64024251)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/68/c3/12/68c3120560f95ddf812f6b77bd6aed2bdc42244b_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f9164bc13_67568658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/14/07/bc/1407bc41b4e2f7b259d4a55391ebfa52c8682465_2.file.products.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/14/07/bc/1407bc41b4e2f7b259d4a55391ebfa52c8682465_2.file.products.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f91640b23_56327868)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:89 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:159 (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/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_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/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:382 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:406 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:423 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.419
ms
|
81 |
|
|
/classes/module/Module.php:345
/modules/pkcompare/pkcompare.php:55 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
73 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 21
ORDER BY f.position ASC |
0.414
ms
|
3 |
Yes
|
|
/classes/Product.php:5993
/classes/Product.php:5794 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.394
ms
|
81 |
|
|
/classes/module/Module.php:345
/modules/pklookbook/pklookbook.php:60 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
108 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 38010000 AND name = '_elementor_version' LIMIT 1 |
0.390
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.386
ms
|
81 |
|
|
/classes/module/Module.php:345
/modules/pkfavorites/pkfavorites.php:55 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
207 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_version' LIMIT 1 |
0.383
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.360
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/includes/widgets/email-subscription.php:1029 (call_user_func)
/modules/creativeelements/includes/widgets/email-subscription.php:1019 (initGDPR)
/modules/creativeelements/includes/managers/elements.php:88 (__construct)
/modules/creativeelements/includes/base/element-base.php:348 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE pk.*, wl.*
FROM ps_pk_menu_shop pk
LEFT JOIN `ps_pk_menu_lang` wl ON (wl.`id_pkmenu` = pk.`id_pkmenu` AND pk.`id_shop` = wl.`id_shop`)
WHERE pk.active = 1 AND wl.id_shop = 1 AND wl.id_lang=1 ORDER BY pk.position ASC, pk.id_pkmenu ASC |
0.355
ms
|
4 |
Yes
|
|
/modules/pk_menu/classes/PkMenuClass.php:198
/modules/pk_menu/pk_menu.php:1278 (getMenus)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPklinks.php:66 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.353
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5640 (getProductLink)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.346
ms
|
81 |
|
|
/classes/module/Module.php:345
/modules/creativeelements/creativeelements.php:64 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:479 (exec)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.344
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/creativeelements/includes/base/widget-product-base.php:50 (getFormattedName)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_version' LIMIT 1 |
0.340
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.332
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.330
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.326
ms
|
81 |
|
|
/classes/module/Module.php:345
/modules/ph_simpleblog/ph_simpleblog.php:75 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
92 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.326
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/pkelements/src/WidgetCategoryBase.php:32 (__construct)
/modules/pkelements/classes/WidgetPksearch.php:886 (__construct)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE l.link_rewrite
FROM `ps_simpleblog_category_lang` l
WHERE (l.id_simpleblog_category = 0 AND l.id_lang = 1) LIMIT 1 |
0.319
ms
|
0 |
|
|
/modules/ph_simpleblog/models/SimpleBlogCategory.php:442
/modules/pk_menu/pk_menu.php:1447 (getRewriteByCategory)
/modules/pk_menu/pk_menu.php:1312 (fomartLink)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.317
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
213 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 54010000 AND name = '_wp_page_template' LIMIT 1 |
0.307
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_data' LIMIT 1 |
0.291
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.286
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_data' LIMIT 1 |
0.286
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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.281
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3923 (getTaxCalculator)
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1 |
0.280
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (get_var)
/modules/revsliderprestashop/rev-loader.php:1795 (get_option)
/modules/revsliderprestashop/revsliderprestashop.php:532 (loadAllAddons)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:318 (__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/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:377 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:406 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:423 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pk_menu" LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkmenu.php:59 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 21
ORDER BY `position` |
0.279
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:687 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:126 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE mr.*
FROM ps_pk_menu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_pkmenu = 3 AND mr.`active` = 1 |
0.279
ms
|
1 |
|
|
/modules/pk_menu/pk_menu.php:1110
/modules/pk_menu/pk_menu.php:1222 (getRowInfo)
/modules/pk_menu/pk_menu.php:1326 (getSubMenu)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Cart.php:4192
/classes/Cart.php:4167 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:503 (present)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 38010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.275
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 54) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:97 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
SELECT SQL_NO_CACHE * FROM `ps_ce_icon_set` |
0.269
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:69
/modules/creativeelements/modules/fonts-manager/module.php:115 (getCustomIconsConfig)
/modules/creativeelements/classes/wrappers/Helper.php:271 (registerIconLibrariesControl)
/modules/creativeelements/includes/managers/icons.php:144 (CE\apply_filters)
/modules/creativeelements/includes/managers/icons.php:221 (getIconManagerTabs)
/modules/creativeelements/includes/managers/icons.php:294 (renderIconHtml)
/modules/creativeelements/includes/widgets/icon.php:412 (getBcIcon)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.268
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.267
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.266
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ph_simpleblog" LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/pk_menu/pk_menu.php:1444 (isInstalled)
/modules/pk_menu/pk_menu.php:1312 (fomartLink)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.262
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/includes/widgets/email-subscription.php:1029 (call_user_func)
/modules/creativeelements/includes/widgets/email-subscription.php:1019 (initGDPR)
/modules/creativeelements/includes/managers/elements.php:88 (__construct)
/modules/creativeelements/includes/base/element-base.php:348 (createElementInstance)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/includes/base/element-base.php:846 (getChildren)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.261
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_css' LIMIT 1 |
0.260
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.260
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1737 (getMetaTags)
/classes/controller/FrontController.php:508 (getTemplateVarPage)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.260
ms
|
1 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Block.php:124 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1368 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1359 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1073 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 21
AND image_shop.`cover` = 1 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5623 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.253
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
180 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1 |
0.252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.252
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/pk_menu/pk_menu.php:1408 (getMetaByPage)
/modules/pk_menu/pk_menu.php:1312 (fomartLink)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 42010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:842 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.248
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_css' LIMIT 1 |
0.247
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 21) |
0.246
ms
|
1 |
|
|
/classes/Product.php:3857
/classes/Product.php:3714 (priceCalculation)
/classes/Product.php:5664 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.243
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_data' LIMIT 1 |
0.243
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.243
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.240
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
184 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.240
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_data' LIMIT 1 |
0.240
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE * FROM `ps_ce_icon_set` |
0.238
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:69
/modules/creativeelements/modules/fonts-manager/module.php:115 (getCustomIconsConfig)
/modules/creativeelements/classes/wrappers/Helper.php:271 (registerIconLibrariesControl)
/modules/creativeelements/includes/managers/icons.php:144 (CE\apply_filters)
/modules/creativeelements/includes/managers/icons.php:221 (getIconManagerTabs)
/modules/creativeelements/includes/managers/icons.php:294 (renderIconHtml)
/modules/creativeelements/includes/widgets/icon-box.php:633 (getBcIcon)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.236
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (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:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 42010000 AND name = '_elementor_version' LIMIT 1 |
0.235
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.235
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 38010000 AND name = '_elementor_css' LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:352 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_css' LIMIT 1 |
0.234
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 25) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:782 (__construct)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 42010000 AND name = '_elementor_data' LIMIT 1 |
0.231
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.231
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.230
ms
|
11 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:515 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:354 (hookCommonCb)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:580 (exec)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1 |
0.229
ms
|
16 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:192
/modules/revsliderprestashop/rev-loader.php:999 (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:715 (load_icon_fonts)
/modules/revsliderprestashop/revsliderprestashop.php:563 (do_action)
/modules/revsliderprestashop/revsliderprestashop.php:583 (generateSlider)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:318 (__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/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:377 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesMainBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:406 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:423 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:441 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:485 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:149 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_data' LIMIT 1 |
0.228
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 24) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:782 (__construct)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.227
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.226
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
172 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.225
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.224
ms
|
2 |
Yes
|
|
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
/modules/ps_linklist/ps_linklist.php:287 (getByIdHook)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 54010000 AND name = '_elementor_data' LIMIT 1 |
0.223
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
201 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.222
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 24010000 AND name = '_elementor_css' LIMIT 1 |
0.221
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/classes/wrappers/UId.php:325 (CE\get_post_meta)
/modules/creativeelements/core/settings/editor-preferences/manager.php:59 (CE\get_user_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/editor-preferences/manager.php:31 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1030 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:503 (printConfig)
/modules/creativeelements/includes/frontend.php:583 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.218
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.217
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 54010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.217
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:222 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:556 (CE\do_action)
/modules/creativeelements/includes/frontend.php:582 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:222 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.217
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:166 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:104 (makeProductLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:99 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.216
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 38010000 AND name = '_elementor_data' LIMIT 1 |
0.215
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:847 (getElementsData)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/pk_menu/pk_menu.php:1483 (exec)
/modules/pk_menu/pk_menu.php:1329 (getCElmLayout)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/pk_menu/pk_menu.php:1408 (getMetaByPage)
/modules/pk_menu/pk_menu.php:1312 (fomartLink)
/modules/pkelements/classes/WidgetPkmenu.php:365 (getWidgetVariables)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:656 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:96 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:60 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.215
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:375 (getImagesTypes)
/classes/controller/FrontController.php:1574 (getNoPictureImage)
/classes/controller/FrontController.php:1700 (getTemplateVarUrls)
/classes/controller/FrontController.php:509 (getTemplateVarShop)
/classes/controller/FrontController.php:572 (assignGeneralPurposeVariables)
/controllers/front/listing/NewProductsController.php:45 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.214
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (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:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:167 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.213
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
69 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 21 LIMIT 1 |
0.213
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4330 (isPack)
/classes/Product.php:5773 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/NewProductsController.php:47 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 25010000 AND name = '_elementor_version' LIMIT 1 |
0.212
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:886 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_1763776605655f6cb62578e4_14299410)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/b9/5d/db/b95ddba4a87967d29ca18b6f893787c961a71b4a_2.file.header.tpl.php:61 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb625f067_59969196)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/ea/a3/11/eaa3117093966e920fd68f7b3154a75673e4f153_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb6256998_77705417)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/a7/72/46/a772465eda3580a0957f92290c6c11b35bd45707_2.file.helpers.tpl.php:504 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_1990542297655f6cb61c8379_53485030)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:131 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/dc/79/98/dc7998ba16ac5e815b906d694e98fc4ae1c1cd3b_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61c6742_05076181)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/d6/98/e0/d698e04ed961bf78034fbb466ed2d537cd17f13b_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb61b8e00_11674718)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/c0/ff/6b/c0ff6b1a46e62d08a48580c553551bd34c438eed_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6f88e3e925_78777865)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/0f/f0/92/0ff0929142286f435454bbb0b7f00d429239f6b0_2.file.new-products.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_656130ee99f873_59210038)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:718 (fetch)
/classes/controller/FrontController.php:700 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.212
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:192 (getMetaByPage)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:108 (makeStaticLinks)
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:66 (makeLinks)
/modules/ps_linklist/ps_linklist.php:291 (present)
/modules/pkelements/classes/WidgetPklinks.php:482 (getWidgetVariables)
/modules/pkelements/classes/WidgetPklinks.php:98 (getBlocks)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/widget-base.php:167 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1924 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:313 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:222 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:872 (enqueue)
/modules/creativeelements/includes/frontend.php:805 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:271 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:787 (CE\apply_filters)
/classes/Hook.php:1043 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/02/28/1f0228f3a4ab7d9df87c79a61633650039b10327_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b83f9_56951361)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/alysumlayouts_layout_left_column_tpl/1f/64/4e/1f644e642fd9d34ed0442e03a11d273bd5793595_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_655f6cb67b60c7_34759565)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smart |